Skip to content

Commit bac7906

Browse files
committed
update dev-dependencies
1 parent 9fff4cc commit bac7906

File tree

3 files changed

+73
-52
lines changed

3 files changed

+73
-52
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": "^7.2|^8",
13-
"npm-asset/chartist": "^1.3.0",
13+
"npm-asset/chartist": "^1.3.1",
1414
"npm-asset/chartist-plugin-tooltips-updated": "^1.0.0",
1515
"jaybizzle/crawler-detect": "^1.3"
1616
},
@@ -24,7 +24,7 @@
2424
"slowprog/composer-copy-file": "^0.3",
2525
"squizlabs/php_codesniffer": "^3.13",
2626
"szepeviktor/phpstan-wordpress": "^v1.3",
27-
"wp-coding-standards/wpcs": "^3.2",
27+
"wp-coding-standards/wpcs": "^3.3",
2828
"yoast/phpunit-polyfills": "^1.1"
2929
},
3030
"repositories": [

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@wordpress/eslint-plugin": "^22.21.0",
5-
"@wordpress/stylelint-config": "^23.27.0",
4+
"@wordpress/eslint-plugin": "^22.22.0",
5+
"@wordpress/stylelint-config": "^23.28.0",
66
"chai": "^5.3.3",
77
"eslint": "^8.57.1",
88
"mocha": "^11.7.5",
99
"nyc": "^17.1.0",
1010
"sinon": "^19.0.5",
11-
"stylelint": "^16.25.0"
11+
"stylelint": "^16.26.1"
1212
}
1313
}

0 commit comments

Comments
 (0)