Skip to content

Commit bc0a90e

Browse files
committed
update packages
1 parent 3900b8f commit bc0a90e

File tree

2 files changed

+256
-129
lines changed

2 files changed

+256
-129
lines changed

interface/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"@alova/adapter-xhr": "^1.0.1",
2323
"@emotion/react": "^11.11.1",
2424
"@emotion/styled": "^11.11.0",
25-
"@mui/icons-material": "^5.14.9",
26-
"@mui/material": "^5.14.10",
25+
"@mui/icons-material": "^5.14.11",
26+
"@mui/material": "^5.14.11",
2727
"@table-library/react-table-library": "4.1.7",
2828
"@types/lodash-es": "^4.17.9",
29-
"@types/node": "^20.6.5",
30-
"@types/react": "^18.2.22",
31-
"@types/react-dom": "^18.2.7",
29+
"@types/node": "^20.8.0",
30+
"@types/react": "^18.2.24",
31+
"@types/react-dom": "^18.2.8",
3232
"@types/react-router-dom": "^5.3.3",
3333
"alova": "^2.13.1",
3434
"async-validator": "^4.2.5",
@@ -47,12 +47,12 @@
4747
"typescript": "^5.2.2"
4848
},
4949
"devDependencies": {
50-
"@babel/core": "^7.22.20",
50+
"@babel/core": "^7.23.0",
5151
"@preact/compat": "^17.1.2",
5252
"@preact/preset-vite": "^2.5.0",
5353
"@types/babel__core": "^7",
54-
"@typescript-eslint/eslint-plugin": "^6.7.2",
55-
"@typescript-eslint/parser": "^6.7.2",
54+
"@typescript-eslint/eslint-plugin": "^6.7.3",
55+
"@typescript-eslint/parser": "^6.7.3",
5656
"eslint": "^8.50.0",
5757
"eslint-config-airbnb": "^19.0.4",
5858
"eslint-config-airbnb-typescript": "^17.1.0",
@@ -65,12 +65,12 @@
6565
"eslint-plugin-react": "^7.33.2",
6666
"eslint-plugin-react-hooks": "^4.6.0",
6767
"npm-run-all": "^4.1.5",
68-
"preact": "^10.17.1",
68+
"preact": "^10.18.1",
6969
"prettier": "^3.0.3",
7070
"rollup-plugin-visualizer": "^5.9.2",
7171
"terser": "^5.20.0",
7272
"vite": "^4.4.9",
73-
"vite-plugin-svgr": "^4.0.0",
73+
"vite-plugin-svgr": "^4.1.0",
7474
"vite-tsconfig-paths": "^4.2.1"
7575
},
7676
"packageManager": "yarn@3.4.1"

0 commit comments

Comments
 (0)