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/functions";
@import "/node_modules/bootstrap/scss/variables"; @import "/node_modules/bootstrap/scss/variables";
@import "/node_modules/bootstrap/scss/maps";
@import "/node_modules/bootstrap/scss/utilities"; @import "/node_modules/bootstrap/scss/utilities";
$utilities: map-merge( $utilities: map-merge(

View File

@ -8,7 +8,7 @@
"ext-ctype": "*", "ext-ctype": "*",
"ext-iconv": "*", "ext-iconv": "*",
"erusev/parsedown": "^1.7", "erusev/parsedown": "^1.7",
"pentatrion/vite-bundle": "^1.2", "pentatrion/vite-bundle": "^v2.0",
"symfony/console": "6.0.*", "symfony/console": "6.0.*",
"symfony/dotenv": "6.0.*", "symfony/dotenv": "6.0.*",
"symfony/flex": "^2", "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/DependencyInjection/'
- '../src/Entity/' - '../src/Entity/'
- '../src/Kernel.php' - '../src/Kernel.php'
App\EventListener\ExceptionListener: App\EventSubscriber\ExceptionListener:
tags: tags:
- { name: kernel.event_listener, event: kernel.exception } - { 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" "lib": "lib"
}, },
"dependencies": { "dependencies": {
"bootstrap": "^5.1.3", "bootstrap": "^5.2.0",
"js-cookie": "^3.0.1" "js-cookie": "^3.0.1"
}, },
"devDependencies": { "devDependencies": {
"sass": "^1.45.2", "sass": "^1.45.2",
"sass-loader": "^12.4.0", "sass-loader": "^12.4.0",
"vite": "~2.8", "vite": "~3.0",
"vite-plugin-symfony": "^0.3.0" "vite-plugin-symfony": "^0.4"
}, },
"scripts": { "scripts": {
"watch": "vite build --minify=false --sourcemap --watch", "watch": "vite build --minify=false --sourcemap --watch",