Skip to content

Commit 05fccc1

Browse files
committed
update deps
1 parent 089c8aa commit 05fccc1

File tree

4 files changed

+74
-556
lines changed

4 files changed

+74
-556
lines changed

packages/react-router-devtools/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@
5959
"require": "./dist/client.css"
6060
}
6161
},
62-
"files": ["dist"],
62+
"files": [
63+
"dist"
64+
],
6365
"repository": {
6466
"type": "git",
6567
"url": "git+https://github.com/forge-42/react-router-devtools.git"
@@ -106,9 +108,9 @@
106108
"vite": ">=5.0.0 || >=6.0.0"
107109
},
108110
"devDependencies": {
109-
"@react-router/dev": "7.5.3",
110-
"@react-router/node": "7.5.3",
111-
"@react-router/serve": "7.5.3",
111+
"@react-router/dev": "7.9.3",
112+
"@react-router/node": "7.9.3",
113+
"@react-router/serve": "7.9.3",
112114
"@testing-library/dom": "^10.4.0",
113115
"@testing-library/react": "16.2.0",
114116
"@types/babel__core": "^7.20.5",
@@ -122,9 +124,6 @@
122124
"happy-dom": "16.8.1",
123125
"jest-preview": "^0.3.1",
124126
"npm-run-all": "4.1.5",
125-
"postcss": "^8.5.1",
126-
"tailwindcss": "^3.4.0",
127-
"tailwindcss-animate": "^1.0.7",
128127
"tsup": "^8.3.6",
129128
"tsx": "4.19.2",
130129
"typescript": "^5.8.3",
@@ -140,6 +139,7 @@
140139
"@babel/types": "^7.26.10",
141140
"@radix-ui/react-accordion": "^1.2.2",
142141
"@radix-ui/react-select": "^2.1.5",
142+
"@tanstack/devtools-event-client": "^0.3.3",
143143
"@tanstack/devtools-vite": "^0.3.8",
144144
"@tanstack/react-devtools": "^0.7.7",
145145
"beautify": "^0.0.8",
@@ -160,4 +160,4 @@
160160
"@rollup/rollup-darwin-arm64": "^4.32.1",
161161
"@rollup/rollup-linux-x64-gnu": "^4.32.1"
162162
}
163-
}
163+
}

0 commit comments

Comments
 (0)