update dependencies

This commit is contained in:
Simon Vieille 2022-03-21 11:17:06 +01:00
parent 278037b4a4
commit 11903c9307

View file

@ -1,13 +1,27 @@
{
"name": "murph-project",
"version": "1.0.0",
"version": "1.0.1",
"description": "Murph is an open-source CMF built on top of Symfony that helps you to build your own CMS.",
"repository": {
"type": "git",
"url": "https://gitnet.fr/murph/murph-npm.git"
},
"license": "MIT",
"devDependencies": {
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"axios": "^0.21.1",
"bootstrap": "^4.3.1",
"chart.js": "^3.7.1",
"choices.js": "^9.0.1",
"flag-icon-css": "^3.5.0",
"jquery": "^3.6.0",
"popper.js": "^1.16.0",
"qrcodejs": "^1.0.0",
"sortablejs": "^1.14.0",
"tinymce": "^5.7.1",
"vanillajs-datepicker": "^1.1.2",
"vue": "^2.6.14",
"zxcvbn": "^4.4.2",
"@symfony/stimulus-bridge": "^2.0.0",
"@symfony/webpack-encore": "^1.0.0",
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
@ -27,21 +41,5 @@
"vue-loader": "^15.9.5",
"vue-template-compiler": "^2.6.14",
"webpack-notifier": "^1.6.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"axios": "^0.21.1",
"bootstrap": "^4.3.1",
"chart.js": "^3.7.1",
"choices.js": "^9.0.1",
"flag-icon-css": "^3.5.0",
"jquery": "^3.6.0",
"popper.js": "^1.16.0",
"qrcodejs": "^1.0.0",
"sortablejs": "^1.14.0",
"tinymce": "^5.7.1",
"vanillajs-datepicker": "^1.1.2",
"vue": "^2.6.14",
"zxcvbn": "^4.4.2"
}
}