Skip to content

Commit 7d21d62

Browse files
committed
Update dependencies
1 parent faaf26a commit 7d21d62

File tree

5 files changed

+308
-268
lines changed

5 files changed

+308
-268
lines changed

api/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"phpstan/phpstan-doctrine": "^2.0.12",
5151
"phpstan/phpstan-phpunit": "^2.0.11",
5252
"phpstan/phpstan-symfony": "^2.0.9",
53-
"phpunit/phpunit": "^12.5.4",
53+
"phpunit/phpunit": "^12.5.6",
5454
"pierres/doctrine-migrations-test": "^2.6.0",
5555
"pierres/symfony-database-test": "^2.5.0",
5656
"rector/rector": "^2.3.1",

api/composer.lock

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

app/.stylelintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"stylelint-config-recommended-vue"
55
],
66
"plugins": [
7-
"stylelint-no-unsupported-browser-features",
8-
"stylelint-scss"
7+
"stylelint-no-unsupported-browser-features"
98
],
109
"rules": {
1110
"plugin/no-unsupported-browser-features": [

app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"core-js": "^3.47.0",
2222
"css-loader": "^7.1.2",
2323
"css-minimizer-webpack-plugin": "^7.0.4",
24-
"html-webpack-plugin": "^5.6.5",
25-
"mini-css-extract-plugin": "^2.9.4",
24+
"html-webpack-plugin": "^5.6.6",
25+
"mini-css-extract-plugin": "^2.10.0",
2626
"postcss-html": "^1.8.1",
2727
"postcss-loader": "^8.2.0",
2828
"sass": "^1.97.2",
@@ -46,11 +46,11 @@
4646
"eslint-plugin-import": "^2.32.0",
4747
"eslint-plugin-n": "^17.23.2",
4848
"eslint-plugin-promise": "^7.2.1",
49-
"eslint-plugin-vue": "^10.6.2",
49+
"eslint-plugin-vue": "^10.7.0",
5050
"neostandard": "^0.12.2",
51-
"stylelint": "^16.26.1",
51+
"stylelint": "^17.0.0",
5252
"stylelint-config-recommended-vue": "^1.6.1",
53-
"stylelint-config-standard-scss": "^16.0.0",
53+
"stylelint-config-standard-scss": "^17.0.0",
5454
"stylelint-no-unsupported-browser-features": "^8.0.5",
5555
"webpack-dev-server": "^5.2.3"
5656
},

0 commit comments

Comments
 (0)