Skip to content

Commit f4cae50

Browse files
committed
update packages
1 parent d17705d commit f4cae50

File tree

2 files changed

+178
-154
lines changed

2 files changed

+178
-154
lines changed

interface/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"lint": "eslint . --cache --fix"
2020
},
2121
"dependencies": {
22-
"@emotion/react": "^11.11.0",
22+
"@emotion/react": "^11.11.1",
2323
"@emotion/styled": "^11.11.0",
2424
"@mui/icons-material": "^5.11.16",
25-
"@mui/material": "^5.13.3",
25+
"@mui/material": "^5.13.6",
2626
"@table-library/react-table-library": "4.1.4",
2727
"@types/lodash-es": "^4.17.7",
28-
"@types/node": "^20.2.5",
29-
"@types/react": "^18.2.8",
30-
"@types/react-dom": "^18.2.4",
28+
"@types/node": "^20.3.1",
29+
"@types/react": "^18.2.14",
30+
"@types/react-dom": "^18.2.6",
3131
"@types/react-router-dom": "^5.3.3",
3232
"async-validator": "^4.2.5",
3333
"axios": "^1.4.0",
@@ -37,18 +37,18 @@
3737
"react": "latest",
3838
"react-dom": "latest",
3939
"react-dropzone": "^14.2.3",
40-
"react-icons": "^4.9.0",
41-
"react-router-dom": "^6.11.2",
40+
"react-icons": "^4.10.1",
41+
"react-router-dom": "^6.14.0",
4242
"react-toastify": "^9.1.3",
4343
"sockette": "^2.0.6",
4444
"typesafe-i18n": "^5.24.3",
4545
"typescript": "^5.1.3"
4646
},
4747
"devDependencies": {
48-
"@typescript-eslint/eslint-plugin": "^5.59.8",
49-
"@typescript-eslint/parser": "^5.59.8",
48+
"@typescript-eslint/eslint-plugin": "^5.60.0",
49+
"@typescript-eslint/parser": "^5.60.0",
5050
"@vitejs/plugin-react-swc": "^3.3.2",
51-
"eslint": "^8.42.0",
51+
"eslint": "^8.43.0",
5252
"eslint-config-airbnb": "^19.0.4",
5353
"eslint-config-airbnb-typescript": "^17.0.0",
5454
"eslint-config-prettier": "^8.8.0",
@@ -62,8 +62,8 @@
6262
"nodemon": "^2.0.22",
6363
"npm-run-all": "^4.1.5",
6464
"prettier": "^2.8.8",
65-
"rollup-plugin-visualizer": "^5.9.0",
66-
"terser": "^5.17.7",
65+
"rollup-plugin-visualizer": "^5.9.2",
66+
"terser": "^5.18.1",
6767
"vite": "^4.3.9",
6868
"vite-plugin-svgr": "^3.2.0",
6969
"vite-tsconfig-paths": "^4.2.0"

0 commit comments

Comments
 (0)