|
1 | 1 | {
|
2 | 2 | "name": "react-ssr",
|
3 |
| - "version": "1.2.1", |
| 3 | + "version": "1.2.8", |
4 | 4 | "author": "mrwang",
|
5 | 5 | "license": "MIT",
|
6 | 6 | "scripts": {
|
|
19 | 19 | "@emotion/styled": "^11.6.0",
|
20 | 20 | "@loadable/component": "^5.15.2",
|
21 | 21 | "@loadable/server": "^5.15.2",
|
22 |
| - "@mui/material": "^5.3.1", |
| 22 | + "@mui/material": "^5.4.0", |
23 | 23 | "antd": "^4.18.5",
|
24 | 24 | "axios": "^0.25.0",
|
25 | 25 | "chalk": "4",
|
26 | 26 | "compression": "^1.7.4",
|
27 | 27 | "cookie-parser": "^1.4.6",
|
28 | 28 | "cors": "^2.8.5",
|
29 |
| - "dotenv": "^14.3.2", |
| 29 | + "dotenv": "^16.0.0", |
30 | 30 | "express": "^4.17.2",
|
31 | 31 | "express-session": "^1.17.1",
|
32 |
| - "framer-motion": "^6.2.3", |
| 32 | + "framer-motion": "^6.2.4", |
33 | 33 | "immer": "^9.0.12",
|
34 | 34 | "js-cookie": "^3.0.1",
|
35 | 35 | "lodash": "^4.17.21",
|
|
46 | 46 | "redux-saga": "^1.1.3",
|
47 | 47 | "redux-thunk": "^2.4.1",
|
48 | 48 | "spark-md5": "^3.0.1",
|
49 |
| - "webpack": "^5.67.0", |
| 49 | + "webpack": "^5.68.0", |
50 | 50 | "zustand": "^3.6.9"
|
51 | 51 | },
|
52 | 52 | "devDependencies": {
|
53 |
| - "@babel/cli": "^7.16.8", |
54 |
| - "@babel/core": "^7.16.12", |
| 53 | + "@babel/cli": "^7.17.0", |
| 54 | + "@babel/core": "^7.17.0", |
55 | 55 | "@babel/plugin-proposal-class-properties": "^7.16.7",
|
56 |
| - "@babel/plugin-proposal-decorators": "^7.16.7", |
| 56 | + "@babel/plugin-proposal-decorators": "^7.17.0", |
57 | 57 | "@babel/plugin-proposal-export-default-from": "^7.16.7",
|
58 | 58 | "@babel/plugin-proposal-object-rest-spread": "^7.16.7",
|
59 | 59 | "@babel/plugin-proposal-optional-chaining": "^7.16.7",
|
60 | 60 | "@babel/plugin-proposal-private-methods": "^7.16.11",
|
61 | 61 | "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
62 | 62 | "@babel/plugin-transform-modules-commonjs": "^7.16.8",
|
63 |
| - "@babel/plugin-transform-runtime": "^7.16.10", |
| 63 | + "@babel/plugin-transform-runtime": "^7.17.0", |
64 | 64 | "@babel/preset-env": "^7.16.11",
|
65 | 65 | "@babel/preset-react": "^7.16.7",
|
66 | 66 | "@babel/preset-typescript": "^7.16.7",
|
|
77 | 77 | "@types/loadable__server": "^5.12.3",
|
78 | 78 | "@types/lodash": "^4.14.178",
|
79 | 79 | "@types/multer": "^1.4.7",
|
80 |
| - "@types/node": "^17.0.13", |
81 |
| - "@types/react": "^17.0.38", |
| 80 | + "@types/node": "^17.0.14", |
| 81 | + "@types/react": "^17.0.39", |
82 | 82 | "@types/react-dom": "^17.0.11",
|
83 | 83 | "@types/react-redux": "^7.1.22",
|
84 | 84 | "@types/webpack": "^5.28.0",
|
85 | 85 | "@types/webpack-env": "^1.16.3",
|
86 | 86 | "@types/webpack-hot-middleware": "^2.25.4",
|
87 |
| - "@typescript-eslint/eslint-plugin": "^5.10.1", |
88 |
| - "@typescript-eslint/parser": "^5.10.1", |
| 87 | + "@typescript-eslint/eslint-plugin": "^5.10.2", |
| 88 | + "@typescript-eslint/parser": "^5.10.2", |
89 | 89 | "autoprefixer": "^10.4.2",
|
90 | 90 | "babel-loader": "^8.2.2",
|
91 | 91 | "babel-plugin-import": "^1.13.3",
|
92 | 92 | "clean-webpack-plugin": "^4.0.0",
|
93 |
| - "core-js": "^3.20.3", |
| 93 | + "core-js": "^3.21.0", |
94 | 94 | "cross-env": "^7.0.3",
|
95 |
| - "css-loader": "^6.5.1", |
| 95 | + "css-loader": "^6.6.0", |
96 | 96 | "css-minimizer-webpack-plugin": "^3.4.1",
|
97 |
| - "eslint": "^8.7.0", |
| 97 | + "eslint": "^8.8.0", |
98 | 98 | "eslint-config-prettier": "^8.3.0",
|
99 | 99 | "eslint-import-resolver-typescript": "^2.5.0",
|
100 | 100 | "eslint-plugin-import": "^2.25.4",
|
|
104 | 104 | "eslint-plugin-react-hooks": "^4.3.0",
|
105 | 105 | "eslint-webpack-plugin": "^3.1.1",
|
106 | 106 | "file-loader": "^6.2.0",
|
107 |
| - "fork-ts-checker-webpack-plugin": "^6.5.0", |
| 107 | + "fork-ts-checker-webpack-plugin": "^7.0.0", |
108 | 108 | "mini-css-extract-plugin": "^2.5.3",
|
109 | 109 | "node-sass": "^7.0.1",
|
110 | 110 | "nodemon": "^2.0.15",
|
111 |
| - "postcss": "^8.4.5", |
| 111 | + "postcss": "^8.4.6", |
112 | 112 | "postcss-loader": "^6.2.1",
|
113 | 113 | "prettier": "^2.5.1",
|
114 | 114 | "react-refresh": "^0.11.0",
|
115 |
| - "sass": "^1.49.0", |
| 115 | + "sass": "^1.49.7", |
116 | 116 | "sass-loader": "^12.4.0",
|
117 | 117 | "style-loader": "^3.2.1",
|
118 | 118 | "thread-loader": "^3.0.4",
|
119 | 119 | "typescript": "^4.5.5",
|
120 | 120 | "webpack-bundle-analyzer": "^4.4.0",
|
121 | 121 | "webpack-cli": "^4.9.2",
|
122 |
| - "webpack-dev-middleware": "^5.3.0", |
123 |
| - "webpack-dev-server": "^4.7.3", |
| 122 | + "webpack-dev-middleware": "^5.3.1", |
| 123 | + "webpack-dev-server": "^4.7.4", |
124 | 124 | "webpack-hot-middleware": "^2.25.1",
|
125 | 125 | "webpack-manifest-plugin": "^4.1.1",
|
126 | 126 | "webpack-merge": "^5.7.3",
|
|
0 commit comments