Skip to content

Commit 5f17cb7

Browse files
committed
Couple more deps & groups
1 parent 81074b8 commit 5f17cb7

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ updates:
2626
patterns:
2727
- "tailwindcss"
2828
- "@tailwindcss/*"
29+
react:
30+
patterns:
31+
- "react"
32+
- "react-dom"
33+
- "@types/react"
34+
- "@types/react-dom"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@devvit/start": "0.12.23",
2222
"@devvit/web": "0.12.23",
23-
"@hono/node-server": "^1.19.9",
23+
"@hono/node-server": "2.0.2",
2424
"devvit": "0.12.23",
2525
"hono": "4.12.18",
2626
"react": "19.2.6",
@@ -29,17 +29,17 @@
2929
"devDependencies": {
3030
"@eslint/js": "10.0.1",
3131
"@tailwindcss/vite": "4.3.0",
32-
"@types/node": "^22.19.7",
33-
"@types/react": "19.2.10",
32+
"@types/node": "^22.19.19",
33+
"@types/react": "19.2.14",
3434
"@types/react-dom": "19.2.3",
3535
"@vitejs/plugin-react": "6.0.1",
3636
"eslint": "10.3.0",
3737
"eslint-plugin-react-hooks": "7.1.1",
3838
"eslint-plugin-react-refresh": "0.5.2",
39-
"globals": "17.2.0",
39+
"globals": "17.6.0",
4040
"prettier": "3.8.3",
4141
"tailwindcss": "4.3.0",
42-
"typescript": "5.9.3",
42+
"typescript": "6.0.3",
4343
"typescript-eslint": "8.59.3",
4444
"vite": "8.0.12"
4545
}

0 commit comments

Comments
 (0)