|
16 | 16 | },
|
17 | 17 | "dependencies": {
|
18 | 18 | "@chakra-ui/react": "^2.2.1",
|
19 |
| - "@emotion/react": "^11.9.0", |
| 19 | + "@emotion/react": "^11.9.3", |
20 | 20 | "@emotion/server": "^11.4.0",
|
21 |
| - "@emotion/styled": "^11.8.1", |
| 21 | + "@emotion/styled": "^11.9.3", |
22 | 22 | "axios": "^0.27.2",
|
23 | 23 | "chalk": "4",
|
24 | 24 | "compression": "^1.7.4",
|
|
28 | 28 | "express": "^4.18.1",
|
29 | 29 | "express-session": "^1.17.3",
|
30 | 30 | "framer-motion": "^6.3.11",
|
31 |
| - "immer": "^9.0.14", |
| 31 | + "immer": "^9.0.15", |
32 | 32 | "js-cookie": "^3.0.1",
|
33 | 33 | "lodash": "^4.17.21",
|
34 | 34 | "multer": "^1.4.4",
|
35 | 35 | "pretty-error": "^4.0.0",
|
36 |
| - "react": "^18.1.0", |
37 |
| - "react-dom": "^18.1.0", |
| 36 | + "react": "^18.2.0", |
| 37 | + "react-dom": "^18.2.0", |
38 | 38 | "react-helmet-async": "^1.3.0",
|
39 | 39 | "react-intl": "^6.0.4",
|
40 | 40 | "react-redux": "^8.0.2",
|
|
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 | 51 | "@babel/cli": "^7.17.10",
|
52 |
| - "@babel/core": "^7.18.2", |
| 52 | + "@babel/core": "^7.18.5", |
53 | 53 | "@babel/plugin-proposal-class-properties": "^7.17.12",
|
54 | 54 | "@babel/plugin-proposal-decorators": "^7.18.2",
|
55 | 55 | "@babel/plugin-proposal-export-default-from": "^7.17.12",
|
|
58 | 58 | "@babel/plugin-proposal-private-methods": "^7.17.12",
|
59 | 59 | "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
60 | 60 | "@babel/plugin-transform-modules-commonjs": "^7.18.2",
|
61 |
| - "@babel/plugin-transform-runtime": "^7.18.2", |
| 61 | + "@babel/plugin-transform-runtime": "^7.18.5", |
62 | 62 | "@babel/preset-env": "^7.18.2",
|
63 | 63 | "@babel/preset-react": "^7.17.12",
|
64 | 64 | "@babel/preset-typescript": "^7.17.12",
|
|
72 | 72 | "@types/js-cookie": "^3.0.2",
|
73 | 73 | "@types/lodash": "^4.14.182",
|
74 | 74 | "@types/multer": "^1.4.7",
|
75 |
| - "@types/node": "^17.0.42", |
| 75 | + "@types/node": "^18.0.0", |
76 | 76 | "@types/react": "^18.0.12",
|
77 | 77 | "@types/react-dom": "^18.0.5",
|
78 | 78 | "@types/webpack": "^5.28.0",
|
79 | 79 | "@types/webpack-env": "^1.17.0",
|
80 | 80 | "@types/webpack-hot-middleware": "^2.25.6",
|
81 |
| - "@typescript-eslint/eslint-plugin": "^5.27.1", |
82 |
| - "@typescript-eslint/parser": "^5.27.1", |
| 81 | + "@typescript-eslint/eslint-plugin": "^5.28.0", |
| 82 | + "@typescript-eslint/parser": "^5.28.0", |
83 | 83 | "autoprefixer": "^10.4.7",
|
84 | 84 | "babel-jest": "^28.1.1",
|
85 | 85 | "babel-loader": "^8.2.5",
|
86 | 86 | "babel-plugin-import": "^1.13.5",
|
87 | 87 | "clean-webpack-plugin": "^4.0.0",
|
88 |
| - "core-js": "^3.22.8", |
| 88 | + "core-js": "^3.23.1", |
89 | 89 | "cross-env": "^7.0.3",
|
90 | 90 | "css-loader": "^6.7.1",
|
91 | 91 | "css-minimizer-webpack-plugin": "^4.0.0",
|
|
96 | 96 | "eslint-plugin-jsx-a11y": "^6.5.1",
|
97 | 97 | "eslint-plugin-prettier": "^4.0.0",
|
98 | 98 | "eslint-plugin-react": "^7.30.0",
|
99 |
| - "eslint-plugin-react-hooks": "^4.5.0", |
| 99 | + "eslint-plugin-react-hooks": "^4.6.0", |
100 | 100 | "eslint-webpack-plugin": "^3.1.1",
|
101 | 101 | "file-loader": "^6.2.0",
|
102 | 102 | "fork-ts-checker-webpack-plugin": "^7.2.11",
|
103 | 103 | "identity-obj-proxy": "^3.0.0",
|
104 | 104 | "jest": "^28.1.1",
|
105 |
| - "mini-css-extract-plugin": "^2.6.0", |
| 105 | + "mini-css-extract-plugin": "^2.6.1", |
106 | 106 | "nodemon": "^2.0.15",
|
107 | 107 | "postcss": "^8.4.14",
|
108 | 108 | "postcss-loader": "^7.0.0",
|
109 |
| - "prettier": "^2.6.2", |
110 |
| - "react-refresh": "^0.13.0", |
| 109 | + "prettier": "^2.7.0", |
| 110 | + "react-refresh": "^0.14.0", |
111 | 111 | "sass": "^1.52.3",
|
112 | 112 | "sass-loader": "^13.0.0",
|
113 | 113 | "style-loader": "^3.3.1",
|
114 | 114 | "thread-loader": "^3.0.4",
|
115 | 115 | "typescript": "^4.7.3",
|
116 | 116 | "webpack-bundle-analyzer": "^4.5.0",
|
117 |
| - "webpack-cli": "^4.9.2", |
| 117 | + "webpack-cli": "^4.10.0", |
118 | 118 | "webpack-dev-middleware": "^5.3.3",
|
119 | 119 | "webpack-dev-server": "^4.9.2",
|
120 | 120 | "webpack-hot-middleware": "^2.25.1",
|
|
0 commit comments