Skip to content

Commit 9a50543

Browse files
committed
Bump dependencies.
1 parent b4cbfd4 commit 9a50543

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

examples/with-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"now-build": "SKIP_PREFLIGHT_CHECK=true react-scripts build"
1515
},
1616
"dependencies": {
17-
"@types/node": "12.12.6",
17+
"@types/node": "12.12.7",
1818
"@types/react": "16.9.11",
1919
"@types/react-dom": "16.9.4",
2020
"react": "16.11.0",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
},
3838
"devDependencies": {
3939
"@babel/core": "7.7.2",
40-
"@babel/plugin-proposal-class-properties": "7.5.5",
40+
"@babel/plugin-proposal-class-properties": "7.7.0",
4141
"@babel/plugin-proposal-object-rest-spread": "7.6.2",
4242
"@babel/plugin-transform-runtime": "7.6.2",
4343
"@babel/preset-env": "7.7.1",
4444
"@babel/preset-react": "7.7.0",
45-
"@babel/preset-typescript": "7.3.3",
45+
"@babel/preset-typescript": "7.7.2",
4646
"@pika/pack": "0.5.0",
4747
"@pika/plugin-build-node": "0.7.1",
4848
"@pika/plugin-build-types": "0.7.1",
@@ -54,8 +54,8 @@
5454
"@storybook/react": "5.2.6",
5555
"@testing-library/jest-dom": "4.2.3",
5656
"@testing-library/react": "9.3.2",
57-
"@typescript-eslint/eslint-plugin": "2.1.0",
58-
"@typescript-eslint/parser": "2.1.0",
57+
"@typescript-eslint/eslint-plugin": "2.6.1",
58+
"@typescript-eslint/parser": "2.6.1",
5959
"babel-eslint": "10.0.3",
6060
"babel-jest": "24.9.0",
6161
"babel-loader": "8.0.6",
@@ -69,7 +69,7 @@
6969
"eslint-plugin-react-hooks": "2.2.0",
7070
"jest": "24.9.0",
7171
"lerna": "3.18.4",
72-
"node-jq": "1.10.3",
72+
"node-jq": "1.11.0",
7373
"now": "16.4.4",
7474
"npm-run-all": "4.1.5",
7575
"prettier": "1.19.1",
@@ -78,6 +78,6 @@
7878
"react-async": "9.0.0",
7979
"react-dom": "16.11.0",
8080
"storybook-chromatic": "3.1.0",
81-
"typescript": "3.6.4"
81+
"typescript": "3.7.2"
8282
}
8383
}

0 commit comments

Comments
 (0)