Skip to content

Commit

Permalink
webapp: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Jul 10, 2023
1 parent fe3d658 commit 99b3165
Show file tree
Hide file tree
Showing 2 changed files with 274 additions and 264 deletions.
18 changes: 9 additions & 9 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,33 @@
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.0",
"bootstrap-icons-vue": "^1.10.3",
"mitt": "^3.0.0",
"mitt": "^3.0.1",
"sortablejs": "^1.15.0",
"spark-md5": "^3.0.2",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.2"
"vue-router": "^4.2.4"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@intlify/unplugin-vue-i18n": "^0.12.2",
"@rushstack/eslint-patch": "^1.3.2",
"@tsconfig/node18": "^18.2.0",
"@types/bootstrap": "^5.2.6",
"@types/node": "^20.3.2",
"@types/node": "^20.4.1",
"@types/sortablejs": "^1.15.1",
"@types/spark-md5": "^3.0.2",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"eslint-plugin-vue": "^9.15.1",
"npm-run-all": "^4.1.5",
"sass": "^1.63.6",
"terser": "^5.18.2",
"typescript": "^5.1.5",
"vite": "^4.3.9",
"typescript": "^5.1.6",
"vite": "^4.4.2",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-css-injected-by-js": "^3.1.2",
"vue-tsc": "^1.8.3"
"vite-plugin-css-injected-by-js": "^3.2.0",
"vue-tsc": "^1.8.4"
}
}
Loading

0 comments on commit 99b3165

Please sign in to comment.