Skip to content

Commit

Permalink
fix: πŸ› update tslib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Jun 15, 2020
1 parent f49608a commit 7be746b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 22 deletions.
39 changes: 20 additions & 19 deletions package.json
Expand Up @@ -39,51 +39,52 @@
"react-focus-lock": "1.6.5",
"react-universal-interface": "^0.3.1",
"screenfull": "^3.3.2",
"throttle-debounce": "^2.0.1",
"tslib": "^1.9.0"
"throttle-debounce": "^2.0.1"
},
"peerDependencies": {
"react": "^16.4.0",
"react-dom": "^16.4.0",
"prop-types": "^15.6.1"
"prop-types": "^15.6.1",
"tslib": "*"
},
"devDependencies": {
"@semantic-release/changelog": "^2.0.2",
"@semantic-release/git": "^5.0.0",
"@semantic-release/npm": "^3.3.1",
"@storybook/addon-actions": "^3.3.10",
"@storybook/addon-links": "^3.3.10",
"@storybook/react": "^3.3.10",
"@types/chai": "4.1.1",
"@types/jest": "22.0.1",
"@types/node": "9.3.0",
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.8",
"@types/react": "^16.4.14",
"chai": "4.1.2",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.4",
"jest": "^23.6.0",
"jest-environment-jsdom": "^23.4.0",
"enzyme": "^3.3.0",
"git-cz": "^1.7.0",
"gitbook-cli": "2.3.2",
"glob": "^7.1.2",
"jest-environment-jsdom-global": "^1.1.0",
"jest-environment-jsdom": "^23.4.0",
"jest": "^23.6.0",
"mkdirp": "0.5.1",
"mocha": "5.0.0",
"git-cz": "^1.7.0",
"prop-types": "^15.6.0",
"react-dom": "^16.2.0",
"react-markdown": "3.1.4",
"react-test-renderer": "16.2.0",
"react": "^16.2.0",
"rimraf": "2.6.2",
"semantic-release": "^15.5.0",
"to-string-loader": "1.1.5",
"ts-jest": "^23.10.3",
"ts-loader": "3.5.0",
"ts-node": "^7.0.1",
"tslib": "^2.0.0",
"typescript": "^3.1.1",
"webpack": "3.10.0",
"semantic-release": "^15.5.0",
"@semantic-release/changelog": "^2.0.2",
"@semantic-release/npm": "^3.3.1",
"@semantic-release/git": "^5.0.0",
"gitbook-cli": "2.3.2",
"glob": "^7.1.2",
"mkdirp": "0.5.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"prop-types": "^15.6.0"
"webpack": "3.10.0"
},
"release": {
"verifyConditions": [
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Expand Up @@ -10449,9 +10449,10 @@ ts-node@^7.0.1:
source-map-support "^0.5.6"
yn "^2.0.0"

tslib@^1.9.0:
version "1.9.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
tslib@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3"
integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==

tty-browserify@0.0.0:
version "0.0.0"
Expand Down

2 comments on commit 7be746b

@streamich
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build version: 2.13.2-tslib.203 🀞 tslib on Travis πŸŽ‰

@streamich
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build version: 2.13.2-tslib.125 🀞 tslib on Travis πŸŽ‰

Please sign in to comment.