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",
"prefer-stable": true,
"require": {
"php": ">=8.0.2",
"php": ">=8.1",
"ext-ctype": "*",
"ext-iconv": "*",
"erusev/parsedown": "^1.7",
@ -14,7 +14,7 @@
"symfony/framework-bundle": "^6.2",
"symfony/runtime": "^6.2",
"symfony/twig-bundle": "^6.2",
"symfony/webpack-encore-bundle": "^1.15",
"symfony/webpack-encore-bundle": "^v1.16",
"symfony/yaml": "^6.2"
},
"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"
},
"devDependencies": {
"@symfony/webpack-encore": "^4.2",
"sass": "^1.57",
"sass-loader": "^13.2",
"core-js": "^3.27"
"@symfony/webpack-encore": "^4.3",
"core-js": "^3.30",
"sass": "^1.62",
"sass-loader": "^13.2"
},
"scripts": {
"watch" : "encore dev --watch",
"watch": "encore dev --watch",
"build-dev": "encore dev",
"build": "encore prod"
},