diff --git a/package.json b/package.json index 0ef86497..06299876 100644 --- a/package.json +++ b/package.json @@ -23,13 +23,13 @@ "@types/linkifyjs": "^2.1.4", "@types/select2": "^4.0.54", "@types/summernote": "^0.8.6", - "async-validator": "^4.0.2", + "async-validator": "^4.0.3", "axios": "^0.21.1", "bootstrap": "^4.6.0", - "core-js": "^3.16.3", + "bootstrap5": "npm:bootstrap@^5.1.0", + "core-js": "^3.17.1", "date-fns": "^2.23.0", "downloadjs": "^1.4.7", - "file-loader": "^6.2.0", "jquery": "^3.6.0", "js-sha512": "^0.8.0", "linkifyjs": "^2.1", @@ -37,35 +37,38 @@ "query-string": "^7.0.1", "select2": "^4.0", "summernote": "^0.8.18", - "url-loader": "^4.1.1", - "vue": "^3.2.2" + "vue": "^3.2.2", + "vue-multiselect": "^3.0.0-alpha.2", + "vuedraggable": "^4.1.0" }, "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.15.0", "@babel/preset-env": "^7.15.0", "@babel/preset-typescript": "^7.15.0", - "@types/bootstrap": "^4.6.1", + "@types/bootstrap": "^5.1.2", "@types/jquery": "^3.5.6", "@types/lodash": "^4.14.172", - "@typescript-eslint/eslint-plugin": "^4.29.3", - "@typescript-eslint/parser": "^4.29.3", - "@vue/compiler-sfc": "^3.2.6", + "@typescript-eslint/eslint-plugin": "^4.30.0", + "@typescript-eslint/parser": "^4.30.0", + "@vue/compiler-sfc": "^3.2.7", "babel-loader": "^8.2.2", "babel-plugin-lodash": "^3.3.4", "babel-preset-modern-browsers": "^15.0.2", "css-loader": "^6.2.0", "eslint": "^7.32.0", - "mini-css-extract-plugin": "^2.2.0", + "file-loader": "^6.2.0", + "mini-css-extract-plugin": "^2.2.2", "pre-commit": "^1.2.2", - "sass": "^1.38.2", + "sass": "^1.39.0", "sass-loader": "^12.1.0", "style-loader": "^3.2.1", "ts-loader": "^9.2.5", "typescript": "^4.4.2", + "url-loader": "^4.1.1", "vue-loader": "^16.5.0", "vue-style-loader": "^4.1.3", - "webpack": "^5.51.1", + "webpack": "^5.51.2", "webpack-bundle-analyzer": "^4.4.2", "webpack-cli": "^4.8.0" },