update pkg

This commit is contained in:
MichaelDvP
2024-12-13 10:08:42 +01:00
parent 8c424c7a64
commit 502096dc22
2 changed files with 204 additions and 187 deletions

View File

@@ -22,16 +22,16 @@
},
"dependencies": {
"@alova/adapter-xhr": "2.0.11",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^6.1.10",
"@mui/material": "^6.1.10",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.2.0",
"@mui/material": "^6.2.0",
"@table-library/react-table-library": "4.1.7",
"alova": "3.2.6",
"async-validator": "^4.2.5",
"jwt-decode": "^4.0.0",
"mime-types": "^2.1.35",
"preact": "^10.25.1",
"preact": "^10.25.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
@@ -44,12 +44,12 @@
"@babel/core": "^7.26.0",
"@eslint/js": "^9.16.0",
"@preact/compat": "^18.3.1",
"@preact/preset-vite": "^2.9.2",
"@trivago/prettier-plugin-sort-imports": "^5.0.1",
"@preact/preset-vite": "^2.9.3",
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
"@types/formidable": "^3",
"@types/node": "^22.10.1",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"concurrently": "^9.1.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
@@ -57,10 +57,10 @@
"prettier": "^3.4.2",
"rollup-plugin-visualizer": "^5.12.0",
"terser": "^5.37.0",
"typescript-eslint": "8.17.0",
"typescript-eslint": "8.18.0",
"vite": "^6.0.3",
"vite-plugin-imagemin": "^0.6.1",
"vite-tsconfig-paths": "^5.1.3"
"vite-tsconfig-paths": "^5.1.4"
},
"packageManager": "yarn@4.5.3"
}