Skip to content

Commit

Permalink
Merge pull request #1540 from nestjs/renovate/babel-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update babel monorepo
  • Loading branch information
kamilmysliwiec authored Sep 11, 2023
2 parents 634cb8d + 39b5a4f commit 9b165b8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/lib/application/files/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
},
"devDependencies": {
"@nestjs/testing": "^10.0.0",
"@babel/core": "7.22.11",
"@babel/node": "7.22.10",
"@babel/plugin-proposal-decorators": "7.22.10",
"@babel/plugin-transform-runtime": "7.22.10",
"@babel/preset-env": "7.22.14",
"@babel/register": "7.22.5",
"@babel/runtime": "7.22.11",
"@babel/core": "7.22.17",
"@babel/node": "7.22.15",
"@babel/plugin-proposal-decorators": "7.22.15",
"@babel/plugin-transform-runtime": "7.22.15",
"@babel/preset-env": "7.22.15",
"@babel/register": "7.22.15",
"@babel/runtime": "7.22.15",
"jest": "29.6.4",
"nodemon": "3.0.1",
"prettier": "3.0.3",
Expand Down

0 comments on commit 9b165b8

Please sign in to comment.