🔧 chore(deps): Update package dependencies across multiple projects for improved stability and performance

This commit is contained in:
web@ppanel 2025-01-09 17:28:34 +07:00
parent 25da429da6
commit b01a5bc83b
7 changed files with 34 additions and 34 deletions

View File

@ -10,15 +10,15 @@
"start": "next start"
},
"dependencies": {
"@iconify/react": "^5.1.0",
"@lottiefiles/dotlottie-react": "^0.12.0",
"@tanstack/react-query": "^5.62.10",
"@tanstack/react-query-next-experimental": "^5.62.10",
"@iconify/react": "^5.2.0",
"@lottiefiles/dotlottie-react": "^0.12.1",
"@tanstack/react-query": "^5.63.0",
"@tanstack/react-query-next-experimental": "^5.63.0",
"@workspace/ui": "workspace:*",
"ahooks": "^3.8.4",
"axios": "^1.7.9",
"nanoid": "^5.0.9",
"next": "^15.1.2",
"next": "^15.1.4",
"next-intl": "^3.26.3",
"next-runtime-env": "^3.2.2",
"next-themes": "^0.4.4",
@ -28,16 +28,16 @@
"react-dom": "^19.0.0",
"react-turnstile": "^1.1.4",
"universal-cookie": "^7.2.2",
"zustand": "^5.0.2"
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/node": "^22.10.5",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@types/rtl-detect": "^1.0.3",
"@workspace/eslint-config": "workspace:*",
"@workspace/typescript-config": "workspace:*",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"i18n": {
"entry": "./locales/en-US",

View File

@ -10,17 +10,17 @@
"start": "next start"
},
"dependencies": {
"@iconify/react": "^5.1.0",
"@iconify/react": "^5.2.0",
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.4.0",
"@tanstack/react-query": "^5.62.10",
"@tanstack/react-query-next-experimental": "^5.62.10",
"@stripe/stripe-js": "^5.5.0",
"@tanstack/react-query": "^5.63.0",
"@tanstack/react-query-next-experimental": "^5.63.0",
"@workspace/ui": "workspace:*",
"ahooks": "^3.8.4",
"axios": "^1.7.9",
"framer-motion": "^11.15.0",
"framer-motion": "^11.16.1",
"lucide-react": "^0.469.0",
"next": "^15.1.2",
"next": "^15.1.4",
"next-intl": "^3.26.3",
"next-runtime-env": "^3.2.2",
"next-themes": "^0.4.4",
@ -33,17 +33,17 @@
"react-turnstile": "^1.1.4",
"rtl-detect": "^1.1.2",
"universal-cookie": "^7.2.2",
"zustand": "^5.0.2"
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/node": "^22.10.5",
"@types/react": "^19.0.4",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^19.0.2",
"@types/rtl-detect": "^1.0.3",
"@workspace/eslint-config": "workspace:*",
"@workspace/typescript-config": "workspace:*",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"i18n": {
"entry": "./locales/en-US",

BIN
bun.lockb

Binary file not shown.

View File

@ -54,13 +54,13 @@
"@workspace/prettier-config": "workspace:*",
"@workspace/typescript-config": "workspace:*",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"semantic-release": "21.1.2",
"lint-staged": "^15.3.0",
"semantic-release": "24.2.1",
"semantic-release-config-gitmoji": "^1.5.3",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"packageManager": "bun@1.1.42",
"packageManager": "bun@1.1.43",
"engines": {
"node": ">=20"
}

View File

@ -9,9 +9,9 @@
"./react-internal": "./react-internal.js"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.1.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@next/eslint-plugin-next": "^15.1.4",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-only-warn": "^1.1.0",
@ -19,7 +19,7 @@
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-turbo": "^2.3.3",
"globals": "^15.14.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2"
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1"
}
}

View File

@ -9,7 +9,7 @@
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.5.6",
"prettier-plugin-sh": "^0.14.0",
"prettier-plugin-sort-json": "^4.0.0",
"prettier-plugin-sort-json": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"prettier-plugin-two-style-order": "^1.0.1"
}

View File

@ -52,7 +52,7 @@
"@tanstack/react-table": "^8.20.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"cmdk": "1.0.4",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.5.2",
"framer-motion": "^11.16.1",
@ -62,7 +62,7 @@
"next-themes": "^0.4.4",
"react-day-picker": "8.10.1",
"react-hook-form": "^7.54.2",
"react-markdown": "^9.0.1",
"react-markdown": "^9.0.3",
"react-resizable-panels": "^2.1.7",
"react-syntax-highlighter": "^15.6.1",
"recharts": "^2.15.0",
@ -80,8 +80,8 @@
},
"devDependencies": {
"@turbo/gen": "^2.3.3",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/node": "^22.10.5",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/rtl-detect": "^1.0.3",
@ -92,6 +92,6 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}