bump deps

This commit is contained in:
Vick Scarlet
2026-08-28 00:13:15 +08:00
parent b027771da3
commit e5cac1eb5d
5 changed files with 333 additions and 263 deletions
+6 -6
View File
@@ -15,20 +15,20 @@
"dependencies": { "dependencies": {
"@remake/data": "workspace:*", "@remake/data": "workspace:*",
"@remake/hooks": "workspace:*", "@remake/hooks": "workspace:*",
"@remake/vitex": "workspace:*",
"@remake/thirdparty-bili-toy": "workspace:*", "@remake/thirdparty-bili-toy": "workspace:*",
"jotai": "^2.20.2", "@remake/vitex": "workspace:*",
"jotai": "^2.20.3",
"react": "^19.2.8", "react": "^19.2.8",
"react-dom": "^19.2.8", "react-dom": "^19.2.8",
"react-hot-toast": "^2.6.0" "react-hot-toast": "^2.6.0"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^19.2.18", "@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4", "@types/react-dom": "^19.2.5",
"@vitejs/plugin-react": "^6.0.5", "@vitejs/plugin-react": "^6.1.0",
"eslint-plugin-react": "^7.37.5", "eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-hooks": "^7.1.1",
"vite": "^8.1.3", "vite": "^8.2.2",
"vitest": "^4.1.10" "vitest": "^4.1.11"
} }
} }
+3 -3
View File
@@ -34,10 +34,10 @@
}, },
"devDependencies": { "devDependencies": {
"@types/bun": "1.3.14", "@types/bun": "1.3.14",
"@typescript-eslint/eslint-plugin": "^8.67.0", "@typescript-eslint/eslint-plugin": "^8.68.0",
"@typescript-eslint/parser": "^8.67.0", "@typescript-eslint/parser": "^8.68.0",
"@typescript/native": "npm:typescript@^7.0.2", "@typescript/native": "npm:typescript@^7.0.2",
"eslint": "^10.8.1", "eslint": "^10.9.1",
"typescript": "npm:@typescript/typescript6@^6.0.2" "typescript": "npm:@typescript/typescript6@^6.0.2"
}, },
"workspaces": [ "workspaces": [
+1 -1
View File
@@ -12,7 +12,7 @@
"@remake/condition": "workspace:*", "@remake/condition": "workspace:*",
"@remake/data": "workspace:*", "@remake/data": "workspace:*",
"@remake/vitex": "workspace:*", "@remake/vitex": "workspace:*",
"immer": "^11.1.15" "immer": "^11.1.18"
}, },
"exports": { "exports": {
".": { ".": {
+2 -2
View File
@@ -18,8 +18,8 @@
"react": "^19.2.8" "react": "^19.2.8"
}, },
"devDependencies": { "devDependencies": {
"@happy-dom/global-registrator": "^20.11.1", "@happy-dom/global-registrator": "^20.11.6",
"@testing-library/jest-dom": "^7.0.0", "@testing-library/jest-dom": "^7.0.1",
"@testing-library/react": "^16.3.2", "@testing-library/react": "^16.3.2",
"@types/react": "^19.2.18", "@types/react": "^19.2.18",
"eslint-plugin-react": "^7.37.5", "eslint-plugin-react": "^7.37.5",
+321 -251
View File
File diff suppressed because it is too large Load Diff