Skip to content

Commit

Permalink
Merge pull request #557 from javierbrea/chore/deps
Browse files Browse the repository at this point in the history
chore: Update dependencies
  • Loading branch information
javierbrea authored Nov 15, 2023
2 parents feedbd6 + 315c0e3 commit 0594cc6
Show file tree
Hide file tree
Showing 14 changed files with 3,796 additions and 2,306 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-package-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
exit 1
- name: Get NPM version
id: package-version
uses: martinbeentjes/npm-get-version-action@v1.2.3
uses: martinbeentjes/npm-get-version-action@v1.3.1
- name: Check Changelog version
id: changelog_reader
uses: mindsers/[email protected]
Expand Down
4,642 changes: 2,964 additions & 1,678 deletions package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,25 +61,25 @@
"cypress": ">=2.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "7.22.10",
"@babel/preset-react": "7.22.5",
"@stryker-mutator/core": "7.1.1",
"@stryker-mutator/jest-runner": "7.1.1",
"cypress": "12.17.3",
"eslint": "8.47.0",
"@babel/eslint-parser": "7.23.3",
"@babel/preset-react": "7.23.3",
"@stryker-mutator/core": "7.3.0",
"@stryker-mutator/jest-runner": "7.3.0",
"cypress": "13.5.1",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-mocha": "10.1.0",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-mocha": "10.2.0",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.33.1",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
"husky": "8.0.3",
"is-ci": "3.0.1",
"jest": "29.6.2",
"lint-staged": "14.0.0",
"prettier": "3.0.1",
"sinon": "15.2.0",
"typescript": "5.1.6"
"jest": "29.7.0",
"lint-staged": "15.1.0",
"prettier": "3.1.0",
"sinon": "17.0.1",
"typescript": "5.2.2"
},
"lint-staged": {
"*.js": "eslint",
Expand Down
6 changes: 3 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": [
"github>javierbrea/nodejs-ci-cd-shared-config"
"github>javierbrea/renovate-config"
],
"packageRules": [
{
Expand All @@ -16,12 +16,12 @@
{
"matchPaths": ["test-e2e/cypress-latest/package.json"],
"matchPackageNames": ["cypress"],
"allowedVersions": "12.x"
"allowedVersions": "13.x"
},
{
"matchPaths": ["test-e2e/cypress-latest-no-plugin/package.json"],
"matchPackageNames": ["cypress"],
"allowedVersions": "12.x"
"allowedVersions": "13.x"
}
]
}
28 changes: 14 additions & 14 deletions test-e2e/app/package-lock.json

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

4 changes: 2 additions & 2 deletions 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.1.2",
"react-redux": "8.1.3",
"redux": "4.2.1"
},
"scripts": {
Expand All @@ -33,6 +33,6 @@
"devDependencies": {
"babel-plugin-module-resolver": "5.0.0",
"react-scripts": "5.0.1",
"serve": "14.2.0"
"serve": "14.2.1"
}
}
94 changes: 47 additions & 47 deletions test-e2e/cypress-9-no-plugin/package-lock.json

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

4 changes: 2 additions & 2 deletions test-e2e/cypress-9-no-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"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.88.2"
"start-server-and-test": "2.0.2",
"webpack": "5.89.0"
}
}
Loading

0 comments on commit 0594cc6

Please sign in to comment.