Update package.json

This commit is contained in:
Gamerboy59 2023-08-06 12:36:16 +02:00 committed by GitHub
parent e82941ba35
commit 72f22be781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,22 +11,22 @@
"build": "webpack --config webpack.config.js"
},
"devDependencies": {
"axios": "^0.21.4",
"bootstrap": "^5.2.3",
"axios": "^0.27.2",
"bootstrap": "^5.3.1",
"bootstrap-dark-5": "^1.1.3",
"bootstrap-data-table": "^1.0.0",
"datatables": "^1.10.18",
"datatables.net-bs": "^1.13.2",
"datatables.net-bs": "^1.13.6",
"font-awesome": "^4.7.0",
"jquery": "^3.6.3",
"jquery": "^3.7.0",
"laravel-mix": "^6.0.49",
"vue": "^2.7.14",
"vue-loader": "^17.0.1",
"vue-loader": "^17.2.2",
"vue-resource": "^1.5.3",
"vue-template-compiler": "^2.7.14"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.3.0",
"datatables.net-bs5": "^1.13.2"
"@fortawesome/fontawesome-free": "^6.4.2",
"datatables.net-bs5": "^1.13.6"
}
}