update packages

This commit is contained in:
Nikita
2024-09-05 02:35:09 +03:00
parent 60cfa3522f
commit 0439b69b8f
3 changed files with 10 additions and 10 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -12,8 +12,8 @@
"web" "web"
], ],
"dependencies": { "dependencies": {
"@tauri-apps/cli": "^2.0.0-rc.6", "@tauri-apps/cli": "^1.6.1",
"@tauri-apps/plugin-deep-link": "^2.0.0-rc", "@tauri-apps/plugin-deep-link": "^2.0.0-rc.1",
"@tauri-apps/plugin-fs": "^2.0.0-rc.2", "@tauri-apps/plugin-fs": "^2.0.0-rc.2",
"jazz-nodejs": "^0.7.34", "jazz-nodejs": "^0.7.34",
"react-icons": "^5.3.0" "react-icons": "^5.3.0"

View File

@@ -68,17 +68,17 @@
"cmdk": "^1.0.0", "cmdk": "^1.0.0",
"date-fns": "^3.6.0", "date-fns": "^3.6.0",
"framer-motion": "^11.5.2", "framer-motion": "^11.5.2",
"jazz-react": "0.7.35-unique.2", "jazz-react": "0.7.34",
"jazz-react-auth-clerk": "0.7.33-new-auth.1", "jazz-react-auth-clerk": "0.7.33-new-auth.1",
"jazz-tools": "0.7.35-unique.2", "jazz-tools": "0.7.34",
"jotai": "^2.9.3", "jotai": "^2.9.3",
"lowlight": "^3.1.0", "lowlight": "^3.1.0",
"lucide-react": "^0.429.0", "lucide-react": "^0.438.0",
"next": "14.2.5", "next": "14.2.8",
"next-themes": "^0.3.0", "next-themes": "^0.3.0",
"nuqs": "^1.19.0", "nuqs": "^1.19.0",
"react": "^18.3.1", "react": "^18.3.1",
"react-day-picker": "^8.10.1", "react-day-picker": "^9.0.8",
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"react-hook-form": "^7.53.0", "react-hook-form": "^7.53.0",
"react-textarea-autosize": "^8.5.3", "react-textarea-autosize": "^8.5.3",
@@ -96,11 +96,11 @@
"@testing-library/jest-dom": "^6.5.0", "@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1", "@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.12", "@types/jest": "^29.5.12",
"@types/node": "^22.5.3", "@types/node": "^22.5.4",
"@types/react": "^18.3.5", "@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
"eslint": "^8.57.0", "eslint": "^9.9.1",
"eslint-config-next": "14.2.5", "eslint-config-next": "14.2.8",
"jest": "^29.7.0", "jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0", "jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.45", "postcss": "^8.4.45",