Skip to content

Commit

Permalink
chore(deps): update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 18, 2022
1 parent 618cdb8 commit bbb46e1
Show file tree
Hide file tree
Showing 30 changed files with 5,332 additions and 4,331 deletions.
1,578 changes: 848 additions & 730 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"nyc": "15.1.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.3",
"@babel/core": "7.18.5",
"@babel/preset-env": "7.18.2",
"babel-loader": "8.2.5",
"babel-plugin-istanbul": "6.1.1",
"check-code-coverage": "1.10.0",
"console-log-div": "0.6.3",
Expand Down
557 changes: 321 additions & 236 deletions test-apps/new-cypress-config/before-each-visit/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "example-before-each-visit",
"description": "Getting code coverage when cy.visit is used in beforeEach hook",
"devDependencies": {
"@babel/core": "^7.16.12"
"@babel/core": "7.18.5"
},
"scripts": {
"start": "../node_modules/.bin/parcel serve index.html",
Expand Down
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.18.5"
}
}
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.18.5"
},
"scripts": {
"cy:run": "../node_modules/.bin/cypress run",
Expand Down
Loading

0 comments on commit bbb46e1

Please sign in to comment.