Skip to content

Commit 37d1159

Browse files
authored
Merge pull request #788 from icflorescu/next
Update dev deps
2 parents f045029 + be2d260 commit 37d1159

File tree

2 files changed

+267
-262
lines changed

2 files changed

+267
-262
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
"format": "prettier --write ."
7272
},
7373
"devDependencies": {
74-
"@docsearch/css": "^4.3.2",
75-
"@docsearch/react": "^4.3.2",
74+
"@docsearch/css": "^4.4.0",
75+
"@docsearch/react": "^4.4.0",
7676
"@eslint/eslintrc": "^3.3.3",
7777
"@faker-js/faker": "^10.1.0",
7878
"@formkit/auto-animate": "^0.9.0",
@@ -85,13 +85,13 @@
8585
"@mantine/notifications": "^8.3.10",
8686
"@next/eslint-plugin-next": "^15.5.9",
8787
"@tabler/icons-react": "^3.36.0",
88-
"@tanstack/react-query": "^5.90.12",
88+
"@tanstack/react-query": "^5.90.13",
8989
"@types/lodash": "^4.17.21",
90-
"@types/node": "^25.0.2",
90+
"@types/node": "^25.0.3",
9191
"@types/react": "^19.2.7",
9292
"@types/react-dom": "^19.2.3",
93-
"@typescript-eslint/eslint-plugin": "^8.49.0",
94-
"@typescript-eslint/parser": "^8.49.0",
93+
"@typescript-eslint/eslint-plugin": "^8.50.1",
94+
"@typescript-eslint/parser": "^8.50.1",
9595
"clsx": "^2.1.1",
9696
"cssnano": "^7.1.2",
9797
"dayjs": "^1.11.19",
@@ -112,7 +112,7 @@
112112
"react-dom": "^19.2.3",
113113
"sharp": "^0.34.5",
114114
"shiki": "^3.20.0",
115-
"swr": "^2.3.7",
115+
"swr": "^2.3.8",
116116
"tsup": "^8.5.1",
117117
"typescript": "^5.9.3"
118118
},

0 commit comments

Comments
 (0)