Skip to content

Commit

Permalink
webapp: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Oct 8, 2024
1 parent da9fb13 commit e3b66f7
Show file tree
Hide file tree
Showing 5 changed files with 2,799 additions and 2,732 deletions.
2 changes: 1 addition & 1 deletion webapp/env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// <reference types="vite/client" />

import { Router, Route } from 'vue-router'
declare module '@vue/runtime-core' {
declare module 'vue' {
interface ComponentCustomProperties {
$router: Router
$route: Route
Expand Down
6 changes: 3 additions & 3 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"sortablejs": "^1.15.3",
"spark-md5": "^3.0.2",
"vue": "^3.5.11",
"vue-i18n": "9.13.1",
"vue-i18n": "10.0.4",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@intlify/unplugin-vue-i18n": "^5.2.0",
"@tsconfig/node22": "^22.0.0",
"@types/bootstrap": "^5.2.10",
"@types/node": "^22.7.4",
Expand All @@ -39,7 +39,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"pulltorefreshjs": "^0.1.22",
"sass": "^1.77.6",
"sass": "=1.77.6",
"terser": "^5.34.1",
"typescript": "^5.6.2",
"vite": "^5.4.8",
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/emitter.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare module '@vue/runtime-core' {
declare module 'vue' {
interface ComponentCustomProperties {
$emitter: Emitter;
}
Expand Down
1 change: 0 additions & 1 deletion webapp/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export default defineConfig({
fullInstall: false,
forceStringify: true,
strictMessage: false,
jitCompilation: false,
}),
],
resolve: {
Expand Down
Loading

0 comments on commit e3b66f7

Please sign in to comment.