Skip to content

Commit

Permalink
Bump @babel/core from 7.23.6 to 7.25.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dependabot committed Oct 10, 2024
1 parent 8f71a0a commit 411f417
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/example-ts3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prepare": "ts-patch install -s"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@types/babel__core": "^7",
Expand Down
2 changes: 1 addition & 1 deletion packages/example-ts4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prepare": "ts-patch install -s"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@types/babel__core": "^7",
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"watch:fork-ts": "webpack --config webpack.config.fork-ts.js --watch"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@types/babel__core": "^7",
Expand Down

0 comments on commit 411f417

Please sign in to comment.