Skip to content

Commit 4f99e1f

Browse files
authored
Merge pull request #3 from 10xjs/renovate/pin-dependencies
Pin dependencies
2 parents 385928a + 285d86d commit 4f99e1f

File tree

2 files changed

+50
-32
lines changed

2 files changed

+50
-32
lines changed

package-lock.json

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

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,28 @@
3131
"react": ">=16.3.0"
3232
},
3333
"devDependencies": {
34-
"@babel/cli": "^7.1.2",
35-
"@babel/core": "^7.1.2",
36-
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
37-
"@babel/plugin-syntax-class-properties": "^7.0.0",
38-
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
39-
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
40-
"@babel/plugin-transform-object-assign": "^7.0.0",
41-
"@babel/preset-env": "^7.1.0",
42-
"@babel/preset-react": "^7.0.0",
43-
"babel-core": "^7.0.0-bridge.0",
44-
"eslint": "^5.8.0",
45-
"eslint-config-metalab": "^10.0.0",
46-
"flow-bin": "^0.84.0",
47-
"jest": "^23.6.0",
48-
"ncp": "^2.0.0",
49-
"prettier": "^1.14.3",
50-
"react": "^16.4",
51-
"react-dom": "^16.4",
52-
"renamer": "^1.1.0",
53-
"rimraf": "^2.6.2",
54-
"rollup": "^0.66.6",
55-
"rollup-plugin-babel": "^4.0.3"
34+
"@babel/cli": "7.1.2",
35+
"@babel/core": "7.1.2",
36+
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
37+
"@babel/plugin-syntax-class-properties": "7.0.0",
38+
"@babel/plugin-syntax-dynamic-import": "7.0.0",
39+
"@babel/plugin-transform-flow-strip-types": "7.0.0",
40+
"@babel/plugin-transform-object-assign": "7.0.0",
41+
"@babel/preset-env": "7.1.0",
42+
"@babel/preset-react": "7.0.0",
43+
"babel-core": "7.0.0-bridge.0",
44+
"eslint": "5.8.0",
45+
"eslint-config-metalab": "10.0.0",
46+
"flow-bin": "0.84.0",
47+
"jest": "23.6.0",
48+
"ncp": "2.0.0",
49+
"prettier": "1.14.3",
50+
"react": "16.6.0",
51+
"react-dom": "16.6.0",
52+
"renamer": "1.1.0",
53+
"rimraf": "2.6.2",
54+
"rollup": "0.66.6",
55+
"rollup-plugin-babel": "4.0.3"
5656
},
5757
"jest": {
5858
"modulePathIgnorePatterns": [

0 commit comments

Comments
 (0)