Skip to content

Commit 1ea9cf9

Browse files
authored
Update @tanstack/react-router (#3660)
* Update @tanstack/react-router * pin @babel/traverse
1 parent b20fb38 commit 1ea9cf9

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,22 @@
5555
"clsx": "^2.0.0"
5656
},
5757
"devDependencies": {
58-
"@babel/core": "^7.20.12",
59-
"@babel/plugin-transform-runtime": "^7.21.4",
60-
"@babel/preset-env": "^7.20.2",
61-
"@babel/preset-react": "^7.18.6",
62-
"@babel/preset-typescript": "^7.18.6",
63-
"@babel/runtime": "^7.21.5",
58+
"@babel/core": "^7.26.0",
59+
"@babel/plugin-transform-runtime": "^7.25.9",
60+
"@babel/preset-env": "^7.26.0",
61+
"@babel/preset-react": "^7.26.3",
62+
"@babel/preset-typescript": "^7.26.0",
63+
"@babel/runtime": "^7.26.0",
64+
"@babel/traverse": "7.25.9",
6465
"@biomejs/biome": "1.9.4",
6566
"@eslint/compat": "^1.2.3",
6667
"@faker-js/faker": "^9.0.0",
6768
"@ianvs/prettier-plugin-sort-imports": "^4.0.2",
6869
"@linaria/core": "^6.0.0",
6970
"@microsoft/api-extractor": "^7.23.0",
70-
"@rollup/plugin-babel": "^6.0.3",
71+
"@rollup/plugin-babel": "^6.0.4",
7172
"@rollup/plugin-node-resolve": "^15.1.0",
72-
"@tanstack/react-router": "1.82.1",
73+
"@tanstack/react-router": "^1.85.5",
7374
"@tanstack/router-plugin": "^1.69.1",
7475
"@testing-library/dom": "^10.1.0",
7576
"@testing-library/react": "^16.0.0",

0 commit comments

Comments
 (0)