Skip to content

Commit 64f5ac1

Browse files
upgrade
1 parent aed56eb commit 64f5ac1

4 files changed

Lines changed: 584 additions & 612 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PROD_HOST=localhost
66
PUBLIC_API_HOST=localhost:9000
77
CRYPTO_KEY=ad$cr3efW89ypg
88
SSR=true
9-
UI=antd
9+
UI=chakra
1010
MIDDLEWARE=false
1111
ANIMATE_ROUTER=false
1212
SERVER_ENTRY=./src/server/entry.ts

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"test": "jest"
1616
},
1717
"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",
2020
"@emotion/server": "^11.4.0",
2121
"@emotion/styled": "^11.8.1",
2222
"@loadable/component": "^5.15.2",
2323
"@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",
2626
"axios": "^0.26.1",
2727
"chalk": "4",
2828
"compression": "^1.7.4",
@@ -31,7 +31,7 @@
3131
"dotenv": "^16.0.0",
3232
"express": "^4.17.3",
3333
"express-session": "^1.17.2",
34-
"framer-motion": "6.2.8",
34+
"framer-motion": "6.2.9",
3535
"immer": "^9.0.12",
3636
"js-cookie": "^3.0.1",
3737
"lodash": "^4.17.21",
@@ -40,35 +40,35 @@
4040
"react": "^17.0.2",
4141
"react-dom": "^17.0.2",
4242
"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",
4747
"redux": "^4.1.2",
4848
"redux-saga": "^1.1.3",
4949
"redux-thunk": "^2.4.1",
5050
"spark-md5": "^3.0.1",
51-
"webpack": "^5.70.0",
51+
"webpack": "^5.72.0",
5252
"zustand": "^3.7.1"
5353
},
5454
"devDependencies": {
5555
"@babel/cli": "^7.17.6",
56-
"@babel/core": "^7.17.8",
56+
"@babel/core": "^7.17.9",
5757
"@babel/plugin-proposal-class-properties": "^7.16.7",
58-
"@babel/plugin-proposal-decorators": "^7.17.8",
58+
"@babel/plugin-proposal-decorators": "^7.17.9",
5959
"@babel/plugin-proposal-export-default-from": "^7.16.7",
6060
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
6161
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
6262
"@babel/plugin-proposal-private-methods": "^7.16.11",
6363
"@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",
6565
"@babel/plugin-transform-runtime": "^7.17.0",
6666
"@babel/preset-env": "^7.16.11",
6767
"@babel/preset-react": "^7.16.7",
6868
"@babel/preset-typescript": "^7.16.7",
6969
"@loadable/babel-plugin": "^5.13.2",
7070
"@loadable/webpack-plugin": "^5.15.2",
71-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
71+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
7272
"@types/compression": "^1.7.2",
7373
"@types/cookie-parser": "^1.4.2",
7474
"@types/cors": "^2.8.12",
@@ -87,8 +87,8 @@
8787
"@types/webpack": "^5.28.0",
8888
"@types/webpack-env": "^1.16.3",
8989
"@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",
9292
"autoprefixer": "^10.4.4",
9393
"babel-jest": "^27.5.1",
9494
"babel-loader": "^8.2.4",
@@ -100,33 +100,33 @@
100100
"css-minimizer-webpack-plugin": "^3.4.1",
101101
"eslint": "^8.11.0",
102102
"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",
105105
"eslint-plugin-jsx-a11y": "^6.5.1",
106106
"eslint-plugin-prettier": "^4.0.0",
107107
"eslint-plugin-react": "^7.29.4",
108-
"eslint-plugin-react-hooks": "^4.3.0",
108+
"eslint-plugin-react-hooks": "^4.4.0",
109109
"eslint-webpack-plugin": "^3.1.1",
110110
"file-loader": "^6.2.0",
111-
"fork-ts-checker-webpack-plugin": "^7.2.1",
111+
"fork-ts-checker-webpack-plugin": "^7.2.3",
112112
"identity-obj-proxy": "^3.0.0",
113113
"jest": "^27.5.1",
114114
"mini-css-extract-plugin": "^2.6.0",
115115
"node-sass": "^7.0.1",
116116
"nodemon": "^2.0.15",
117117
"postcss": "^8.4.12",
118118
"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",
122122
"sass-loader": "^12.6.0",
123123
"style-loader": "^3.3.1",
124124
"thread-loader": "^3.0.4",
125125
"typescript": "^4.5.5",
126126
"webpack-bundle-analyzer": "^4.5.0",
127127
"webpack-cli": "^4.9.2",
128128
"webpack-dev-middleware": "^5.3.1",
129-
"webpack-dev-server": "^4.7.4",
129+
"webpack-dev-server": "^4.8.1",
130130
"webpack-hot-middleware": "^2.25.1",
131131
"webpack-manifest-plugin": "^5.0.0",
132132
"webpack-merge": "^5.8.0",

src/components/Layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import style from "./index.module.scss";
66

77
import type { PreLoadComponentType } from "types/components";
88

9-
109
export const Layout: PreLoadComponentType = () => {
1110
return (
1211
<div className={style.container}>

0 commit comments

Comments
 (0)