modified: package-lock.json

This commit is contained in:
Anderson 2026-01-18 03:36:57 +00:00 committed by GitHub
parent df6b6754fe
commit 4116f096ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2531 additions and 2910 deletions

5426
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -19,8 +19,8 @@
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-progress": "^1.1.1",
@ -29,6 +29,7 @@
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.4",
@ -39,7 +40,7 @@
"framer-motion": "^11.15.0",
"lucide-react": "^0.462.0",
"monaco-editor": "^0.52.2",
"next": "14.2.15",
"next": "^14.2.35",
"next-themes": "^0.4.6",
"posthog-js": "^1.328.0",
"react": "^18.3.1",
@ -56,18 +57,16 @@
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^22",
"@types/react": "^18",
"@types/node": "22.19.7",
"@types/react": "18.3.27",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^5.1.2",
"autoprefixer": "^10.4.20",
"autoprefixer": "^10.4.23",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"jsdom": "^27.4.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"typescript": "^5",
"vitest": "^4.0.17"
}