UPDATED DEPENDENCIES
This commit is contained in:
parent
f1ac70f96b
commit
6962d85075
@ -4,7 +4,7 @@
|
|||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.0.2",
|
"php": ">=8.1",
|
||||||
"ext-ctype": "*",
|
"ext-ctype": "*",
|
||||||
"ext-iconv": "*",
|
"ext-iconv": "*",
|
||||||
"erusev/parsedown": "^1.7",
|
"erusev/parsedown": "^1.7",
|
||||||
@ -14,7 +14,7 @@
|
|||||||
"symfony/framework-bundle": "^6.2",
|
"symfony/framework-bundle": "^6.2",
|
||||||
"symfony/runtime": "^6.2",
|
"symfony/runtime": "^6.2",
|
||||||
"symfony/twig-bundle": "^6.2",
|
"symfony/twig-bundle": "^6.2",
|
||||||
"symfony/webpack-encore-bundle": "^1.15",
|
"symfony/webpack-encore-bundle": "^v1.16",
|
||||||
"symfony/yaml": "^6.2"
|
"symfony/yaml": "^6.2"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
2324
package-lock.json
generated
2324
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -11,10 +11,10 @@
|
|||||||
"js-cookie": "^3.0"
|
"js-cookie": "^3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@symfony/webpack-encore": "^4.2",
|
"@symfony/webpack-encore": "^4.3",
|
||||||
"sass": "^1.57",
|
"core-js": "^3.30",
|
||||||
"sass-loader": "^13.2",
|
"sass": "^1.62",
|
||||||
"core-js": "^3.27"
|
"sass-loader": "^13.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"watch": "encore dev --watch",
|
"watch": "encore dev --watch",
|
||||||
|
Loading…
Reference in New Issue
Block a user