update packages

This commit is contained in:
proddy
2023-08-01 22:02:30 +02:00
parent 6cee81aeb0
commit 2e1e294baf
3 changed files with 395 additions and 454 deletions

View File

@@ -1,5 +1,5 @@
{ {
"adapter": "react", "adapter": "react",
"baseLocale": "pl", "baseLocale": "pl",
"$schema": "https://unpkg.com/typesafe-i18n@5.25.1/schema/typesafe-i18n.json" "$schema": "https://unpkg.com/typesafe-i18n@5.26.0/schema/typesafe-i18n.json"
} }

View File

@@ -22,13 +22,14 @@
"@alova/adapter-xhr": "^1.0.1", "@alova/adapter-xhr": "^1.0.1",
"@emotion/react": "^11.11.1", "@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0", "@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.1", "@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.2", "@mui/material": "^5.14.3",
"@preact/compat": "^17.1.2", "@preact/compat": "^17.1.2",
"@prefresh/core": "^1.5.1",
"@table-library/react-table-library": "4.1.4", "@table-library/react-table-library": "4.1.4",
"@types/lodash-es": "^4.17.8", "@types/lodash-es": "^4.17.8",
"@types/node": "^20.4.5", "@types/node": "^20.4.5",
"@types/react": "^18.2.17", "@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7", "@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3", "@types/react-router-dom": "^5.3.3",
"alova": "^2.9.3", "alova": "^2.9.3",
@@ -45,13 +46,16 @@
"react-router-dom": "^6.14.2", "react-router-dom": "^6.14.2",
"react-toastify": "^9.1.3", "react-toastify": "^9.1.3",
"sockette": "^2.0.6", "sockette": "^2.0.6",
"typesafe-i18n": "^5.25.1", "typesafe-i18n": "^5.26.0",
"typescript": "^5.1.6" "typescript": "^5.1.6"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.22.9",
"@preact/preset-vite": "^2.5.0", "@preact/preset-vite": "^2.5.0",
"@typescript-eslint/eslint-plugin": "^6.2.0", "@prefresh/vite": "^2.4.1",
"@typescript-eslint/parser": "^6.2.0", "@types/babel__core": "^7",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"cspell": "^6.31.2", "cspell": "^6.31.2",
"eslint": "^8.46.0", "eslint": "^8.46.0",
"eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb": "^19.0.4",
@@ -69,7 +73,7 @@
"prettier": "^3.0.0", "prettier": "^3.0.0",
"rollup-plugin-visualizer": "^5.9.2", "rollup-plugin-visualizer": "^5.9.2",
"terser": "^5.19.2", "terser": "^5.19.2",
"vite": "^4.4.7", "vite": "^4.4.8",
"vite-plugin-svgr": "^3.2.0", "vite-plugin-svgr": "^3.2.0",
"vite-tsconfig-paths": "^4.2.0" "vite-tsconfig-paths": "^4.2.0"
}, },

File diff suppressed because it is too large Load Diff