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 Oct 22, 2022
1 parent 16ef891 commit c6af61e
Show file tree
Hide file tree
Showing 30 changed files with 6,559 additions and 5,077 deletions.
2,606 changes: 1,356 additions & 1,250 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.19.6",
"@babel/preset-env": "7.19.4",
"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
816 changes: 476 additions & 340 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.19.6"
},
"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.19.6"
}
}
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.19.6"
},
"scripts": {
"cy:run": "../node_modules/.bin/cypress run",
Expand Down
816 changes: 476 additions & 340 deletions test-apps/new-cypress-config/fullstack/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test-apps/new-cypress-config/fullstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"coverage:check-files": "../node_modules/.bin/check-coverage fullstack/server/server.js && ../node_modules/.bin/check-coverage fullstack/main.js && ../node_modules/.bin/check-coverage fullstack/string-utils.js && ../node_modules/.bin/only-covered server.js main.js string-utils.js"
},
"devDependencies": {
"@babel/core": "^7.16.12"
"@babel/core": "7.19.6"
}
}
816 changes: 476 additions & 340 deletions test-apps/new-cypress-config/one-spec/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test-apps/new-cypress-config/one-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"coverage:check-files": "../node_modules/.bin/check-coverage main.js && ../node_modules/.bin/only-covered main.js"
},
"devDependencies": {
"@babel/core": "^7.16.12"
"@babel/core": "7.19.6"
}
}
Loading

0 comments on commit c6af61e

Please sign in to comment.