Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #57 from ExpTechTW/chore/update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
whes1015 authored Mar 23, 2024
2 parents 63f7b94 + a31e525 commit a5ae412
Show file tree
Hide file tree
Showing 7 changed files with 884 additions and 868 deletions.
990 changes: 486 additions & 504 deletions package-lock.json

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,44 +12,44 @@
"prettier": "prettier --write ./src"
},
"dependencies": {
"@fontsource/lato": "^5.0.18",
"@fontsource/noto-sans-tc": "^5.0.17",
"@fontsource/open-sans": "^5.0.24",
"@tauri-apps/api": "^2.0.0-beta.1",
"@tauri-apps/plugin-autostart": "^2.0.0-beta.0",
"@tauri-apps/plugin-cli": "^2.0.0-beta.0",
"@tauri-apps/plugin-clipboard-manager": "^2.0.0-beta.0",
"@tauri-apps/plugin-fs": "^2.0.0-beta.0",
"@tauri-apps/plugin-http": "^2.0.0-beta.0",
"@tauri-apps/plugin-log": "^2.0.0-beta.0",
"@tauri-apps/plugin-shell": "^2.0.0-beta.0",
"@fontsource/lato": "^5.0.20",
"@fontsource/noto-sans-tc": "^5.0.18",
"@fontsource/open-sans": "^5.0.27",
"@tauri-apps/api": "^2.0.0-beta.6",
"@tauri-apps/plugin-autostart": "^2.0.0-beta.2",
"@tauri-apps/plugin-cli": "^2.0.0-beta.2",
"@tauri-apps/plugin-clipboard-manager": "^2.1.0-beta.0",
"@tauri-apps/plugin-fs": "^2.0.0-beta.2",
"@tauri-apps/plugin-http": "^2.0.0-beta.2",
"@tauri-apps/plugin-log": "^2.0.0-beta.2",
"@tauri-apps/plugin-shell": "^2.0.0-beta.2",
"chroma-js": "^2.4.2",
"events": "^3.3.0",
"jszip": "^3.10.1",
"maplibre-gl": "^4.0.2",
"material-symbols": "^0.15.0",
"primevue": "^3.48.1",
"vue": "^3.4.19",
"maplibre-gl": "^4.1.1",
"material-symbols": "^0.17.1",
"primevue": "^3.50.0",
"vue": "^3.4.21",
"ws": "^8.16.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0-beta.2",
"@tauri-apps/cli": "^2.0.0-beta.11",
"@types/chroma-js": "^2.4.4",
"@types/events": "^3.0.3",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/language-plugin-pug": "^1.8.27",
"eslint": "^8.56.0",
"@vue/language-plugin-pug": "^2.0.7",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.21.1",
"eslint-plugin-vue-pug": "^0.6.1",
"eslint-plugin-vue": "^9.23.0",
"eslint-plugin-vue-pug": "^0.6.2",
"prettier": "^3.2.5",
"pug": "^3.0.2",
"sass": "^1.71.0",
"typescript": "^5.3.3",
"vite": "^5.1.3",
"vue-tsc": "^1.8.27"
"sass": "^1.72.0",
"typescript": "^5.4.3",
"vite": "^5.2.4",
"vue-tsc": "^2.0.7"
}
}
Loading

0 comments on commit a5ae412

Please sign in to comment.