Skip to content

Commit 8e1a8d0

Browse files
chore(deps): update dependency @babel/core to v7.20.2
1 parent 16ef891 commit 8e1a8d0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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.20.2"
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.20.2"
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.20.2"
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.20.2"
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.20.2"
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.20.2"
66
},
77
"scripts": {
88
"cy:run": "../node_modules/.bin/cypress run",

0 commit comments

Comments
 (0)