Skip to content

Commit 1a2fab1

Browse files
committed
chore: update deps
Signed-off-by: Innei <tukon479@gmail.com>
1 parent cfd1335 commit 1a2fab1

File tree

2 files changed

+1955
-2118
lines changed

2 files changed

+1955
-2118
lines changed

package.json

+29-29
Original file line numberDiff line numberDiff line change
@@ -29,35 +29,35 @@
2929
"@radix-ui/react-tabs": "1.1.3",
3030
"@radix-ui/react-tooltip": "1.1.8",
3131
"@remixicon/react": "4.6.0",
32-
"@tanstack/react-query": "5.66.5",
33-
"@tanstack/react-virtual": "3.13.0",
32+
"@tanstack/react-query": "5.69.0",
33+
"@tanstack/react-virtual": "3.13.4",
3434
"@types/react-syntax-highlighter": "15.5.13",
3535
"clsx": "2.1.1",
3636
"date-fns": "4.1.0",
3737
"dexie": "4.0.11",
3838
"dexie-export-import": "4.1.4",
39-
"es-toolkit": "1.32.0",
40-
"foxact": "0.2.44",
39+
"es-toolkit": "1.33.0",
40+
"foxact": "0.2.45",
4141
"github-markdown-css": "5.8.1",
4242
"immer": "10.1.1",
43-
"jotai": "2.12.1",
44-
"motion": "12.4.3",
43+
"jotai": "2.12.2",
44+
"motion": "12.5.0",
4545
"octokit": "4.1.2",
4646
"ofetch": "1.4.1",
4747
"pluralize": "8.0.0",
4848
"react": "19.0.0",
4949
"react-context-selector": "1.0.3",
5050
"react-diff-viewer": "3.1.1",
5151
"react-dom": "19.0.0",
52-
"react-markdown": "9.0.3",
52+
"react-markdown": "10.1.0",
5353
"react-resizable-layout": "npm:@innei/react-resizable-layout@0.7.3-fork.1",
54-
"react-router": "7.1.5",
55-
"react-scan": "0.1.3",
54+
"react-router": "7.4.0",
55+
"react-scan": "0.3.3",
5656
"react-syntax-highlighter": "15.6.1",
5757
"rehype-raw": "7.0.0",
5858
"remark-gfm": "4.0.1",
59-
"sonner": "1.7.4",
60-
"tailwind-merge": "3.0.1",
59+
"sonner": "2.0.1",
60+
"tailwind-merge": "3.0.2",
6161
"use-sync-external-store": "1.4.0",
6262
"usehooks-ts": "3.1.1",
6363
"vaul": "1.1.2",
@@ -66,43 +66,43 @@
6666
"devDependencies": {
6767
"@egoist/tailwindcss-icons": "1.9.0",
6868
"@iconify-json/mingcute": "1.2.3",
69-
"@iconify-json/octicon": "1.2.4",
69+
"@iconify-json/octicon": "1.2.5",
7070
"@innei/prettier": "^0.15.0",
7171
"@octokit/openapi-types": "24.0.0",
7272
"@tailwindcss/container-queries": "0.1.1",
7373
"@tailwindcss/typography": "0.5.16",
74-
"@types/node": "22.13.4",
74+
"@types/node": "22.13.11",
7575
"@types/pluralize": "0.0.33",
76-
"@types/react": "19.0.10",
76+
"@types/react": "19.0.12",
7777
"@types/react-dom": "19.0.4",
7878
"@vitejs/plugin-react": "^4.3.4",
79-
"autoprefixer": "10.4.20",
79+
"autoprefixer": "10.4.21",
8080
"click-to-react-component": "1.1.2",
8181
"daisyui": "^4.12.23",
82-
"eslint": "9.20.1",
83-
"eslint-config-hyoban": "3.2.1",
82+
"eslint": "9.23.0",
83+
"eslint-config-hyoban": "4.0.2",
8484
"fake-indexeddb": "6.0.0",
85-
"happy-dom": "17.1.0",
85+
"happy-dom": "17.4.4",
8686
"kolorist": "1.8.0",
87-
"lint-staged": "15.4.3",
88-
"postcss": "8.5.2",
87+
"lint-staged": "15.5.0",
88+
"postcss": "8.5.3",
8989
"postcss-import": "16.1.0",
9090
"postcss-js": "4.0.1",
91-
"prettier": "3.5.1",
92-
"simple-git-hooks": "2.11.1",
93-
"tailwind-scrollbar": "4.0.0",
91+
"prettier": "3.5.3",
92+
"simple-git-hooks": "2.12.1",
93+
"tailwind-scrollbar": "4.0.1",
9494
"tailwind-variants": "0.3.1",
9595
"tailwindcss": "^3",
9696
"tailwindcss-animate": "1.0.7",
9797
"tailwindcss-animated": "2.0.0",
9898
"tailwindcss-motion": "1.1.0",
99-
"tailwindcss-uikit-colors": "0.3.2",
100-
"typescript": "5.7.3",
101-
"unplugin-ast": "0.14.0",
102-
"vite": "6.1.0",
103-
"vite-plugin-checker": "0.8.0",
99+
"tailwindcss-uikit-colors": "0.3.10",
100+
"typescript": "5.8.2",
101+
"unplugin-ast": "0.14.4",
102+
"vite": "6.2.2",
103+
"vite-plugin-checker": "0.9.1",
104104
"vite-tsconfig-paths": "5.1.4",
105-
"vitest": "3.0.5"
105+
"vitest": "3.0.9"
106106
},
107107
"simple-git-hooks": {
108108
"pre-commit": "pnpm exec lint-staged"

0 commit comments

Comments
 (0)