Skip to content

Commit a659d78

Browse files
committed
update all deps
1 parent 3e44e2d commit a659d78

File tree

2 files changed

+3527
-1190
lines changed

2 files changed

+3527
-1190
lines changed

package.json

+14-13
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"prepublish": "npm run transpile",
99
"transpile": "babel -d lib src/",
1010
"build": "npm run build-docs",
11-
"build-docs": "webpack examples/src examples/dist/app.js --module-bind js=babel-loader",
11+
"build-docs": "webpack --mode=production examples/src examples/dist/app.js --module-bind js=babel-loader",
1212
"precommit": "lint-staged"
1313
},
1414
"lint-staged": {
@@ -32,27 +32,28 @@
3232
},
3333
"license": "MIT",
3434
"dependencies": {
35-
"prop-types": "^15.5.10",
36-
"react": "^15.6.1"
35+
"prop-types": "^15.6.1",
36+
"react": "^16.2.0"
3737
},
3838
"devDependencies": {
39-
"babel-cli": "^6.24.1",
40-
"babel-loader": "^7.1.1",
41-
"babel-preset-latest": "^6.24.1",
39+
"babel-cli": "^6.26.0",
40+
"babel-env": "^2.4.1",
41+
"babel-loader": "^7.1.4",
4242
"babel-preset-react": "^6.24.1",
4343
"babel-preset-stage-0": "^6.24.1",
4444
"husky": "^0.14.3",
45-
"lint-staged": "^4.0.3",
46-
"prettier": "^1.5.3",
47-
"react-dom": "^15.6.1",
48-
"react-highlight": "^0.10.0",
49-
"react-mt-svg-lines": "^0.7.3",
50-
"webpack": "^3.3.0"
45+
"lint-staged": "^7.0.0",
46+
"prettier": "^1.11.1",
47+
"react-dom": "^16.2.0",
48+
"react-highlight": "^0.11.1",
49+
"react-mt-svg-lines": "^0.8.3",
50+
"webpack": "^4.2.0",
51+
"webpack-cli": "^2.0.12"
5152
},
5253
"babel": {
5354
"presets": [
5455
"react",
55-
"latest",
56+
"env",
5657
"stage-0"
5758
]
5859
}

0 commit comments

Comments
 (0)