Skip to content

Commit f8b6da1

Browse files
chore(deps): update babel monorepo to v7.22.10
1 parent c840433 commit f8b6da1

File tree

7 files changed

+1728
-1553
lines changed

7 files changed

+1728
-1553
lines changed

package-lock.json

Lines changed: 1722 additions & 1547 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-apps/new-cypress-config/exclude-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"excludeAfterRemap": true
1717
},
1818
"devDependencies": {
19-
"@babel/core": "7.9.0"
19+
"@babel/core": "7.22.10"
2020
}
2121
}

test-apps/new-cypress-config/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "example-frontend",
33
"description": "Tests a frontend app",
44
"devDependencies": {
5-
"@babel/core": "7.9.0"
5+
"@babel/core": "7.22.10"
66
},
77
"scripts": {
88
"cy:run": "../node_modules/.bin/cypress run",

test-apps/new-cypress-config/support-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "example-support-files",
33
"description": "Filtering out support files",
44
"devDependencies": {
5-
"@babel/core": "7.9.0"
5+
"@babel/core": "7.22.10"
66
},
77
"scripts": {
88
"cy:run": "../node_modules/.bin/cypress run",

test-apps/old-cypress-config/exclude-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"excludeAfterRemap": true
1717
},
1818
"devDependencies": {
19-
"@babel/core": "7.9.0"
19+
"@babel/core": "7.22.10"
2020
}
2121
}

test-apps/old-cypress-config/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "example-frontend",
33
"description": "Tests a frontend app",
44
"devDependencies": {
5-
"@babel/core": "7.9.0"
5+
"@babel/core": "7.22.10"
66
},
77
"scripts": {
88
"cy:run": "../node_modules/.bin/cypress run",

test-apps/old-cypress-config/support-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "example-support-files",
33
"description": "Filtering out support files",
44
"devDependencies": {
5-
"@babel/core": "7.9.0"
5+
"@babel/core": "7.22.10"
66
},
77
"scripts": {
88
"cy:run": "../node_modules/.bin/cypress run",

0 commit comments

Comments
 (0)