Skip to content

Commit 674871e

Browse files
committed
version bump
1 parent a7d7c53 commit 674871e

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

package-lock.json

Lines changed: 6 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-router-devtools",
33
"description": "Devtools for React Router - debug, trace, find hydration errors, catch bugs and inspect server/client data with react-router-devtools",
44
"author": "Alem Tuzlak",
5-
"version": "1.1.10",
5+
"version": "5.0.0",
66
"license": "MIT",
77
"keywords": [
88
"react-router",
@@ -19,7 +19,6 @@
1919
],
2020
"private": false,
2121
"type": "module",
22-
"main": "./dist/index.cjs",
2322
"module": "./dist/index.js",
2423
"types": "./dist/index.d.ts",
2524
"exports": {
@@ -105,6 +104,8 @@
105104
"peerDependencies": {
106105
"react": ">=17",
107106
"react-dom": ">=17",
107+
"@types/react": ">=17",
108+
"@types/react-dom": ">=17",
108109
"react-router": ">=7.0.0",
109110
"vite": ">=5.0.0 || >=6.0.0"
110111
},
@@ -118,8 +119,6 @@
118119
"@types/babel__core": "^7.20.5",
119120
"@types/beautify": "^0.0.3",
120121
"@types/node": "^22.12.0",
121-
"@types/react": "^19.0.8",
122-
"@types/react-dom": "^19.0.3",
123122
"@vitest/coverage-v8": "^3.0.4",
124123
"@vitest/ui": "^3.0.4",
125124
"autoprefixer": "^10.4.20",

0 commit comments

Comments
 (0)