Skip to content

Commit

Permalink
deps: update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed May 18, 2024
1 parent ad8293f commit 8b0f89a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"type": "wordpress-plugin",
"require": {
"php": ">=7.2",
"composer/installers": "~v2.1.1"
"composer/installers": "~v2.2.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^v1.0",
"matthiasmullie/minify": "^1.3",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"slowprog/composer-copy-file": "~0.3",
"squizlabs/php_codesniffer": "^3.9",
"wp-coding-standards/wpcs": "^3.0",
"wp-coding-standards/wpcs": "^3.1",
"yoast/wp-test-utils": "^1.2"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "stklcode-liveticker",
"version": "1.2.2",
"version": "1.3.0",
"description": "A simple Liveticker for Wordpress.",
"author": "Stefan Kalscheuer",
"license": "GPL-2.0+",
"devDependencies": {
"@wordpress/eslint-plugin": "^17",
"@wordpress/eslint-plugin": "^18",
"@wordpress/stylelint-config": "^21",
"eslint": "^8",
"stylelint": "^14"
Expand Down

0 comments on commit 8b0f89a

Please sign in to comment.