Skip to content

Commit

Permalink
webapp: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Nov 16, 2023
1 parent 6f685a4 commit 614c0a0
Show file tree
Hide file tree
Showing 3 changed files with 254 additions and 185 deletions.
7 changes: 4 additions & 3 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "opendtu",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
Expand All @@ -18,7 +19,7 @@
"sortablejs": "^1.15.0",
"spark-md5": "^3.0.2",
"vue": "^3.3.8",
"vue-i18n": "^9.6.5",
"vue-i18n": "^9.7.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand All @@ -29,7 +30,7 @@
"@types/node": "^20.9.0",
"@types/sortablejs": "^1.15.5",
"@types/spark-md5": "^3.0.4",
"@vitejs/plugin-vue": "^4.4.1",
"@vitejs/plugin-vue": "^4.5.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.53.0",
Expand All @@ -38,7 +39,7 @@
"sass": "^1.69.5",
"terser": "^5.24.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite": "^5.0.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-css-injected-by-js": "^3.3.0",
"vue-tsc": "^1.8.22"
Expand Down
2 changes: 1 addition & 1 deletion webapp/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import viteCompression from 'vite-plugin-compression';
import cssInjectedByJsPlugin from 'vite-plugin-css-injected-by-js'
import VueI18nPlugin from '@intlify/unplugin-vue-i18n/vite'

const path = require('path')
import path from 'path'

// example 'vite.user.ts': export const proxy_target = '192.168.16.107'
let proxy_target;
Expand Down
Loading

0 comments on commit 614c0a0

Please sign in to comment.