UPDATED DEPENDENCIES

This commit is contained in:
Jeroen De Meerleer 2023-04-25 15:16:13 +02:00
parent f1ac70f96b
commit 6962d85075
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
3 changed files with 768 additions and 1578 deletions

View File

@ -4,7 +4,7 @@
"minimum-stability": "stable", "minimum-stability": "stable",
"prefer-stable": true, "prefer-stable": true,
"require": { "require": {
"php": ">=8.0.2", "php": ">=8.1",
"ext-ctype": "*", "ext-ctype": "*",
"ext-iconv": "*", "ext-iconv": "*",
"erusev/parsedown": "^1.7", "erusev/parsedown": "^1.7",
@ -14,7 +14,7 @@
"symfony/framework-bundle": "^6.2", "symfony/framework-bundle": "^6.2",
"symfony/runtime": "^6.2", "symfony/runtime": "^6.2",
"symfony/twig-bundle": "^6.2", "symfony/twig-bundle": "^6.2",
"symfony/webpack-encore-bundle": "^1.15", "symfony/webpack-encore-bundle": "^v1.16",
"symfony/yaml": "^6.2" "symfony/yaml": "^6.2"
}, },
"config": { "config": {

2332
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,13 +11,13 @@
"js-cookie": "^3.0" "js-cookie": "^3.0"
}, },
"devDependencies": { "devDependencies": {
"@symfony/webpack-encore": "^4.2", "@symfony/webpack-encore": "^4.3",
"sass": "^1.57", "core-js": "^3.30",
"sass-loader": "^13.2", "sass": "^1.62",
"core-js": "^3.27" "sass-loader": "^13.2"
}, },
"scripts": { "scripts": {
"watch" : "encore dev --watch", "watch": "encore dev --watch",
"build-dev": "encore dev", "build-dev": "encore dev",
"build": "encore prod" "build": "encore prod"
}, },