|
1 | 1 | { |
2 | 2 | "name": "react-ssr", |
3 | | - "version": "1.2.9", |
| 3 | + "version": "1.3.0", |
4 | 4 | "author": "mrwang", |
5 | 5 | "license": "MIT", |
6 | 6 | "scripts": { |
|
15 | 15 | "test": "jest" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@chakra-ui/react": "^1.8.7", |
| 18 | + "@chakra-ui/react": "^1.8.8", |
19 | 19 | "@emotion/react": "^11.9.0", |
20 | 20 | "@emotion/server": "^11.4.0", |
21 | 21 | "@emotion/styled": "^11.8.1", |
22 | 22 | "@loadable/component": "^5.15.2", |
23 | 23 | "@loadable/server": "^5.15.2", |
24 | | - "@mui/material": "^5.6.2", |
25 | | - "antd": "^4.19.5", |
26 | | - "axios": "^0.26.1", |
| 24 | + "@mui/material": "^5.8.0", |
| 25 | + "antd": "^4.20.4", |
| 26 | + "axios": "^0.27.2", |
27 | 27 | "chalk": "4", |
28 | 28 | "compression": "^1.7.4", |
29 | 29 | "cookie-parser": "^1.4.6", |
30 | 30 | "cors": "^2.8.5", |
31 | 31 | "dotenv": "^16.0.0", |
32 | | - "express": "^4.17.3", |
33 | | - "express-session": "^1.17.2", |
34 | | - "framer-motion": "6.2.9", |
35 | | - "immer": "^9.0.12", |
| 32 | + "express": "^4.18.1", |
| 33 | + "express-session": "^1.17.3", |
| 34 | + "framer-motion": "6.3.3", |
| 35 | + "immer": "^9.0.13", |
36 | 36 | "js-cookie": "^3.0.1", |
37 | 37 | "lodash": "^4.17.21", |
38 | 38 | "multer": "^1.4.4", |
39 | 39 | "pretty-error": "^4.0.0", |
40 | 40 | "react": "^17.0.2", |
41 | 41 | "react-dom": "^17.0.2", |
42 | | - "react-helmet-async": "^1.2.3", |
43 | | - "react-intl": "^5.24.8", |
44 | | - "react-redux": "^7.2.8", |
| 42 | + "react-helmet-async": "1.2.3", |
| 43 | + "react-intl": "5.24.8", |
| 44 | + "react-redux": "^8.0.1", |
45 | 45 | "react-router": "6.3.0", |
46 | 46 | "react-router-dom": "6.3.0", |
47 | | - "redux": "^4.1.2", |
| 47 | + "redux": "^4.2.0", |
48 | 48 | "redux-saga": "^1.1.3", |
49 | 49 | "redux-thunk": "^2.4.1", |
50 | 50 | "spark-md5": "^3.0.1", |
51 | | - "webpack": "^5.72.0", |
| 51 | + "webpack": "^5.72.1", |
52 | 52 | "zustand": "^3.7.1" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@babel/cli": "^7.17.6", |
56 | | - "@babel/core": "^7.17.9", |
57 | | - "@babel/plugin-proposal-class-properties": "^7.16.7", |
58 | | - "@babel/plugin-proposal-decorators": "^7.17.9", |
59 | | - "@babel/plugin-proposal-export-default-from": "^7.16.7", |
60 | | - "@babel/plugin-proposal-object-rest-spread": "^7.17.3", |
61 | | - "@babel/plugin-proposal-optional-chaining": "^7.16.7", |
62 | | - "@babel/plugin-proposal-private-methods": "^7.16.11", |
| 55 | + "@babel/cli": "^7.17.10", |
| 56 | + "@babel/core": "^7.18.0", |
| 57 | + "@babel/plugin-proposal-class-properties": "^7.17.12", |
| 58 | + "@babel/plugin-proposal-decorators": "^7.17.12", |
| 59 | + "@babel/plugin-proposal-export-default-from": "^7.17.12", |
| 60 | + "@babel/plugin-proposal-object-rest-spread": "^7.18.0", |
| 61 | + "@babel/plugin-proposal-optional-chaining": "^7.17.12", |
| 62 | + "@babel/plugin-proposal-private-methods": "^7.17.12", |
63 | 63 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
64 | | - "@babel/plugin-transform-modules-commonjs": "^7.17.9", |
65 | | - "@babel/plugin-transform-runtime": "^7.17.0", |
66 | | - "@babel/preset-env": "^7.16.11", |
67 | | - "@babel/preset-react": "^7.16.7", |
68 | | - "@babel/preset-typescript": "^7.16.7", |
| 64 | + "@babel/plugin-transform-modules-commonjs": "^7.18.0", |
| 65 | + "@babel/plugin-transform-runtime": "^7.18.0", |
| 66 | + "@babel/preset-env": "^7.18.0", |
| 67 | + "@babel/preset-react": "^7.17.12", |
| 68 | + "@babel/preset-typescript": "^7.17.12", |
69 | 69 | "@loadable/babel-plugin": "^5.13.2", |
70 | 70 | "@loadable/webpack-plugin": "^5.15.2", |
71 | | - "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5", |
| 71 | + "@pmmmwh/react-refresh-webpack-plugin": "^0.5.6", |
72 | 72 | "@types/compression": "^1.7.2", |
73 | 73 | "@types/cookie-parser": "^1.4.2", |
74 | 74 | "@types/cors": "^2.8.12", |
|
83 | 83 | "@types/node": "^17.0.23", |
84 | 84 | "@types/react": "^17.0.42", |
85 | 85 | "@types/react-dom": "^17.0.14", |
86 | | - "@types/react-redux": "^7.1.23", |
87 | 86 | "@types/webpack": "^5.28.0", |
88 | | - "@types/webpack-env": "^1.16.3", |
| 87 | + "@types/webpack-env": "^1.17.0", |
89 | 88 | "@types/webpack-hot-middleware": "^2.25.6", |
90 | | - "@typescript-eslint/eslint-plugin": "^5.18.0", |
91 | | - "@typescript-eslint/parser": "^5.18.0", |
92 | | - "autoprefixer": "^10.4.4", |
| 89 | + "@typescript-eslint/eslint-plugin": "^5.25.0", |
| 90 | + "@typescript-eslint/parser": "^5.25.0", |
| 91 | + "autoprefixer": "^10.4.7", |
93 | 92 | "babel-jest": "^27.5.1", |
94 | | - "babel-loader": "^8.2.4", |
95 | | - "babel-plugin-import": "^1.13.3", |
| 93 | + "babel-loader": "^8.2.5", |
| 94 | + "babel-plugin-import": "^1.13.5", |
96 | 95 | "clean-webpack-plugin": "^4.0.0", |
97 | | - "core-js": "^3.21.1", |
| 96 | + "core-js": "^3.22.5", |
98 | 97 | "cross-env": "^7.0.3", |
99 | 98 | "css-loader": "^6.7.1", |
100 | 99 | "css-minimizer-webpack-plugin": "^3.4.1", |
101 | | - "eslint": "^8.11.0", |
| 100 | + "eslint": "^8.15.0", |
102 | 101 | "eslint-config-prettier": "^8.5.0", |
103 | 102 | "eslint-import-resolver-typescript": "^2.7.1", |
104 | 103 | "eslint-plugin-import": "^2.26.0", |
105 | 104 | "eslint-plugin-jsx-a11y": "^6.5.1", |
106 | 105 | "eslint-plugin-prettier": "^4.0.0", |
107 | | - "eslint-plugin-react": "^7.29.4", |
108 | | - "eslint-plugin-react-hooks": "^4.4.0", |
| 106 | + "eslint-plugin-react": "^7.30.0", |
| 107 | + "eslint-plugin-react-hooks": "^4.5.0", |
109 | 108 | "eslint-webpack-plugin": "^3.1.1", |
110 | 109 | "file-loader": "^6.2.0", |
111 | | - "fork-ts-checker-webpack-plugin": "^7.2.3", |
| 110 | + "fork-ts-checker-webpack-plugin": "^7.2.11", |
112 | 111 | "identity-obj-proxy": "^3.0.0", |
113 | 112 | "jest": "^27.5.1", |
114 | 113 | "mini-css-extract-plugin": "^2.6.0", |
115 | 114 | "node-sass": "^7.0.1", |
116 | 115 | "nodemon": "^2.0.15", |
117 | | - "postcss": "^8.4.12", |
| 116 | + "postcss": "^8.4.14", |
118 | 117 | "postcss-loader": "^6.2.1", |
119 | 118 | "prettier": "^2.6.2", |
120 | | - "react-refresh": "^0.12.0", |
121 | | - "sass": "^1.50.0", |
| 119 | + "react-refresh": "^0.13.0", |
| 120 | + "sass": "^1.52.0", |
122 | 121 | "sass-loader": "^12.6.0", |
123 | 122 | "style-loader": "^3.3.1", |
124 | 123 | "thread-loader": "^3.0.4", |
125 | 124 | "typescript": "^4.5.5", |
126 | 125 | "webpack-bundle-analyzer": "^4.5.0", |
127 | 126 | "webpack-cli": "^4.9.2", |
128 | | - "webpack-dev-middleware": "^5.3.1", |
129 | | - "webpack-dev-server": "^4.8.1", |
| 127 | + "webpack-dev-middleware": "^5.3.3", |
| 128 | + "webpack-dev-server": "^4.9.0", |
130 | 129 | "webpack-hot-middleware": "^2.25.1", |
131 | 130 | "webpack-manifest-plugin": "^5.0.0", |
132 | 131 | "webpack-merge": "^5.8.0", |
|
0 commit comments