mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
chore: update dependencies
This commit is contained in:
parent
a9abbdd8bf
commit
6ee36ecfff
1
auto-imports.d.ts
vendored
1
auto-imports.d.ts
vendored
@ -128,6 +128,7 @@ declare global {
|
|||||||
const useAssets: (typeof import('solid-js/web'))['useAssets']
|
const useAssets: (typeof import('solid-js/web'))['useAssets']
|
||||||
const useBeforeLeave: (typeof import('@solidjs/router'))['useBeforeLeave']
|
const useBeforeLeave: (typeof import('@solidjs/router'))['useBeforeLeave']
|
||||||
const useContext: (typeof import('solid-js'))['useContext']
|
const useContext: (typeof import('solid-js'))['useContext']
|
||||||
|
const useCurrentMatches: (typeof import('@solidjs/router'))['useCurrentMatches']
|
||||||
const useHref: (typeof import('@solidjs/router'))['useHref']
|
const useHref: (typeof import('@solidjs/router'))['useHref']
|
||||||
const useIsRouting: (typeof import('@solidjs/router'))['useIsRouting']
|
const useIsRouting: (typeof import('@solidjs/router'))['useIsRouting']
|
||||||
const useLocation: (typeof import('@solidjs/router'))['useLocation']
|
const useLocation: (typeof import('@solidjs/router'))['useLocation']
|
||||||
|
20
package.json
20
package.json
@ -25,15 +25,15 @@
|
|||||||
"@solid-primitives/i18n": "^2.1.1",
|
"@solid-primitives/i18n": "^2.1.1",
|
||||||
"@solid-primitives/media": "^2.2.9",
|
"@solid-primitives/media": "^2.2.9",
|
||||||
"@solid-primitives/resize-observer": "^2.0.25",
|
"@solid-primitives/resize-observer": "^2.0.25",
|
||||||
"@solid-primitives/storage": "^3.4.0",
|
"@solid-primitives/storage": "^3.5.0",
|
||||||
"@solid-primitives/timer": "^1.3.9",
|
"@solid-primitives/timer": "^1.3.9",
|
||||||
"@solid-primitives/websocket": "^1.2.2",
|
"@solid-primitives/websocket": "^1.2.2",
|
||||||
"@solidjs/router": "^0.13.2",
|
"@solidjs/router": "^0.13.3",
|
||||||
"@tabler/icons-solidjs": "^2.47.0",
|
"@tabler/icons-solidjs": "^2.47.0",
|
||||||
"@tanstack/match-sorter-utils": "^8.15.1",
|
"@tanstack/match-sorter-utils": "^8.15.1",
|
||||||
"@tanstack/solid-table": "^8.17.3",
|
"@tanstack/solid-table": "^8.17.3",
|
||||||
"@tanstack/solid-virtual": "^3.4.0",
|
"@tanstack/solid-virtual": "^3.5.0",
|
||||||
"@tanstack/virtual-core": "^3.4.0",
|
"@tanstack/virtual-core": "^3.5.0",
|
||||||
"@thisbeyond/solid-dnd": "^0.7.5",
|
"@thisbeyond/solid-dnd": "^0.7.5",
|
||||||
"@types/byte-size": "^8.1.2",
|
"@types/byte-size": "^8.1.2",
|
||||||
"@types/lodash": "^4.17.4",
|
"@types/lodash": "^4.17.4",
|
||||||
@ -43,23 +43,23 @@
|
|||||||
"apexcharts": "^3.49.1",
|
"apexcharts": "^3.49.1",
|
||||||
"autoprefixer": "^10.4.19",
|
"autoprefixer": "^10.4.19",
|
||||||
"byte-size": "^8.1.1",
|
"byte-size": "^8.1.1",
|
||||||
"commitlint": "^19.2.2",
|
"commitlint": "^19.3.0",
|
||||||
"daisyui": "^4.11.1",
|
"daisyui": "^4.11.1",
|
||||||
"dayjs": "^1.11.10",
|
"dayjs": "^1.11.11",
|
||||||
"eslint": "^9.3.0",
|
"eslint": "^9.3.0",
|
||||||
"eslint-config-prettier": "^9.1.0",
|
"eslint-config-prettier": "^9.1.0",
|
||||||
"eslint-plugin-prettier": "^5.1.3",
|
"eslint-plugin-prettier": "^5.1.3",
|
||||||
"husky": "^9.0.11",
|
"husky": "^9.0.11",
|
||||||
"is-ip": "^5.0.1",
|
"is-ip": "^5.0.1",
|
||||||
"ky": "^1.2.3",
|
"ky": "^1.2.4",
|
||||||
"lint-staged": "^15.2.4",
|
"lint-staged": "^15.2.5",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"match-sorter": "^6.3.4",
|
"match-sorter": "^6.3.4",
|
||||||
"prettier": "^3.2.5",
|
"prettier": "^3.2.5",
|
||||||
"prettier-plugin-organize-imports": "^3.2.4",
|
"prettier-plugin-organize-imports": "^3.2.4",
|
||||||
"prettier-plugin-tailwindcss": "^0.5.14",
|
"prettier-plugin-tailwindcss": "^0.5.14",
|
||||||
"solid-apexcharts": "^0.3.4",
|
"solid-apexcharts": "^0.3.4",
|
||||||
"solid-js": "^1.8.16",
|
"solid-js": "^1.8.17",
|
||||||
"solid-toast": "^0.5.0",
|
"solid-toast": "^0.5.0",
|
||||||
"sort-package-json": "^2.10.0",
|
"sort-package-json": "^2.10.0",
|
||||||
"tailwind-merge": "^2.3.0",
|
"tailwind-merge": "^2.3.0",
|
||||||
@ -68,7 +68,7 @@
|
|||||||
"typescript-eslint": "^7.10.0",
|
"typescript-eslint": "^7.10.0",
|
||||||
"unplugin-auto-import": "^0.17.6",
|
"unplugin-auto-import": "^0.17.6",
|
||||||
"uuid": "^9.0.1",
|
"uuid": "^9.0.1",
|
||||||
"vite": "^5.2.9",
|
"vite": "^5.2.11",
|
||||||
"vite-plugin-pwa": "^0.20.0",
|
"vite-plugin-pwa": "^0.20.0",
|
||||||
"vite-plugin-solid": "^2.10.2",
|
"vite-plugin-solid": "^2.10.2",
|
||||||
"zod": "^3.23.8"
|
"zod": "^3.23.8"
|
||||||
|
10921
pnpm-lock.yaml
10921
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user