Skip to content

Commit

Permalink
webapp: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Mar 1, 2024
1 parent 021d9b5 commit 3c2b350
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 163 deletions.
20 changes: 10 additions & 10 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,35 @@
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.2",
"bootstrap": "^5.3.3",
"bootstrap-icons-vue": "^1.11.3",
"mitt": "^3.0.1",
"sortablejs": "^1.15.2",
"spark-md5": "^3.0.2",
"vue": "^3.4.19",
"vue-i18n": "^9.9.1",
"vue-router": "^4.2.5"
"vue": "^3.4.21",
"vue-i18n": "^9.10.1",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@rushstack/eslint-patch": "^1.7.2",
"@tsconfig/node18": "^18.2.2",
"@types/bootstrap": "^5.2.10",
"@types/node": "^20.11.19",
"@types/node": "^20.11.24",
"@types/pulltorefreshjs": "^0.1.7",
"@types/sortablejs": "^1.15.8",
"@types/spark-md5": "^3.0.4",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.21.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.22.0",
"npm-run-all": "^4.1.5",
"pulltorefreshjs": "^0.1.22",
"sass": "^1.71.0",
"terser": "^5.27.2",
"sass": "^1.71.1",
"terser": "^5.28.1",
"typescript": "^5.3.3",
"vite": "^5.1.3",
"vite": "^5.1.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-css-injected-by-js": "^3.4.0",
"vue-tsc": "^1.8.27"
Expand Down
Loading

0 comments on commit 3c2b350

Please sign in to comment.