Skip to content

Commit

Permalink
Merge pull request #34 from alphamanuscript/update-versions
Browse files Browse the repository at this point in the history
Updated versions fix tslib
  • Loading branch information
grafitto authored Jun 23, 2019
2 parents 3600a38 + cfd4207 commit a893cb0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.6.2",
"version": "0.6.3",
"npmClient": "yarn",
"useWorkspaces": true
}
7 changes: 4 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@surix/client",
"version": "0.9.0",
"version": "0.9.1",
"description": "Surix API Client",
"keywords": [
"surix",
Expand Down Expand Up @@ -62,7 +62,8 @@
"webpack-cli": "^3.1.2"
},
"dependencies": {
"@surix/data-helpers": "^0.7.3",
"axios": "^0.18.0"
"@surix/data-helpers": "^0.7.4",
"axios": "^0.18.0",
"tslib": "^1.10.0"
}
}
7 changes: 5 additions & 2 deletions packages/data-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@surix/data-helpers",
"version": "0.7.3",
"version": "0.7.4",
"description": "Utilities for making it easy to work with Surix data",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -39,5 +39,8 @@
"webpack": "^4.26.0",
"webpack-cli": "^3.1.2"
},
"gitHead": "65b5f84cd7b86725cb851929671dde789f1ec7ed"
"gitHead": "65b5f84cd7b86725cb851929671dde789f1ec7ed",
"dependencies": {
"tslib": "^1.10.0"
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5671,6 +5671,11 @@ ts-loader@^5.3.0:
micromatch "^3.1.4"
semver "^5.0.1"

tslib@^1.10.0:
version "1.10.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==

tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
version "1.9.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
Expand Down

0 comments on commit a893cb0

Please sign in to comment.