Skip to content

Commit e6e3a23

Browse files
fix(deps): update all non-major dependencies (#86)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4f6a6eb commit e6e3a23

File tree

2 files changed

+222
-228
lines changed

2 files changed

+222
-228
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"dependencies": {
1818
"@codesandbox/sandpack-react": "2.19.10",
1919
"@floating-ui/react-dom": "2.1.2",
20-
"@radix-ui/react-dialog": "1.1.2",
21-
"@radix-ui/react-tabs": "1.1.1",
20+
"@radix-ui/react-dialog": "1.1.3",
21+
"@radix-ui/react-tabs": "1.1.2",
2222
"@types/katex": "0.16.7",
2323
"camelcase-keys": "9.1.3",
2424
"chokidar": "^4.0.1",
@@ -31,7 +31,7 @@
3131
"immer": "10.1.1",
3232
"jotai": "2.10.3",
3333
"js-yaml": "4.1.0",
34-
"katex": "0.16.14",
34+
"katex": "0.16.15",
3535
"lodash": "4.17.21",
3636
"markdown-to-jsx": "npm:@innei/[email protected]",
3737
"medium-zoom": "1.1.0",
@@ -50,7 +50,7 @@
5050
"tailwind-merge": "2.5.5",
5151
"unified": "11.0.5",
5252
"unist-util-visit": "5.0.0",
53-
"vaul": "1.1.1"
53+
"vaul": "1.1.2"
5454
},
5555
"devDependencies": {
5656
"@iconify-json/mingcute": "1.2.1",
@@ -60,13 +60,13 @@
6060
"@tailwindcss/typography": "0.5.15",
6161
"@types/js-yaml": "4.0.9",
6262
"@types/node": "^22.8.7",
63-
"@types/react": "^18.3.14",
64-
"@types/react-dom": "^18.3.2",
63+
"@types/react": "^18.3.16",
64+
"@types/react-dom": "^18.3.5",
6565
"autoprefixer": "^10.4.20",
66-
"daisyui": "4.12.20",
66+
"daisyui": "4.12.22",
6767
"eslint": "9.14.0",
6868
"eslint-config-hyoban": "3.1.15",
69-
"lint-staged": "15.2.10",
69+
"lint-staged": "15.2.11",
7070
"postcss-import": "16.1.0",
7171
"postcss-nested": "7.0.2",
7272
"postcss-preset-env": "10.0.9",

0 commit comments

Comments
 (0)