Skip to content

Commit c7faebe

Browse files
committed
chore(deps): update babel monorepo
1 parent 7a32564 commit c7faebe

30 files changed

+5280
-4279
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
"nyc": "15.1.0"
5858
},
5959
"devDependencies": {
60-
"@babel/core": "^7.16.0",
61-
"@babel/preset-env": "^7.16.11",
62-
"babel-loader": "^8.2.3",
60+
"@babel/core": "7.18.2",
61+
"@babel/preset-env": "7.18.2",
62+
"babel-loader": "8.2.5",
6363
"babel-plugin-istanbul": "6.1.1",
6464
"check-code-coverage": "1.10.0",
6565
"console-log-div": "0.6.3",

test-apps/new-cypress-config/before-each-visit/package-lock.json

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

test-apps/new-cypress-config/before-each-visit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "example-before-each-visit",
33
"description": "Getting code coverage when cy.visit is used in beforeEach hook",
44
"devDependencies": {
5-
"@babel/core": "^7.16.12"
5+
"@babel/core": "7.18.2"
66
},
77
"scripts": {
88
"start": "../node_modules/.bin/parcel serve index.html",

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

0 commit comments

Comments
 (0)