Skip to content

Commit

Permalink
feat: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Jan 7, 2025
1 parent 2ecf500 commit 925e306
Show file tree
Hide file tree
Showing 2 changed files with 1,512 additions and 1,291 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"test": "vitest"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-toast": "^1.2.4",
"cmdk": "1.0.4",
"next": "^15",
"next-themes": "^0.4.3",
"react": "^18",
"react-dom": "^18",
"next-themes": "^0.4.4",
"react": "^19",
"react-dom": "^19",
"sonner": "^1.7.1"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@antfu/eslint-config": "^3.12.1",
"@codingame/monaco-vscode-chat-extensions-notebook-task-terminal-testing-common": "^11.1.2",
"@codingame/monaco-vscode-configuration-service-override": "^11.1.2",
"@codingame/monaco-vscode-files-service-override": "^11.1.2",
Expand All @@ -34,16 +34,16 @@
"@codingame/monaco-vscode-textmate-service-override": "^11.1.2",
"@codingame/monaco-vscode-theme-defaults-default-extension": "^11.1.2",
"@codingame/monaco-vscode-theme-service-override": "^11.1.2",
"@eslint-react/eslint-plugin": "^1.22.1",
"@eslint-react/eslint-plugin": "^1.23.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.1.0",
"@types/async-lock": "^1.4.2",
"@types/dom-to-image": "^2.6.7",
"@types/hast": "^3.0.4",
"@types/node": "^22",
"@types/qrcode-svg": "^1.1.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vercel/analytics": "^1.4.1",
"@types/vscode": "^1.96.0",
"@vercel/speed-insights": "^1.1.0",
Expand All @@ -54,30 +54,30 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint": "^9.17.0",
"eslint-config-next": "15.0.3",
"eslint-config-next": "15.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"is-mobile": "^5.0.0",
"jsdom": "^25.0.1",
"lucide-react": "^0.468.0",
"lucide-react": "^0.469.0",
"lz-string": "^1.5.0",
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@^11.1.2",
"monaco-editor-wrapper": "^6.0.0",
"monaco-languageclient": "9.0.0-next.14",
"monaco-languageclient": "9.0.0",
"postcss": "^8",
"qrcode-svg": "^1.1.0",
"raw-loader": "^4.0.2",
"react-use": "^17.6.0",
"satori": "^0.12.0",
"satori": "^0.12.1",
"shiki": "^1.26.1",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.15",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5",
"typescript-eslint": "^8.13.0",
"vitest": "^2.1.5",
"typescript-eslint": "^8.19.1",
"vitest": "^2.1.8",
"vscode": "npm:@codingame/monaco-vscode-api@^11.1.2",
"vscode-languageclient": "^9.0.1",
"vscode-ws-jsonrpc": "^3.4.0"
Expand Down
Loading

0 comments on commit 925e306

Please sign in to comment.