UPDATED DEPENDENCIES

This commit is contained in:
Jeroen De Meerleer 2023-01-27 09:58:38 +01:00
parent 606b962d63
commit cccd0d28a9
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
4 changed files with 2845 additions and 2147 deletions

View File

@ -8,14 +8,14 @@
"ext-ctype": "*",
"ext-iconv": "*",
"erusev/parsedown": "^1.7",
"symfony/console": "6.0.*",
"symfony/dotenv": "6.0.*",
"symfony/flex": "^2",
"symfony/framework-bundle": "6.0.*",
"symfony/runtime": "6.0.*",
"symfony/twig-bundle": "6.0.*",
"symfony/console": "^6.2",
"symfony/dotenv": "^6.2",
"symfony/flex": "^2.2",
"symfony/framework-bundle": "^6.2",
"symfony/runtime": "^6.2",
"symfony/twig-bundle": "^6.2",
"symfony/webpack-encore-bundle": "^1.15",
"symfony/yaml": "6.0.*"
"symfony/yaml": "^6.2"
},
"config": {
"allow-plugins": {
@ -65,7 +65,7 @@
"extra": {
"symfony": {
"allow-contrib": true,
"require": "6.0.*"
"require": "^6.2"
}
}
}

641
composer.lock generated

File diff suppressed because it is too large Load Diff

4323
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,14 +7,14 @@
"lib": "lib"
},
"dependencies": {
"bootstrap": "^5.2.0",
"js-cookie": "^3.0.1"
"bootstrap": "^5.2",
"js-cookie": "^3.0"
},
"devDependencies": {
"@symfony/webpack-encore": "^3.1.0",
"sass": "^1.45.2",
"sass-loader": "^13.0",
"core-js": "^3.24"
"@symfony/webpack-encore": "^4.2",
"sass": "^1.57",
"sass-loader": "^13.2",
"core-js": "^3.27"
},
"scripts": {
"watch" : "encore dev --watch",