Skip to content

Commit

Permalink
chore(deps): update dependency @babel/core to v7.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2022
1 parent 16ef891 commit 8e1a8d0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test-apps/new-cypress-config/exclude-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"excludeAfterRemap": true
},
"devDependencies": {
"@babel/core": "7.9.0"
"@babel/core": "7.20.2"
}
}
2 changes: 1 addition & 1 deletion test-apps/new-cypress-config/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "example-frontend",
"description": "Tests a frontend app",
"devDependencies": {
"@babel/core": "7.9.0"
"@babel/core": "7.20.2"
},
"scripts": {
"cy:run": "../node_modules/.bin/cypress run",
Expand Down
2 changes: 1 addition & 1 deletion test-apps/new-cypress-config/support-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "example-support-files",
"description": "Filtering out support files",
"devDependencies": {
"@babel/core": "7.9.0"
"@babel/core": "7.20.2"
},
"scripts": {
"cy:run": "../node_modules/.bin/cypress run",
Expand Down
2 changes: 1 addition & 1 deletion test-apps/old-cypress-config/exclude-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"excludeAfterRemap": true
},
"devDependencies": {
"@babel/core": "7.9.0"
"@babel/core": "7.20.2"
}
}
2 changes: 1 addition & 1 deletion test-apps/old-cypress-config/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "example-frontend",
"description": "Tests a frontend app",
"devDependencies": {
"@babel/core": "7.9.0"
"@babel/core": "7.20.2"
},
"scripts": {
"cy:run": "../node_modules/.bin/cypress run",
Expand Down
2 changes: 1 addition & 1 deletion test-apps/old-cypress-config/support-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "example-support-files",
"description": "Filtering out support files",
"devDependencies": {
"@babel/core": "7.9.0"
"@babel/core": "7.20.2"
},
"scripts": {
"cy:run": "../node_modules/.bin/cypress run",
Expand Down

0 comments on commit 8e1a8d0

Please sign in to comment.