|
26 | 26 | "react-dom": "./node_modules/react-dom"
|
27 | 27 | },
|
28 | 28 | "dependencies": {
|
29 |
| - "cheerio": "^1.0.0-rc.2", |
30 |
| - "compression": "^1.7.2", |
31 |
| - "express": "^4.16.2", |
| 29 | + "cheerio": "^1.0.0-rc.3", |
| 30 | + "compression": "^1.7.4", |
| 31 | + "express": "^4.17.1", |
32 | 32 | "multistream": "^4.0.0",
|
33 | 33 | "parcel-plugin-bundle-manifest": "^0.2.0",
|
34 |
| - "react": "^16.9.0", |
35 |
| - "react-dom": "^16.9.0", |
36 |
| - "react-helmet": "^5.2.0", |
37 |
| - "react-imported-component": "^6.1.1", |
| 34 | + "react": "^16.12.0", |
| 35 | + "react-dom": "^16.12.0", |
| 36 | + "react-helmet": "^5.2.1", |
| 37 | + "react-imported-component": "^6.2.1", |
38 | 38 | "react-router-dom": "^4.2.2",
|
39 |
| - "used-styles": "^2.0.2" |
| 39 | + "used-styles": "^1.1.0" |
40 | 40 | },
|
41 | 41 | "devDependencies": {
|
42 |
| - "babel-cli": "^6.26.0", |
43 |
| - "babel-core": "^6.26.3", |
44 |
| - "babel-plugin-dynamic-import-node": "^1.2.0", |
45 |
| - "babel-preset-env": "^1.7.0", |
46 |
| - "babel-preset-react": "^6.24.1", |
47 |
| - "cross-env": "^6.0.0", |
48 |
| - "node-sass": "^4.11.0", |
49 |
| - "parcel-bundler": "^1.11.0", |
50 |
| - "react-hot-loader": "^4.0.0", |
51 |
| - "rimraf": "^3.0.0" |
| 42 | + "@babel/cli": "^7.8.4", |
| 43 | + "@babel/core": "^7.8.4", |
| 44 | + "@babel/plugin-proposal-dynamic-import": "^7.8.3", |
| 45 | + "@babel/plugin-transform-modules-commonjs": "^7.8.3", |
| 46 | + "@babel/preset-env": "7.8.4", |
| 47 | + "@babel/preset-react": "7.8.3", |
| 48 | + "cross-env": "^7.0.0", |
| 49 | + "node-sass": "^4.13.1", |
| 50 | + "parcel-bundler": "^1.12.4", |
| 51 | + "react-hot-loader": "^4.12.19", |
| 52 | + "rimraf": "^3.0.2" |
52 | 53 | }
|
53 | 54 | }
|
0 commit comments