Skip to content

Commit

Permalink
chore(deps): update babel monorepo to v7.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 1, 2023
1 parent 69f5015 commit a27d13b
Show file tree
Hide file tree
Showing 18 changed files with 6,797 additions and 4,993 deletions.
2,608 changes: 1,366 additions & 1,242 deletions package-lock.json

Large diffs are not rendered by default.

846 changes: 510 additions & 336 deletions test-apps/new-cypress-config/before-each-visit/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.21.4"
}
}
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.21.4"
},
"scripts": {
"cy:run": "../node_modules/.bin/cypress run",
Expand Down
846 changes: 510 additions & 336 deletions test-apps/new-cypress-config/fullstack/package-lock.json

Large diffs are not rendered by default.

846 changes: 510 additions & 336 deletions test-apps/new-cypress-config/one-spec/package-lock.json

Large diffs are not rendered by default.

775 changes: 434 additions & 341 deletions test-apps/new-cypress-config/package-lock.json

Large diffs are not rendered by default.

846 changes: 510 additions & 336 deletions test-apps/new-cypress-config/same-folder/package-lock.json

Large diffs are not rendered by default.

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.21.4"
},
"scripts": {
"cy:run": "../node_modules/.bin/cypress run",
Expand Down
852 changes: 477 additions & 375 deletions test-apps/new-cypress-config/ts-example/package-lock.json

Large diffs are not rendered by default.

846 changes: 510 additions & 336 deletions test-apps/old-cypress-config/before-each-visit/package-lock.json

Large diffs are not rendered by default.

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.21.4"
}
}
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.21.4"
},
"scripts": {
"cy:run": "../node_modules/.bin/cypress run",
Expand Down
846 changes: 510 additions & 336 deletions test-apps/old-cypress-config/fullstack/package-lock.json

Large diffs are not rendered by default.

846 changes: 510 additions & 336 deletions test-apps/old-cypress-config/one-spec/package-lock.json

Large diffs are not rendered by default.

775 changes: 434 additions & 341 deletions test-apps/old-cypress-config/package-lock.json

Large diffs are not rendered by default.

846 changes: 510 additions & 336 deletions test-apps/old-cypress-config/same-folder/package-lock.json

Large diffs are not rendered by default.

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

0 comments on commit a27d13b

Please sign in to comment.