Skip to content

Commit

Permalink
fix(deps): update dependency @babel/core to ^7.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 12, 2022
1 parent 90622df commit 79be988
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/scaffold/package.json
Expand Up @@ -23,7 +23,7 @@
},
"sideEffects": false,
"dependencies": {
"@babel/core": "^7.18.13",
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.18.10",
"@beemo/cli": "^2.0.6",
"@beemo/config-constants": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -178,7 +178,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:^7.18.13":
"@babel/core@npm:^7.19.0":
version: 7.19.0
resolution: "@babel/core@npm:7.19.0"
dependencies:
Expand Down Expand Up @@ -3503,7 +3503,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@niieani/scaffold@workspace:packages/scaffold"
dependencies:
"@babel/core": ^7.18.13
"@babel/core": ^7.19.0
"@babel/preset-env": ^7.18.10
"@beemo/cli": ^2.0.6
"@beemo/config-constants": ^2.2.0
Expand Down

0 comments on commit 79be988

Please sign in to comment.