Skip to content

Commit

Permalink
chore(deps): update babel monorepo to v7.22.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 12, 2023
1 parent c840433 commit f8b6da1
Show file tree
Hide file tree
Showing 7 changed files with 1,728 additions and 1,553 deletions.
3,269 changes: 1,722 additions & 1,547 deletions package-lock.json

Large diffs are not rendered by default.

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.22.10"
}
}
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.22.10"
},
"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.22.10"
},
"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.22.10"
}
}
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.22.10"
},
"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.22.10"
},
"scripts": {
"cy:run": "../node_modules/.bin/cypress run",
Expand Down

0 comments on commit f8b6da1

Please sign in to comment.