|
2 | 2 | "name": "react-router-devtools", |
3 | 3 | "description": "Devtools for React Router - debug, trace, find hydration errors, catch bugs and inspect server/client data with react-router-devtools", |
4 | 4 | "author": "Alem Tuzlak", |
5 | | - "version": "6.0.1", |
| 5 | + "version": "6.0.2", |
6 | 6 | "license": "MIT", |
7 | 7 | "keywords": [ |
8 | 8 | "react-router", |
|
55 | 55 | "default": "./dist/server.js" |
56 | 56 | } |
57 | 57 | }, |
58 | | - "files": [ |
59 | | - "dist" |
60 | | - ], |
| 58 | + "files": ["dist"], |
61 | 59 | "repository": { |
62 | 60 | "type": "git", |
63 | 61 | "url": "git+https://github.com/forge-42/react-router-devtools.git" |
|
107 | 105 | "@react-router/dev": "7.9.5", |
108 | 106 | "@react-router/node": "7.9.5", |
109 | 107 | "@react-router/serve": "7.9.5", |
110 | | - "@tanstack/devtools": "^0.10.1", |
| 108 | + "@tanstack/devtools": "^0.10.2", |
111 | 109 | "@testing-library/dom": "^10.4.1", |
112 | 110 | "@testing-library/react": "16.3.0", |
113 | 111 | "@types/babel__core": "^7.20.5", |
|
134 | 132 | "@babel/types": "^7.28.5", |
135 | 133 | "@radix-ui/react-accordion": "^1.2.12", |
136 | 134 | "@tanstack/devtools-event-client": "^0.4.0", |
137 | | - "@tanstack/devtools-vite": "^0.4.0", |
138 | | - "@tanstack/react-devtools": "^0.9.0", |
| 135 | + "@tanstack/devtools-vite": "^0.4.1", |
| 136 | + "@tanstack/react-devtools": "^0.9.1", |
139 | 137 | "chalk": "5.6.2", |
140 | 138 | "clsx": "2.1.1", |
141 | 139 | "framer-motion": "^12.23.24", |
|
0 commit comments