mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Update dependencies in package.json (#5066)
Babel loader v8 now for babel v7 other update fix bugs and performance improvements
This commit is contained in:
parent
d76b850eac
commit
4ef3788613
22
package.json
22
package.json
|
@ -76,9 +76,9 @@
|
|||
"ansi-html": "0.0.7",
|
||||
"autodll-webpack-plugin": "0.4.2",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-loader": "8.0.0-beta.3",
|
||||
"babel-loader": "8.0.0",
|
||||
"babel-plugin-react-require": "3.0.0",
|
||||
"babel-plugin-transform-react-remove-prop-types": "0.4.13",
|
||||
"babel-plugin-transform-react-remove-prop-types": "0.4.15",
|
||||
"case-sensitive-paths-webpack-plugin": "2.1.2",
|
||||
"cross-spawn": "5.1.0",
|
||||
"del": "3.0.0",
|
||||
|
@ -98,8 +98,8 @@
|
|||
"mkdirp-then": "1.2.0",
|
||||
"nanoid": "1.2.1",
|
||||
"path-to-regexp": "2.1.0",
|
||||
"prop-types": "15.6.0",
|
||||
"prop-types-exact": "1.1.1",
|
||||
"prop-types": "15.6.2",
|
||||
"prop-types-exact": "1.2.0",
|
||||
"react-error-overlay": "4.0.0",
|
||||
"recursive-copy": "2.0.6",
|
||||
"resolve": "1.5.0",
|
||||
|
@ -109,11 +109,11 @@
|
|||
"styled-jsx": "3.0.2",
|
||||
"unfetch": "3.0.0",
|
||||
"url": "0.11.0",
|
||||
"webpack": "4.16.3",
|
||||
"webpack-dev-middleware": "3.1.3",
|
||||
"webpack-hot-middleware": "2.22.2",
|
||||
"webpack-sources": "1.1.0",
|
||||
"webpackbar": "2.6.1",
|
||||
"webpack": "4.17.1",
|
||||
"webpack-dev-middleware": "3.2.0",
|
||||
"webpack-hot-middleware": "2.22.3",
|
||||
"webpack-sources": "1.2.0",
|
||||
"webpackbar": "2.6.3",
|
||||
"write-file-webpack-plugin": "4.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -131,8 +131,8 @@
|
|||
"chromedriver": "2.32.3",
|
||||
"clone": "2.1.1",
|
||||
"coveralls": "2.13.1",
|
||||
"cross-env": "5.0.5",
|
||||
"express": "4.15.5",
|
||||
"cross-env": "5.2.0",
|
||||
"express": "4.16.3",
|
||||
"fkill": "5.1.0",
|
||||
"flatten": "1.0.2",
|
||||
"flow-bin": "0.73.0",
|
||||
|
|
Loading…
Reference in a new issue