Skip to content

Commit

Permalink
chore(deps): Update dev dependencies in E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Aug 14, 2023
1 parent ee3657d commit 627507f
Show file tree
Hide file tree
Showing 12 changed files with 3,586 additions and 2,567 deletions.
22 changes: 11 additions & 11 deletions test-e2e/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test-e2e/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.0.5",
"react-redux": "8.1.2",
"redux": "4.2.1"
},
"scripts": {
Expand Down
886 changes: 445 additions & 441 deletions test-e2e/cypress-9-no-plugin/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions test-e2e/cypress-9-no-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"test:ci": "npm run copy:specs && npm run build-and-serve-and-cypress"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "5.17.0",
"babel-loader": "9.1.2",
"@cypress/webpack-preprocessor": "5.17.1",
"babel-loader": "9.1.3",
"babel-plugin-module-resolver": "5.0.0",
"cypress": "9.7.0",
"start-server-and-test": "2.0.0",
"webpack": "5.77.0"
"webpack": "5.88.2"
}
}
886 changes: 445 additions & 441 deletions test-e2e/cypress-9/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions test-e2e/cypress-9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"test:ci": "npm run copy:specs && npm run build-and-serve-and-cypress"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "5.17.0",
"babel-loader": "9.1.2",
"@cypress/webpack-preprocessor": "5.17.1",
"babel-loader": "9.1.3",
"babel-plugin-module-resolver": "5.0.0",
"cypress": "9.7.0",
"start-server-and-test": "2.0.0",
"webpack": "5.77.0"
"webpack": "5.88.2"
}
}
Loading

0 comments on commit 627507f

Please sign in to comment.