Skip to content

Commit

Permalink
chore: Upgrade Babel
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Nov 5, 2024
1 parent 6593ca1 commit 99dcf4c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"atLeast": 0
},
"resolutions": {
"@babel/types": "7.24.0",
"@lerna/version@npm:5.6.2": "patch:@lerna/version@npm%3A5.6.2#~/.yarn/patches/@lerna-version-npm-5.6.2-ce2d9cb2f5.patch",
"@lerna/conventional-commits@npm:5.6.2": "patch:@lerna/conventional-commits@npm%3A5.6.2#~/.yarn/patches/@lerna-conventional-commits-npm-5.6.2-a373ba4bc0.patch"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/evasive-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"test:rebuild-fixtures": "node test/rebuild-fixtures.js"
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@babel/types": "~7.26.0",
"@endo/ses-ava": "workspace:^",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@types/babel__generator": "^7.6.8",
"@types/babel__traverse": "^7.20.5",
"@types/babel__traverse": "^7.20.6",
"ava": "^6.1.3",
"c8": "^7.14.0",
"eslint": "^8.57.0",
Expand Down Expand Up @@ -78,9 +78,9 @@
"timeout": "2m"
},
"dependencies": {
"@babel/generator": "^7.17.6",
"@babel/parser": "^7.23.6",
"@babel/traverse": "^7.23.6",
"@babel/generator": "~7.26.2",
"@babel/parser": "~7.26.2",
"@babel/traverse": "~7.25.9",
"source-map-js": "^1.2.0"
}
}
8 changes: 4 additions & 4 deletions packages/module-source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"test": "ava"
},
"dependencies": {
"@babel/generator": "^7.17.6",
"@babel/parser": "^7.23.6",
"@babel/traverse": "^7.23.6",
"@babel/types": "^7.24.0",
"@babel/generator": "~7.26.2",
"@babel/parser": "~7.26.2",
"@babel/traverse": "~7.25.9",
"@babel/types": "~7.26.0",
"ses": "workspace:^"
},
"devDependencies": {
Expand Down

0 comments on commit 99dcf4c

Please sign in to comment.