Skip to content

Commit 1676f07

Browse files
authored
chore: fix @babel/types version in pnpm catalog (#11349)
1 parent c402501 commit 1676f07

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"eslint": "^9.6.0",
8080
"eslint-plugin-import-x": "^0.5.3",
8181
"eslint-plugin-vitest": "^0.5.4",
82-
"estree-walker": "^2.0.2",
82+
"estree-walker": "catalog:",
8383
"jsdom": "^24.1.0",
8484
"lint-staged": "^15.2.7",
8585
"lodash": "^4.17.21",

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ packages:
33

44
catalog:
55
'@babel/parser': ^7.24.7
6-
'@babel/types': ^7.2.47
6+
'@babel/types': ^7.24.7
77
'estree-walker': ^2.0.2
88
'magic-string': ^0.30.10
99
'source-map-js': ^1.2.0

0 commit comments

Comments
 (0)