Skip to content

Commit 823f957

Browse files
authored
Merge pull request streamich#58 from streamich/tslib
fix: 🐛 update tslib dependency
2 parents f49608a + 7be746b commit 823f957

File tree

2 files changed

+24
-22
lines changed

2 files changed

+24
-22
lines changed

package.json

+20-19
Original file line numberDiff line numberDiff line change
@@ -39,51 +39,52 @@
3939
"react-focus-lock": "1.6.5",
4040
"react-universal-interface": "^0.3.1",
4141
"screenfull": "^3.3.2",
42-
"throttle-debounce": "^2.0.1",
43-
"tslib": "^1.9.0"
42+
"throttle-debounce": "^2.0.1"
4443
},
4544
"peerDependencies": {
4645
"react": "^16.4.0",
4746
"react-dom": "^16.4.0",
48-
"prop-types": "^15.6.1"
47+
"prop-types": "^15.6.1",
48+
"tslib": "*"
4949
},
5050
"devDependencies": {
51+
"@semantic-release/changelog": "^2.0.2",
52+
"@semantic-release/git": "^5.0.0",
53+
"@semantic-release/npm": "^3.3.1",
5154
"@storybook/addon-actions": "^3.3.10",
5255
"@storybook/addon-links": "^3.3.10",
5356
"@storybook/react": "^3.3.10",
5457
"@types/chai": "4.1.1",
5558
"@types/jest": "22.0.1",
5659
"@types/node": "9.3.0",
57-
"@types/react": "^16.4.14",
5860
"@types/react-dom": "^16.0.8",
61+
"@types/react": "^16.4.14",
5962
"chai": "4.1.2",
60-
"enzyme": "^3.3.0",
6163
"enzyme-adapter-react-16": "^1.1.1",
6264
"enzyme-to-json": "^3.3.4",
63-
"jest": "^23.6.0",
64-
"jest-environment-jsdom": "^23.4.0",
65+
"enzyme": "^3.3.0",
66+
"git-cz": "^1.7.0",
67+
"gitbook-cli": "2.3.2",
68+
"glob": "^7.1.2",
6569
"jest-environment-jsdom-global": "^1.1.0",
70+
"jest-environment-jsdom": "^23.4.0",
71+
"jest": "^23.6.0",
72+
"mkdirp": "0.5.1",
6673
"mocha": "5.0.0",
67-
"git-cz": "^1.7.0",
74+
"prop-types": "^15.6.0",
75+
"react-dom": "^16.2.0",
6876
"react-markdown": "3.1.4",
6977
"react-test-renderer": "16.2.0",
78+
"react": "^16.2.0",
7079
"rimraf": "2.6.2",
80+
"semantic-release": "^15.5.0",
7181
"to-string-loader": "1.1.5",
7282
"ts-jest": "^23.10.3",
7383
"ts-loader": "3.5.0",
7484
"ts-node": "^7.0.1",
85+
"tslib": "^2.0.0",
7586
"typescript": "^3.1.1",
76-
"webpack": "3.10.0",
77-
"semantic-release": "^15.5.0",
78-
"@semantic-release/changelog": "^2.0.2",
79-
"@semantic-release/npm": "^3.3.1",
80-
"@semantic-release/git": "^5.0.0",
81-
"gitbook-cli": "2.3.2",
82-
"glob": "^7.1.2",
83-
"mkdirp": "0.5.1",
84-
"react": "^16.2.0",
85-
"react-dom": "^16.2.0",
86-
"prop-types": "^15.6.0"
87+
"webpack": "3.10.0"
8788
},
8889
"release": {
8990
"verifyConditions": [

yarn.lock

+4-3
Original file line numberDiff line numberDiff line change
@@ -10449,9 +10449,10 @@ ts-node@^7.0.1:
1044910449
source-map-support "^0.5.6"
1045010450
yn "^2.0.0"
1045110451

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

1045610457
tty-browserify@0.0.0:
1045710458
version "0.0.0"

0 commit comments

Comments
 (0)