Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5f1167c

Browse files
committed
update: packages
1 parent fb40183 commit 5f1167c

File tree

3 files changed

+37
-30
lines changed

3 files changed

+37
-30
lines changed

‎package.json‎

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -24,66 +24,66 @@
2424
},
2525
"dependencies": {
2626
"@rematch/core": "^2.2.0",
27-
"antd": "^4.18.5",
28-
"axios": "^0.25.0",
29-
"core-js": "^3.21.0",
27+
"antd": "^4.20.1",
28+
"axios": "^0.27.2",
29+
"core-js": "^3.22.3",
3030
"lodash": "^4.17.21",
31-
"react": "^17.0.2",
32-
"react-dom": "^17.0.2",
31+
"react": "^18.1.0",
32+
"react-dom": "^18.1.0",
3333
"react-loadable": "^5.5.0",
34-
"react-redux": "^7.2.6",
35-
"react-router-dom": "^6.2.1",
36-
"redux": "^4.1.2"
34+
"react-redux": "^8.0.1",
35+
"react-router-dom": "^6.3.0",
36+
"redux": "^4.2.0"
3737
},
3838
"devDependencies": {
39-
"@babel/core": "^7.17.0",
39+
"@babel/core": "^7.17.9",
4040
"@babel/eslint-parser": "^7.17.0",
4141
"@babel/plugin-proposal-class-properties": "^7.16.7",
42-
"@babel/plugin-proposal-decorators": "^7.17.0",
42+
"@babel/plugin-proposal-decorators": "^7.17.9",
4343
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
44-
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
44+
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
4545
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
4646
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
4747
"@babel/plugin-transform-runtime": "^7.17.0",
4848
"@babel/preset-env": "^7.16.11",
4949
"@babel/preset-react": "^7.16.7",
50-
"@babel/runtime": "^7.17.0",
50+
"@babel/runtime": "^7.17.9",
5151
"antd-dayjs-webpack-plugin": "^1.0.6",
52-
"autoprefixer": "^10.4.2",
53-
"babel-loader": "^8.2.3",
54-
"babel-plugin-import": "^1.13.3",
52+
"autoprefixer": "^10.4.5",
53+
"babel-loader": "^8.2.5",
54+
"babel-plugin-import": "^1.13.5",
5555
"clean-webpack-plugin": "^4.0.0",
5656
"copy-webpack-plugin": "^10.2.4",
57-
"css-loader": "^6.6.0",
57+
"css-loader": "^6.7.1",
5858
"css-minimizer-webpack-plugin": "^3.4.1",
59-
"dayjs": "^1.10.7",
60-
"eslint": "^8.8.0",
59+
"dayjs": "^1.11.1",
60+
"eslint": "^8.14.0",
6161
"eslint-plugin-prettier": "^4.0.0",
62-
"eslint-plugin-react": "^7.28.0",
63-
"eslint-plugin-react-hooks": "^4.3.0",
64-
"eslint-webpack-plugin": "^3.0.1",
65-
"express": "^4.17.2",
62+
"eslint-plugin-react": "^7.29.4",
63+
"eslint-plugin-react-hooks": "^4.5.0",
64+
"eslint-webpack-plugin": "^3.1.1",
65+
"express": "^4.18.0",
6666
"favicons": "^6.2.2",
6767
"favicons-webpack-plugin": "^5.0.2",
6868
"happypack": "^5.0.1",
6969
"html-webpack-plugin": "^5.5.0",
7070
"less": "^4.1.2",
7171
"less-loader": "^10.2.0",
72-
"mini-css-extract-plugin": "^2.5.3",
72+
"mini-css-extract-plugin": "^2.6.0",
7373
"mockjs": "^1.1.0",
74-
"postcss": "^8.4.6",
74+
"postcss": "^8.4.12",
7575
"postcss-loader": "^6.2.1",
76-
"prettier": "^2.5.1",
76+
"prettier": "^2.6.2",
7777
"style-loader": "^3.3.1",
7878
"sw-precache-webpack-plugin": "^1.0.0",
7979
"terser-webpack-plugin": "^5.3.1",
80-
"webpack": "^5.68.0",
80+
"webpack": "^5.72.0",
8181
"webpack-bundle-analyzer": "^4.5.0",
8282
"webpack-cli": "^4.9.2",
8383
"webpack-dev-middleware": "^5.3.1",
8484
"webpack-hot-middleware": "^2.25.1",
8585
"webpackbar": "^5.0.2",
86-
"workbox-webpack-plugin": "^6.4.2",
86+
"workbox-webpack-plugin": "^6.5.3",
8787
"xml-loader": "^1.2.1"
8888
},
8989
"browserslist": [

‎src/component/menu/index.js‎

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,16 @@ export default function Menu() {
2626
pathname: "/test",
2727
search: "?a=123&b=abc",
2828
}}
29-
state={{ c: 456, d: "ABC" }}>
29+
state={{ c: 456, d: "ABC" }}
30+
>
3031
测试:api跳转
3132
</span>
3233
|
33-
<a href="https://github.com/javaLuo/react-luo" target="_blank" rel="noopener noreferrer">
34+
<a
35+
href="https://github.com/javaLuo/react-luo"
36+
target="_blank"
37+
rel="noopener noreferrer"
38+
>
3439
GitHub
3540
</a>
3641
</div>

‎src/container/features/index.js‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ export default function FeaturesPageContainer(props) {
3939
</div>
4040
<div className="list">
4141
<h2>HMR局部热更新</h2>
42-
<div>使用webpack-dev-middleware 和 webpack-hot-middleware设置了热更新</div>
42+
<div>
43+
使用webpack-dev-middleware 和 webpack-hot-middleware设置了热更新
44+
</div>
4345
</div>
4446
<div className="list">
4547
<h2>代码分割</h2>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /