update dependencies
Some checks failed
Lint Node.js / build (macos-latest) (push) Has been cancelled
Lint Node.js / build (ubuntu-latest) (push) Has been cancelled
Lint Node.js / build (windows-latest) (push) Has been cancelled
Lint Rust / build (macos-latest) (push) Has been cancelled
Lint Rust / build (ubuntu-latest) (push) Has been cancelled
Lint Rust / build (windows-latest) (push) Has been cancelled

This commit is contained in:
purp1e
2024-09-20 03:09:57 +08:00
parent a135414a75
commit 3be7e8a0b5
2 changed files with 237 additions and 469 deletions

View File

@@ -18,12 +18,12 @@
"dependencies": { "dependencies": {
"@tauri-apps/api": "^1.6.0", "@tauri-apps/api": "^1.6.0",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"next": "^14.2.11", "next": "^14.2.12",
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^18.3.1" "react-dom": "^18.3.1"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^1.9.1", "@biomejs/biome": "^1.9.2",
"@tauri-apps/cli": "^1.6.2", "@tauri-apps/cli": "^1.6.2",
"@testing-library/dom": "^10.4.0", "@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0", "@testing-library/jest-dom": "^6.5.0",
@@ -31,21 +31,21 @@
"@testing-library/user-event": "^14.5.2", "@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.13", "@types/jest": "^29.5.13",
"@types/node": "^22.5.5", "@types/node": "^22.5.5",
"@types/react": "^18.3.6", "@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.5.0", "@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.5.0", "@typescript-eslint/parser": "^8.6.0",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cssnano": "^7.0.6", "cssnano": "^7.0.6",
"eslint": "^8.57.0", "eslint": "^8.57.1",
"eslint-config-next": "^14.2.11", "eslint-config-next": "^14.2.12",
"husky": "^9.1.6", "husky": "^9.1.6",
"lint-staged": "^15.2.10", "lint-staged": "^15.2.10",
"postcss": "^8.4.47", "postcss": "^8.4.47",
"postcss-import": "^16.1.0", "postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.0", "postcss-nesting": "^13.0.0",
"tailwindcss": "^3.4.11", "tailwindcss": "^3.4.12",
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"browserslist": { "browserslist": {

690
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff