|
25 | 25 | "author": "Kenny Wang",
|
26 | 26 | "license": "MIT",
|
27 | 27 | "dependencies": {
|
28 |
| - "@babel/cli": "^7.2.3", |
29 |
| - "@babel/core": "^7.3.4", |
30 |
| - "@babel/plugin-proposal-class-properties": "^7.3.4", |
31 |
| - "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
32 |
| - "@babel/plugin-syntax-object-rest-spread": "^7.2.0", |
33 |
| - "@babel/plugin-transform-async-to-generator": "^7.3.4", |
34 |
| - "@babel/plugin-transform-runtime": "^7.3.4", |
35 |
| - "@babel/polyfill": "^7.2.5", |
36 |
| - "@babel/preset-env": "^7.3.4", |
37 |
| - "@babel/preset-react": "^7.0.0", |
38 |
| - "@babel/runtime": "^7.3.4", |
| 28 | + "@babel/cli": "7.2.3", |
| 29 | + "@babel/core": "7.3.4", |
| 30 | + "@babel/plugin-proposal-class-properties": "7.3.4", |
| 31 | + "@babel/plugin-syntax-dynamic-import": "7.2.0", |
| 32 | + "@babel/plugin-syntax-object-rest-spread": "7.2.0", |
| 33 | + "@babel/plugin-transform-async-to-generator": "7.3.4", |
| 34 | + "@babel/plugin-transform-runtime": "7.3.4", |
| 35 | + "@babel/polyfill": "7.2.5", |
| 36 | + "@babel/preset-env": "7.3.4", |
| 37 | + "@babel/preset-react": "7.0.0", |
| 38 | + "@babel/runtime": "7.3.4", |
39 | 39 | "@nuxtjs/friendly-errors-webpack-plugin": "2.0.2",
|
40 |
| - "babel-eslint": "^10.0.1", |
41 |
| - "babel-loader": "^8.0.5", |
42 |
| - "classnames": "^2.2.6", |
| 40 | + "babel-eslint": "10.0.1", |
| 41 | + "babel-loader": "8.0.5", |
| 42 | + "classnames": "2.2.6", |
43 | 43 | "colors-cli": "1.0.13",
|
44 | 44 | "commander": "2.12.2",
|
45 | 45 | "copy-markdown-image-webpack-plugin": "2.0.0",
|
|
71 | 71 | "raw-content-replace-loader": "1.0.1",
|
72 | 72 | "raw-extend-loader": "1.0.5",
|
73 | 73 | "raw-tree-replace-loader": "1.1.0",
|
74 |
| - "react": "^16.8.4", |
| 74 | + "react": "16.8.4", |
75 | 75 | "react-document-title": "2.0.3",
|
76 |
| - "react-dom": "^16.8.4", |
77 |
| - "react-dynamic-loadable": "^1.1.2", |
| 76 | + "react-dom": "16.8.4", |
| 77 | + "react-dynamic-loadable": "1.1.2", |
78 | 78 | "react-hot-loader": "4.1.1",
|
79 | 79 | "react-markdown": "3.3.0",
|
80 | 80 | "react-router-dom": "4.2.2",
|
|
84 | 84 | "uglifyjs-webpack-plugin": "2.1.1",
|
85 | 85 | "upath": "1.0.2",
|
86 | 86 | "url-replace-loader": "1.0.0",
|
87 |
| - "webpack": "4.10.2", |
88 |
| - "webpack-cli": "3.0.1", |
89 |
| - "webpack-dev-middleware": "3.1.3", |
90 |
| - "webpack-dev-server": "3.1.14", |
| 87 | + "webpack": "4.40.2", |
| 88 | + "webpack-dev-middleware": "3.7.1", |
| 89 | + "webpack-dev-server": "3.8.1", |
91 | 90 | "webpack-hot-dev-clients": "1.0.4",
|
92 |
| - "webpackbar": "2.6.1", |
| 91 | + "webpackbar": "4.0.0", |
93 | 92 | "write": "1.0.3"
|
94 | 93 | },
|
95 | 94 | "devDependencies": {
|
|
0 commit comments