|
15 | 15 | "test": "jest" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@chakra-ui/react": "^1.8.6", |
19 | | - "@emotion/react": "^11.8.1", |
| 18 | + "@chakra-ui/react": "^1.8.7", |
| 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.5.2", |
25 | | - "antd": "^4.19.3", |
| 24 | + "@mui/material": "^5.6.2", |
| 25 | + "antd": "^4.19.5", |
26 | 26 | "axios": "^0.26.1", |
27 | 27 | "chalk": "4", |
28 | 28 | "compression": "^1.7.4", |
|
31 | 31 | "dotenv": "^16.0.0", |
32 | 32 | "express": "^4.17.3", |
33 | 33 | "express-session": "^1.17.2", |
34 | | - "framer-motion": "6.2.8", |
| 34 | + "framer-motion": "6.2.9", |
35 | 35 | "immer": "^9.0.12", |
36 | 36 | "js-cookie": "^3.0.1", |
37 | 37 | "lodash": "^4.17.21", |
|
40 | 40 | "react": "^17.0.2", |
41 | 41 | "react-dom": "^17.0.2", |
42 | 42 | "react-helmet-async": "^1.2.3", |
43 | | - "react-intl": "^5.24.7", |
44 | | - "react-redux": "^7.2.6", |
45 | | - "react-router": "6.2.2", |
46 | | - "react-router-dom": "6.2.2", |
| 43 | + "react-intl": "^5.24.8", |
| 44 | + "react-redux": "^7.2.8", |
| 45 | + "react-router": "6.3.0", |
| 46 | + "react-router-dom": "6.3.0", |
47 | 47 | "redux": "^4.1.2", |
48 | 48 | "redux-saga": "^1.1.3", |
49 | 49 | "redux-thunk": "^2.4.1", |
50 | 50 | "spark-md5": "^3.0.1", |
51 | | - "webpack": "^5.70.0", |
| 51 | + "webpack": "^5.72.0", |
52 | 52 | "zustand": "^3.7.1" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | 55 | "@babel/cli": "^7.17.6", |
56 | | - "@babel/core": "^7.17.8", |
| 56 | + "@babel/core": "^7.17.9", |
57 | 57 | "@babel/plugin-proposal-class-properties": "^7.16.7", |
58 | | - "@babel/plugin-proposal-decorators": "^7.17.8", |
| 58 | + "@babel/plugin-proposal-decorators": "^7.17.9", |
59 | 59 | "@babel/plugin-proposal-export-default-from": "^7.16.7", |
60 | 60 | "@babel/plugin-proposal-object-rest-spread": "^7.17.3", |
61 | 61 | "@babel/plugin-proposal-optional-chaining": "^7.16.7", |
62 | 62 | "@babel/plugin-proposal-private-methods": "^7.16.11", |
63 | 63 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
64 | | - "@babel/plugin-transform-modules-commonjs": "^7.17.7", |
| 64 | + "@babel/plugin-transform-modules-commonjs": "^7.17.9", |
65 | 65 | "@babel/plugin-transform-runtime": "^7.17.0", |
66 | 66 | "@babel/preset-env": "^7.16.11", |
67 | 67 | "@babel/preset-react": "^7.16.7", |
68 | 68 | "@babel/preset-typescript": "^7.16.7", |
69 | 69 | "@loadable/babel-plugin": "^5.13.2", |
70 | 70 | "@loadable/webpack-plugin": "^5.15.2", |
71 | | - "@pmmmwh/react-refresh-webpack-plugin": "^0.5.4", |
| 71 | + "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5", |
72 | 72 | "@types/compression": "^1.7.2", |
73 | 73 | "@types/cookie-parser": "^1.4.2", |
74 | 74 | "@types/cors": "^2.8.12", |
|
87 | 87 | "@types/webpack": "^5.28.0", |
88 | 88 | "@types/webpack-env": "^1.16.3", |
89 | 89 | "@types/webpack-hot-middleware": "^2.25.6", |
90 | | - "@typescript-eslint/eslint-plugin": "^5.16.0", |
91 | | - "@typescript-eslint/parser": "^5.16.0", |
| 90 | + "@typescript-eslint/eslint-plugin": "^5.18.0", |
| 91 | + "@typescript-eslint/parser": "^5.18.0", |
92 | 92 | "autoprefixer": "^10.4.4", |
93 | 93 | "babel-jest": "^27.5.1", |
94 | 94 | "babel-loader": "^8.2.4", |
|
100 | 100 | "css-minimizer-webpack-plugin": "^3.4.1", |
101 | 101 | "eslint": "^8.11.0", |
102 | 102 | "eslint-config-prettier": "^8.5.0", |
103 | | - "eslint-import-resolver-typescript": "^2.7.0", |
104 | | - "eslint-plugin-import": "^2.25.4", |
| 103 | + "eslint-import-resolver-typescript": "^2.7.1", |
| 104 | + "eslint-plugin-import": "^2.26.0", |
105 | 105 | "eslint-plugin-jsx-a11y": "^6.5.1", |
106 | 106 | "eslint-plugin-prettier": "^4.0.0", |
107 | 107 | "eslint-plugin-react": "^7.29.4", |
108 | | - "eslint-plugin-react-hooks": "^4.3.0", |
| 108 | + "eslint-plugin-react-hooks": "^4.4.0", |
109 | 109 | "eslint-webpack-plugin": "^3.1.1", |
110 | 110 | "file-loader": "^6.2.0", |
111 | | - "fork-ts-checker-webpack-plugin": "^7.2.1", |
| 111 | + "fork-ts-checker-webpack-plugin": "^7.2.3", |
112 | 112 | "identity-obj-proxy": "^3.0.0", |
113 | 113 | "jest": "^27.5.1", |
114 | 114 | "mini-css-extract-plugin": "^2.6.0", |
115 | 115 | "node-sass": "^7.0.1", |
116 | 116 | "nodemon": "^2.0.15", |
117 | 117 | "postcss": "^8.4.12", |
118 | 118 | "postcss-loader": "^6.2.1", |
119 | | - "prettier": "^2.6.0", |
120 | | - "react-refresh": "^0.11.0", |
121 | | - "sass": "^1.49.9", |
| 119 | + "prettier": "^2.6.2", |
| 120 | + "react-refresh": "^0.12.0", |
| 121 | + "sass": "^1.50.0", |
122 | 122 | "sass-loader": "^12.6.0", |
123 | 123 | "style-loader": "^3.3.1", |
124 | 124 | "thread-loader": "^3.0.4", |
125 | 125 | "typescript": "^4.5.5", |
126 | 126 | "webpack-bundle-analyzer": "^4.5.0", |
127 | 127 | "webpack-cli": "^4.9.2", |
128 | 128 | "webpack-dev-middleware": "^5.3.1", |
129 | | - "webpack-dev-server": "^4.7.4", |
| 129 | + "webpack-dev-server": "^4.8.1", |
130 | 130 | "webpack-hot-middleware": "^2.25.1", |
131 | 131 | "webpack-manifest-plugin": "^5.0.0", |
132 | 132 | "webpack-merge": "^5.8.0", |
|
0 commit comments