Skip to content

Commit

Permalink
fix(renovate): Update dependency @babel/core to v7.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed Dec 23, 2023
1 parent bd875d4 commit 3b9e31f
Show file tree
Hide file tree
Showing 5 changed files with 609 additions and 972 deletions.
2 changes: 1 addition & 1 deletion apps/backend-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "echo \"Did you mean to run 'test:e'?\" && exit 0"
},
"devDependencies": {
"@babel/core": "7.23.5",
"@babel/core": "7.23.6",
"@babel/plugin-transform-modules-commonjs": "7.23.3",
"@babel/preset-env": "7.23.6",
"@darraghor/eslint-plugin-nestjs-typed": "4.3.9",
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
},
"dependencies": {
"@babel/core": "7.23.5",
"@babel/core": "7.23.6",
"@darraghor/nest-backend-libs": "2.42.4",
"@mapbox/rehype-prism": "0.8.0",
"@nestjs/bull": "10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@auth0/nextjs-auth0": "3.5.0",
"@babel/core": "7.23.5",
"@babel/core": "7.23.6",
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@headlessui/react": "1.7.17",
Expand Down
2 changes: 1 addition & 1 deletion libs/project-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"mill-init": "dist/miller-setup.js"
},
"devDependencies": {
"@babel/core": "7.23.5",
"@babel/core": "7.23.6",
"@babel/preset-env": "7.23.6",
"@babel/preset-typescript": "7.23.3",
"@types/figlet": "1.5.8",
Expand Down
Loading

0 comments on commit 3b9e31f

Please sign in to comment.