dep: package update
This commit is contained in:
+18
-24
@@ -22,10 +22,6 @@
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@babel/cli": "^7.18.10",
|
||||
"@babel/core": "^7.18.13",
|
||||
"@babel/preset-env": "^7.18.10",
|
||||
"@babel/preset-typescript": "^7.18.6",
|
||||
"@popperjs/core": "^2.11.6",
|
||||
"@tiptap/extension-color": "^2.0.0-beta.12",
|
||||
"@tiptap/extension-image": "^2.0.0-beta.30",
|
||||
@@ -35,20 +31,19 @@
|
||||
"@tiptap/extension-underline": "^2.0.0-beta.25",
|
||||
"@tiptap/starter-kit": "^2.0.0-beta.191",
|
||||
"@tiptap/vue-3": "^2.0.0-beta.96",
|
||||
"@types/bootstrap": "^5.2.3",
|
||||
"@types/chai": "^4.3.3",
|
||||
"@types/bootstrap": "^5.2.6",
|
||||
"@types/chai": "^4.3.4",
|
||||
"@types/downloadjs": "^1.4.3",
|
||||
"@types/jquery": "^3.5.14",
|
||||
"@types/jquery": "^3.5.16",
|
||||
"@types/linkifyjs": "^2.1.4",
|
||||
"@types/lodash": "^4.14.184",
|
||||
"@types/lodash-es": "^4.17.6",
|
||||
"@types/mocha": "^9.1.1",
|
||||
"@types/node": "^18.7.13",
|
||||
"@types/lodash-es": "^4.17.7",
|
||||
"@types/mocha": "^10.0.1",
|
||||
"@types/node": "^18.15.3",
|
||||
"@types/react": "file:hwe/ts/@types/types__react",
|
||||
"@types/select2": "^4.0.55",
|
||||
"@types/uuid": "^8.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.35.1",
|
||||
"@typescript-eslint/parser": "^5.35.1",
|
||||
"@types/uuid": "^9.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
||||
"@typescript-eslint/parser": "^5.55.0",
|
||||
"@vue/compiler-sfc": "^3.2.37",
|
||||
"@vue/eslint-config-typescript": "^11.0.2",
|
||||
"@vueuse/core": "^9.1.1",
|
||||
@@ -82,14 +77,13 @@
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-plugin-vue": "^9.9.0",
|
||||
"file-loader": "^6.2.0",
|
||||
"jquery": "^3.6.1",
|
||||
"jquery": "^3.6.4",
|
||||
"js-sha512": "^0.8.0",
|
||||
"ky": "^0.31.1",
|
||||
"ky": "^0.33.3",
|
||||
"linkifyjs": "^3.0",
|
||||
"lodash": "^4.17.21",
|
||||
"lodash-es": "^4.17.21",
|
||||
"mini-css-extract-plugin": "^2.6.1",
|
||||
"mocha": "^10.0.0",
|
||||
"mini-css-extract-plugin": "^2.7.5",
|
||||
"mocha": "^10.2.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"postcss-discard-duplicates": "^5.1.0",
|
||||
"postcss-import": "^15.1.0",
|
||||
@@ -98,8 +92,8 @@
|
||||
"prettier": "^2.8.4",
|
||||
"prettier-eslint": "^15.0.1",
|
||||
"query-string": "^7.1.1",
|
||||
"sass": "^1.54.5",
|
||||
"sass-loader": "^13.0.2",
|
||||
"sass": "^1.59.3",
|
||||
"sass-loader": "^13.2.1",
|
||||
"select2": "^4.0",
|
||||
"style-loader": "^3.3.2",
|
||||
"ts-node": "^10.9.1",
|
||||
@@ -112,11 +106,11 @@
|
||||
"vue-loader": "^17.0.1",
|
||||
"vue-multiselect": "^3.0.0-beta.1",
|
||||
"vue-style-loader": "^4.1.3",
|
||||
"vue-types": "^4.2.1",
|
||||
"vue-types": "^5.0.2",
|
||||
"vuedraggable": "^4.1.0",
|
||||
"webpack": "^5.74.0",
|
||||
"webpack-bundle-analyzer": "^4.6.1",
|
||||
"webpack-cli": "^4.10.0"
|
||||
"webpack-bundle-analyzer": "^4.8.0",
|
||||
"webpack-cli": "^5.0.1"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 3 versions",
|
||||
|
||||
Reference in New Issue
Block a user