Skip to content

Commit 5e172f2

Browse files
Merge pull request #6 from metalabdesign/renovate/pin-dependencies
Pin dependencies
2 parents aa5b37d + 8e871cf commit 5e172f2

2 files changed

Lines changed: 52 additions & 35 deletions

File tree

package-lock.json

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

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -27,33 +27,33 @@
2727
"webpack-partial": "^2.2.0"
2828
},
2929
"devDependencies": {
30-
"@babel/cli": "^7.0.0-beta.44",
31-
"@babel/core": "^7.0.0-beta.44",
32-
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.44",
33-
"@babel/plugin-syntax-flow": "^7.0.0-beta.44",
34-
"@babel/plugin-syntax-object-rest-spread": "^7.0.0-beta.44",
35-
"@babel/preset-env": "^7.0.0-beta.44",
36-
"@babel/preset-flow": "^7.0.0-beta.44",
37-
"@babel/preset-react": "^7.0.0-beta.44",
38-
"@babel/register": "^7.0.0-beta.44",
39-
"babel-core": "^7.0.0-bridge.0",
40-
"babel-jest": "^23.2.0",
41-
"babel-loader": "^8.0.0-beta.4",
42-
"babel-plugin-graphql-tag": "^1.6.0",
43-
"babel-plugin-module-resolver": "^3.1.1",
44-
"eslint": "^4.19.1",
45-
"eslint-config-metalab": "^9.0.1",
46-
"flow-bin": "^0.75.0",
47-
"graphql": "^0.13.2",
48-
"graphql-tag": "^2.9.2",
49-
"jest": "^23.3.0",
50-
"ncp": "^2.0.0",
51-
"node-fetch": "^1.7.3",
52-
"prettier": "^1.12.1",
53-
"stats-webpack-plugin": "^0.6.2",
54-
"url-join": "^4.0.0",
55-
"webpack": "^4.5.0",
56-
"webpack-node-externals": "^1.7.2"
30+
"@babel/cli": "7.0.0-beta.53",
31+
"@babel/core": "7.0.0-beta.53",
32+
"@babel/plugin-proposal-class-properties": "7.0.0-beta.53",
33+
"@babel/plugin-syntax-flow": "7.0.0-beta.53",
34+
"@babel/plugin-syntax-object-rest-spread": "7.0.0-beta.53",
35+
"@babel/preset-env": "7.0.0-beta.53",
36+
"@babel/preset-flow": "7.0.0-beta.53",
37+
"@babel/preset-react": "7.0.0-beta.53",
38+
"@babel/register": "7.0.0-beta.53",
39+
"babel-core": "7.0.0-bridge.0",
40+
"babel-jest": "23.4.0",
41+
"babel-loader": "8.0.0-beta.4",
42+
"babel-plugin-graphql-tag": "1.6.0",
43+
"babel-plugin-module-resolver": "3.1.1",
44+
"eslint": "4.19.1",
45+
"eslint-config-metalab": "9.0.1",
46+
"flow-bin": "0.75.0",
47+
"graphql": "0.13.2",
48+
"graphql-tag": "2.9.2",
49+
"jest": "23.4.1",
50+
"ncp": "2.0.0",
51+
"node-fetch": "1.7.3",
52+
"prettier": "1.13.7",
53+
"stats-webpack-plugin": "0.6.2",
54+
"url-join": "4.0.0",
55+
"webpack": "4.16.0",
56+
"webpack-node-externals": "1.7.2"
5757
},
5858
"peerDependencies": {
5959
"luminol": "*",

0 commit comments

Comments
 (0)