Updated dependencies
This commit is contained in:
parent
9e20b84862
commit
62fd0a4e81
@ -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(
|
||||
|
@ -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
437
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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
1204
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user