Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-holder-revvity committed Aug 30, 2024
1 parent 4fe3cf9 commit 3e41ec6
Show file tree
Hide file tree
Showing 3 changed files with 343 additions and 372 deletions.
38 changes: 18 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@
},
"homepage": "https://github.com/6XGate/bridgecmdr#readme",
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"@intlify/core-base": "^9.14.0",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@mdi/js": "^7.4.47",
Expand All @@ -72,28 +70,28 @@
"@tsconfig/strictest": "^2.0.5",
"@types/abstract-leveldown": "^7.2.5",
"@types/duplexify": "^3.6.4",
"@types/eslint": "^8.56.11",
"@types/eslint": "^8.56.12",
"@types/ini": "^4.1.1",
"@types/level": "^6.0.3",
"@types/levelup": "^5.1.5",
"@types/node": "^20.14.15",
"@types/node": "^20.16.2",
"@types/pouchdb-core": "^7.0.15",
"@types/pouchdb-find": "^7.3.3",
"@types/setimmediate": "^1.0.4",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@vitejs/plugin-vue": "^5.1.2",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitest/coverage-v8": "^2.0.5",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^11.0.0",
"@vueuse/shared": "^11.0.0",
"@zip.js/zip.js": "^2.7.48",
"@vueuse/core": "^11.0.3",
"@vueuse/shared": "^11.0.3",
"@zip.js/zip.js": "^2.7.52",
"abstract-leveldown": "^7.2.0",
"assert": "^2.1.0",
"auto-bind": "^5.0.1",
Expand All @@ -102,25 +100,25 @@
"electron": "^31.4.0",
"electron-builder": "^24.13.3",
"electron-unhandled": "^5.0.0",
"electron-updater": "^6.3.3",
"electron-updater": "^6.3.4",
"electron-vite": "^2.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-vue": "^9.27.0",
"events": "^3.3.0",
"execa": "^9.3.1",
"husky": "^9.1.4",
"husky": "^9.1.5",
"ini": "^4.1.3",
"levelup": "^5.1.1",
"mime": "^4.0.4",
"multileveldown": "^5.0.1",
"npm-check-updates": "^17.0.6",
"npm-check-updates": "^17.1.0",
"npm-run-all2": "^6.2.2",
"pinia": "^2.2.2",
"pouchdb-adapter-leveldb-core": "^9.0.0",
Expand All @@ -131,24 +129,24 @@
"sass": "^1.77.8",
"setimmediate": "^1.0.5",
"stream-browserify": "^3.0.0",
"tslib": "^2.6.3",
"type-fest": "^4.25.0",
"tslib": "^2.7.0",
"type-fest": "^4.26.0",
"typed-emitter": "^2.1.0",
"typescript": "^5.5.4",
"typescript-eslint-parser-for-extra-files": "^0.7.0",
"util": "^0.12.5",
"uuid": "^10.0.0",
"vite": "^5.4.1",
"vite-plugin-vue-devtools": "^7.3.8",
"vite": "^5.4.2",
"vite-plugin-vue-devtools": "^7.3.9",
"vite-plugin-vuetify": "^2.0.4",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5",
"vue": "^3.4.38",
"vue-eslint-parser": "^9.4.3",
"vue-i18n": "^9.14.0",
"vue-router": "^4.4.3",
"vue-tsc": "^2.0.29",
"vuetify": "^3.7.0",
"vue-tsc": "^2.1.2",
"vuetify": "^3.7.1",
"xdg-basedir": "^5.1.0",
"zod": "^3.23.8"
},
Expand Down
1 change: 0 additions & 1 deletion src/renderer/components/DropMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { get } from 'radash'
import { computed, ref, watch, unref } from 'vue'
import type { Anchor, Origin, SelectItemKey } from '../helpers/vuetify'
import type { ComponentPublicInstance } from 'vue'
import type { VListItem } from 'vuetify/components'
interface Props {
// Activator attachment
Expand Down
Loading

0 comments on commit 3e41ec6

Please sign in to comment.