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 12, 2024
1 parent 103207c commit 57a997b
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 125 deletions.
16 changes: 8 additions & 8 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,27 @@
"vue-router": "^4.3.0"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@intlify/unplugin-vue-i18n": "^3.0.1",
"@rushstack/eslint-patch": "^1.7.2",
"@tsconfig/node18": "^18.2.2",
"@types/bootstrap": "^5.2.10",
"@types/node": "^20.11.24",
"@types/node": "^20.11.26",
"@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/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.22.0",
"eslint-plugin-vue": "^9.23.0",
"npm-run-all": "^4.1.5",
"pulltorefreshjs": "^0.1.22",
"sass": "^1.71.1",
"terser": "^5.28.1",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"terser": "^5.29.1",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-css-injected-by-js": "^3.4.0",
"vue-tsc": "^2.0.4"
"vue-tsc": "^2.0.6"
}
}
1 change: 1 addition & 0 deletions webapp/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default defineConfig({
fullInstall: false,
forceStringify: true,
strictMessage: false,
jitCompilation: false,
}),
],
resolve: {
Expand Down
Loading

0 comments on commit 57a997b

Please sign in to comment.