Skip to content

Commit

Permalink
fix(deps): update dependency @babel/core to v7.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 18, 2023
1 parent a6e52d9 commit f33a6cc
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion apps/american-british-translator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "mocha --timeout 5000 --require @babel/register --recursive --exit --ui tdd tests/"
},
"dependencies": {
"@babel/core": "7.21.0",
"@babel/core": "7.21.3",
"@babel/preset-env": "7.20.2",
"@babel/register": "7.21.0",
"body-parser": "1.20.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/build-a-pinterest-clone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "7.21.0",
"@babel/core": "7.21.3",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@rollup/plugin-babel": "5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/secure-real-time-multiplayer-game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "PORT=3005 mocha --require @babel/register --recursive --exit --ui tdd tests/"
},
"dependencies": {
"@babel/core": "7.21.0",
"@babel/core": "7.21.3",
"@babel/preset-env": "7.20.2",
"@babel/register": "7.21.0",
"body-parser": "1.20.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/sudoku-solver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "mocha --timeout 5000 --require @babel/register --recursive --exit --ui tdd tests/"
},
"dependencies": {
"@babel/core": "7.21.0",
"@babel/core": "7.21.3",
"@babel/preset-env": "7.20.2",
"@babel/register": "7.21.0",
"body-parser": "1.20.2",
Expand Down
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f33a6cc

Please sign in to comment.