|
1 | 1 | { |
2 | 2 | "name": "react-ssr", |
3 | | - "version": "1.3.0", |
| 3 | + "version": "2.0.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.8", |
19 | | - "@emotion/react": "^11.9.0", |
| 18 | + "@chakra-ui/react": "^2.2.1", |
| 19 | + "@emotion/react": "^11.9.3", |
20 | 20 | "@emotion/server": "^11.4.0", |
21 | | - "@emotion/styled": "^11.8.1", |
22 | | - "@loadable/component": "^5.15.2", |
23 | | - "@loadable/server": "^5.15.2", |
24 | | - "@mui/material": "^5.8.0", |
25 | | - "antd": "^4.20.4", |
| 21 | + "@emotion/styled": "^11.9.3", |
26 | 22 | "axios": "^0.27.2", |
27 | 23 | "chalk": "4", |
28 | 24 | "compression": "^1.7.4", |
|
31 | 27 | "dotenv": "^16.0.0", |
32 | 28 | "express": "^4.18.1", |
33 | 29 | "express-session": "^1.17.3", |
34 | | - "framer-motion": "6.3.3", |
35 | | - "immer": "^9.0.13", |
| 30 | + "framer-motion": "^6.3.11", |
| 31 | + "immer": "^9.0.15", |
36 | 32 | "js-cookie": "^3.0.1", |
37 | 33 | "lodash": "^4.17.21", |
38 | 34 | "multer": "^1.4.4", |
39 | 35 | "pretty-error": "^4.0.0", |
40 | | - "react": "^17.0.2", |
41 | | - "react-dom": "^17.0.2", |
42 | | - "react-helmet-async": "1.2.3", |
43 | | - "react-intl": "5.24.8", |
44 | | - "react-redux": "^8.0.1", |
45 | | - "react-router": "6.3.0", |
46 | | - "react-router-dom": "6.3.0", |
| 36 | + "react": "^18.2.0", |
| 37 | + "react-dom": "^18.2.0", |
| 38 | + "react-helmet-async": "^1.3.0", |
| 39 | + "react-intl": "^6.0.4", |
| 40 | + "react-redux": "^8.0.2", |
| 41 | + "react-router": "^6.3.0", |
| 42 | + "react-router-dom": "^6.3.0", |
47 | 43 | "redux": "^4.2.0", |
48 | 44 | "redux-saga": "^1.1.3", |
49 | 45 | "redux-thunk": "^2.4.1", |
50 | 46 | "spark-md5": "^3.0.1", |
51 | | - "webpack": "^5.72.1", |
52 | | - "zustand": "^3.7.1" |
| 47 | + "webpack": "^5.73.0", |
| 48 | + "zustand": "^3.7.2" |
53 | 49 | }, |
54 | 50 | "devDependencies": { |
55 | 51 | "@babel/cli": "^7.17.10", |
56 | | - "@babel/core": "^7.18.0", |
| 52 | + "@babel/core": "^7.18.5", |
57 | 53 | "@babel/plugin-proposal-class-properties": "^7.17.12", |
58 | | - "@babel/plugin-proposal-decorators": "^7.17.12", |
| 54 | + "@babel/plugin-proposal-decorators": "^7.18.2", |
59 | 55 | "@babel/plugin-proposal-export-default-from": "^7.17.12", |
60 | 56 | "@babel/plugin-proposal-object-rest-spread": "^7.18.0", |
61 | 57 | "@babel/plugin-proposal-optional-chaining": "^7.17.12", |
62 | 58 | "@babel/plugin-proposal-private-methods": "^7.17.12", |
63 | 59 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
64 | | - "@babel/plugin-transform-modules-commonjs": "^7.18.0", |
65 | | - "@babel/plugin-transform-runtime": "^7.18.0", |
66 | | - "@babel/preset-env": "^7.18.0", |
| 60 | + "@babel/plugin-transform-modules-commonjs": "^7.18.2", |
| 61 | + "@babel/plugin-transform-runtime": "^7.18.5", |
| 62 | + "@babel/preset-env": "^7.18.2", |
67 | 63 | "@babel/preset-react": "^7.17.12", |
68 | 64 | "@babel/preset-typescript": "^7.17.12", |
69 | | - "@loadable/babel-plugin": "^5.13.2", |
70 | | - "@loadable/webpack-plugin": "^5.15.2", |
71 | | - "@pmmmwh/react-refresh-webpack-plugin": "^0.5.6", |
| 65 | + "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7", |
| 66 | + "@swc/core": "^1.2.203", |
72 | 67 | "@types/compression": "^1.7.2", |
73 | | - "@types/cookie-parser": "^1.4.2", |
| 68 | + "@types/cookie-parser": "^1.4.3", |
74 | 69 | "@types/cors": "^2.8.12", |
75 | 70 | "@types/express": "^4.17.13", |
76 | 71 | "@types/express-session": "^1.17.4", |
77 | | - "@types/jest": "^27.4.1", |
78 | | - "@types/js-cookie": "^3.0.1", |
79 | | - "@types/loadable__component": "^5.13.4", |
80 | | - "@types/loadable__server": "^5.12.6", |
81 | | - "@types/lodash": "^4.14.180", |
| 72 | + "@types/jest": "^28.1.1", |
| 73 | + "@types/js-cookie": "^3.0.2", |
| 74 | + "@types/lodash": "^4.14.182", |
82 | 75 | "@types/multer": "^1.4.7", |
83 | | - "@types/node": "^17.0.23", |
84 | | - "@types/react": "^17.0.42", |
85 | | - "@types/react-dom": "^17.0.14", |
| 76 | + "@types/node": "^18.0.0", |
| 77 | + "@types/react": "^18.0.12", |
| 78 | + "@types/react-dom": "^18.0.5", |
86 | 79 | "@types/webpack": "^5.28.0", |
87 | 80 | "@types/webpack-env": "^1.17.0", |
88 | 81 | "@types/webpack-hot-middleware": "^2.25.6", |
89 | | - "@typescript-eslint/eslint-plugin": "^5.25.0", |
90 | | - "@typescript-eslint/parser": "^5.25.0", |
| 82 | + "@typescript-eslint/eslint-plugin": "^5.28.0", |
| 83 | + "@typescript-eslint/parser": "^5.28.0", |
91 | 84 | "autoprefixer": "^10.4.7", |
92 | | - "babel-jest": "^27.5.1", |
| 85 | + "babel-jest": "^28.1.1", |
93 | 86 | "babel-loader": "^8.2.5", |
94 | 87 | "babel-plugin-import": "^1.13.5", |
95 | 88 | "clean-webpack-plugin": "^4.0.0", |
96 | | - "core-js": "^3.22.5", |
| 89 | + "core-js": "^3.23.1", |
97 | 90 | "cross-env": "^7.0.3", |
98 | 91 | "css-loader": "^6.7.1", |
99 | | - "css-minimizer-webpack-plugin": "^3.4.1", |
100 | | - "eslint": "^8.15.0", |
| 92 | + "css-minimizer-webpack-plugin": "^4.0.0", |
| 93 | + "eslint": "^8.17.0", |
101 | 94 | "eslint-config-prettier": "^8.5.0", |
102 | 95 | "eslint-import-resolver-typescript": "^2.7.1", |
103 | 96 | "eslint-plugin-import": "^2.26.0", |
104 | 97 | "eslint-plugin-jsx-a11y": "^6.5.1", |
105 | 98 | "eslint-plugin-prettier": "^4.0.0", |
106 | 99 | "eslint-plugin-react": "^7.30.0", |
107 | | - "eslint-plugin-react-hooks": "^4.5.0", |
| 100 | + "eslint-plugin-react-hooks": "^4.6.0", |
108 | 101 | "eslint-webpack-plugin": "^3.1.1", |
109 | 102 | "file-loader": "^6.2.0", |
110 | 103 | "fork-ts-checker-webpack-plugin": "^7.2.11", |
111 | 104 | "identity-obj-proxy": "^3.0.0", |
112 | | - "jest": "^27.5.1", |
113 | | - "mini-css-extract-plugin": "^2.6.0", |
| 105 | + "jest": "^28.1.1", |
| 106 | + "mini-css-extract-plugin": "^2.6.1", |
114 | 107 | "nodemon": "^2.0.15", |
115 | 108 | "postcss": "^8.4.14", |
116 | | - "postcss-loader": "^6.2.1", |
117 | | - "prettier": "^2.6.2", |
118 | | - "react-refresh": "^0.13.0", |
119 | | - "sass": "^1.52.0", |
120 | | - "sass-loader": "^12.6.0", |
| 109 | + "postcss-loader": "^7.0.0", |
| 110 | + "prettier": "^2.7.0", |
| 111 | + "react-refresh": "^0.14.0", |
| 112 | + "sass": "^1.52.3", |
| 113 | + "sass-loader": "^13.0.0", |
121 | 114 | "style-loader": "^3.3.1", |
| 115 | + "swc-loader": "^0.2.3", |
122 | 116 | "thread-loader": "^3.0.4", |
123 | | - "typescript": "^4.5.5", |
| 117 | + "typescript": "^4.7.3", |
124 | 118 | "webpack-bundle-analyzer": "^4.5.0", |
125 | | - "webpack-cli": "^4.9.2", |
| 119 | + "webpack-cli": "^4.10.0", |
126 | 120 | "webpack-dev-middleware": "^5.3.3", |
127 | | - "webpack-dev-server": "^4.9.0", |
| 121 | + "webpack-dev-server": "^4.9.2", |
128 | 122 | "webpack-hot-middleware": "^2.25.1", |
129 | 123 | "webpack-manifest-plugin": "^5.0.0", |
130 | 124 | "webpack-merge": "^5.8.0", |
|
0 commit comments