Skip to content

Commit

Permalink
feat: update deps (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
Talljack authored Nov 19, 2024
1 parent 0b2f4c2 commit 5a5d0e3
Show file tree
Hide file tree
Showing 3 changed files with 4,676 additions and 3,707 deletions.
2 changes: 1 addition & 1 deletion .prototools
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pnpm = "9.12.3"
pnpm = "9.13.2"
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.13.2",
"author": "talljack <yugang.cao12@gmail.com> (https://github.com/talljack)",
"funding": "https://github.com/sponsors/talljack",
"homepage": "https://github.com/learner-next/sql-challenge",
Expand All @@ -30,51 +30,51 @@
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@tanstack/react-router": "^1.81.1",
"@tanstack/react-router": "^1.82.1",
"alasql": "^4.5.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"github-markdown-css": "^5.7.0",
"github-markdown-css": "^5.8.0",
"highlight.js": "^11.10.0",
"jotai": "^2.10.1",
"lucide-react": "^0.456.0",
"jotai": "^2.10.2",
"lucide-react": "^0.460.0",
"monaco-editor": "^0.52.0",
"monaco-editor-component": "^0.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"sql-formatter": "^15.4.5",
"sql-formatter": "^15.4.6",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"autoprefixer": "^10.4.20",
"chalk": "^5.3.0",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"lint-staged": "^15.2.10",
"postcss": "^8.4.48",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.15",
"talljack-eslint-config": "^0.2.6",
"typescript": "5.6.3",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.2"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit 5a5d0e3

Please sign in to comment.