Updated dependencies

This commit is contained in:
Jeroen De Meerleer 2022-07-28 15:38:58 +02:00
parent 9e20b84862
commit 62fd0a4e81
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
6 changed files with 882 additions and 770 deletions

View File

@ -1,5 +1,6 @@
@import "/node_modules/bootstrap/scss/functions";
@import "/node_modules/bootstrap/scss/variables";
@import "/node_modules/bootstrap/scss/maps";
@import "/node_modules/bootstrap/scss/utilities";
$utilities: map-merge(

View File

@ -8,7 +8,7 @@
"ext-ctype": "*",
"ext-iconv": "*",
"erusev/parsedown": "^1.7",
"pentatrion/vite-bundle": "^1.2",
"pentatrion/vite-bundle": "^v2.0",
"symfony/console": "6.0.*",
"symfony/dotenv": "6.0.*",
"symfony/flex": "^2",

437
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@ services:
- '../src/DependencyInjection/'
- '../src/Entity/'
- '../src/Kernel.php'
App\EventListener\ExceptionListener:
App\EventSubscriber\ExceptionListener:
tags:
- { name: kernel.event_listener, event: kernel.exception }

1204
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.1.3",
"bootstrap": "^5.2.0",
"js-cookie": "^3.0.1"
},
"devDependencies": {
"sass": "^1.45.2",
"sass-loader": "^12.4.0",
"vite": "~2.8",
"vite-plugin-symfony": "^0.3.0"
"vite": "~3.0",
"vite-plugin-symfony": "^0.4"
},
"scripts": {
"watch": "vite build --minify=false --sourcemap --watch",