Skip to content

Commit 928aafb

Browse files
fix(deps): fix deps
1 parent 84b6df5 commit 928aafb

File tree

3 files changed

+58
-143
lines changed

3 files changed

+58
-143
lines changed

package-lock.json

Lines changed: 50 additions & 135 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"url": "git+https://github.com/cerebral/overmind.git"
2323
},
2424
"dependencies": {
25-
"@babel/core": "^7.0.0-rc.1",
26-
"@babel/preset-env": "^7.0.0-rc.1",
25+
"@babel/core": "^7.0.0",
26+
"@babel/preset-env": "^7.0.0",
2727
"@types/node": "10.5.1",
2828
"color": "3.0.0",
2929
"color-hash": "1.0.3",
@@ -47,9 +47,9 @@
4747
"ws": "5.2.1"
4848
},
4949
"devDependencies": {
50-
"@babel/core": "7.0.0-rc.1",
51-
"@babel/preset-react": "7.0.0-rc.1",
52-
"@babel/preset-typescript": "7.0.0-rc.1",
50+
"@babel/core": "7.0.0",
51+
"@babel/preset-react": "7.0.0",
52+
"@babel/preset-typescript": "7.0.0",
5353
"@types/jest": "23.1.4",
5454
"@types/react": "16.4.6",
5555
"@types/react-dom": "16.0.6",

packages/demos/react-typescript-todomvc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"styled-components": "^3.3.3"
2828
},
2929
"devDependencies": {
30-
"@babel/core": "^7.0.0-rc.1",
31-
"@babel/preset-react": "^7.0.0-rc.1",
32-
"@babel/preset-typescript": "^7.0.0-rc.1",
30+
"@babel/core": "^7.0.0",
31+
"@babel/preset-react": "^7.0.0",
32+
"@babel/preset-typescript": "^7.0.0",
3333
"@types/react": "^16.4.6",
3434
"@types/react-dom": "^16.0.6",
3535
"babel-loader": "^8.0.0-beta.4",

0 commit comments

Comments
 (0)