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 8, 2023
1 parent 5ae39a9 commit 43e027b
Show file tree
Hide file tree
Showing 18 changed files with 6,661 additions and 4,987 deletions.
2,603 changes: 1,359 additions & 1,244 deletions package-lock.json

Large diffs are not rendered by default.

835 changes: 499 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
835 changes: 499 additions & 336 deletions test-apps/new-cypress-config/fullstack/package-lock.json

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

756 changes: 419 additions & 337 deletions test-apps/new-cypress-config/package-lock.json

Large diffs are not rendered by default.

835 changes: 499 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
841 changes: 466 additions & 375 deletions test-apps/new-cypress-config/ts-example/package-lock.json

Large diffs are not rendered by default.

835 changes: 499 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
835 changes: 499 additions & 336 deletions test-apps/old-cypress-config/fullstack/package-lock.json

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

756 changes: 419 additions & 337 deletions test-apps/old-cypress-config/package-lock.json

Large diffs are not rendered by default.

835 changes: 499 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 43e027b

Please sign in to comment.