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 Jul 23, 2022
1 parent 618cdb8 commit ebca2c7
Show file tree
Hide file tree
Showing 30 changed files with 7,835 additions and 6,411 deletions.
2,369 changes: 1,263 additions & 1,106 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.9",
"@babel/preset-env": "7.18.9",
"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
799 changes: 459 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.18.9"
},
"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.9"
}
}
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.9"
},
"scripts": {
"cy:run": "../node_modules/.bin/cypress run",
Expand Down
799 changes: 459 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.18.9"
}
}
799 changes: 459 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.18.9"
}
}
2,320 changes: 1,227 additions & 1,093 deletions test-apps/new-cypress-config/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test-apps/new-cypress-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "ISC",
"devDependencies": {
"@cypress/webpack-preprocessor": "^5.11.0",
"babel-loader": "^8.2.3",
"babel-loader": "8.2.5",
"babel-plugin-istanbul": "^6.1.1",
"check-code-coverage": "^1.10.0",
"cypress": "^10.0.3",
Expand All @@ -19,7 +19,7 @@
"start-server-and-test": "^1.14.0"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/core": "7.18.9",
"@cypress/code-coverage": "file:../..",
"express": "^4.17.2",
"rimraf": "^3.0.2",
Expand Down
Loading

0 comments on commit ebca2c7

Please sign in to comment.