Skip to content

Commit 0594cc6

Browse files
authored
Merge pull request #557 from javierbrea/chore/deps
chore: Update dependencies
2 parents feedbd6 + 315c0e3 commit 0594cc6

File tree

14 files changed

+3796
-2306
lines changed

14 files changed

+3796
-2306
lines changed

.github/workflows/check-package-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
exit 1
2525
- name: Get NPM version
2626
id: package-version
27-
uses: martinbeentjes/npm-get-version-action@v1.2.3
27+
uses: martinbeentjes/npm-get-version-action@v1.3.1
2828
- name: Check Changelog version
2929
id: changelog_reader
3030
uses: mindsers/[email protected]

package-lock.json

Lines changed: 2964 additions & 1678 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -61,25 +61,25 @@
6161
"cypress": ">=2.1.0"
6262
},
6363
"devDependencies": {
64-
"@babel/eslint-parser": "7.22.10",
65-
"@babel/preset-react": "7.22.5",
66-
"@stryker-mutator/core": "7.1.1",
67-
"@stryker-mutator/jest-runner": "7.1.1",
68-
"cypress": "12.17.3",
69-
"eslint": "8.47.0",
64+
"@babel/eslint-parser": "7.23.3",
65+
"@babel/preset-react": "7.23.3",
66+
"@stryker-mutator/core": "7.3.0",
67+
"@stryker-mutator/jest-runner": "7.3.0",
68+
"cypress": "13.5.1",
69+
"eslint": "8.53.0",
7070
"eslint-config-prettier": "9.0.0",
71-
"eslint-plugin-jest": "27.2.3",
72-
"eslint-plugin-mocha": "10.1.0",
71+
"eslint-plugin-jest": "27.6.0",
72+
"eslint-plugin-mocha": "10.2.0",
7373
"eslint-plugin-no-only-tests": "3.1.0",
74-
"eslint-plugin-prettier": "5.0.0",
75-
"eslint-plugin-react": "7.33.1",
74+
"eslint-plugin-prettier": "5.0.1",
75+
"eslint-plugin-react": "7.33.2",
7676
"husky": "8.0.3",
7777
"is-ci": "3.0.1",
78-
"jest": "29.6.2",
79-
"lint-staged": "14.0.0",
80-
"prettier": "3.0.1",
81-
"sinon": "15.2.0",
82-
"typescript": "5.1.6"
78+
"jest": "29.7.0",
79+
"lint-staged": "15.1.0",
80+
"prettier": "3.1.0",
81+
"sinon": "17.0.1",
82+
"typescript": "5.2.2"
8383
},
8484
"lint-staged": {
8585
"*.js": "eslint",

renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": [
3-
"github>javierbrea/nodejs-ci-cd-shared-config"
3+
"github>javierbrea/renovate-config"
44
],
55
"packageRules": [
66
{
@@ -16,12 +16,12 @@
1616
{
1717
"matchPaths": ["test-e2e/cypress-latest/package.json"],
1818
"matchPackageNames": ["cypress"],
19-
"allowedVersions": "12.x"
19+
"allowedVersions": "13.x"
2020
},
2121
{
2222
"matchPaths": ["test-e2e/cypress-latest-no-plugin/package.json"],
2323
"matchPackageNames": ["cypress"],
24-
"allowedVersions": "12.x"
24+
"allowedVersions": "13.x"
2525
}
2626
]
2727
}

test-e2e/app/package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-e2e/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"prop-types": "15.8.1",
99
"react": "18.2.0",
1010
"react-dom": "18.2.0",
11-
"react-redux": "8.1.2",
11+
"react-redux": "8.1.3",
1212
"redux": "4.2.1"
1313
},
1414
"scripts": {
@@ -33,6 +33,6 @@
3333
"devDependencies": {
3434
"babel-plugin-module-resolver": "5.0.0",
3535
"react-scripts": "5.0.1",
36-
"serve": "14.2.0"
36+
"serve": "14.2.1"
3737
}
3838
}

test-e2e/cypress-9-no-plugin/package-lock.json

Lines changed: 47 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-e2e/cypress-9-no-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"babel-loader": "9.1.3",
1717
"babel-plugin-module-resolver": "5.0.0",
1818
"cypress": "9.7.0",
19-
"start-server-and-test": "2.0.0",
20-
"webpack": "5.88.2"
19+
"start-server-and-test": "2.0.2",
20+
"webpack": "5.89.0"
2121
}
2222
}

0 commit comments

Comments
 (0)