Skip to content

Commit

Permalink
feat: migrate to my-ua-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 9, 2025
1 parent 6562084 commit a290648
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 276 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"simple-git-hooks": "catalog:",
"taze": "catalog:",
"typescript": "catalog:",
"ua-parser-js": "catalog:",
"unimport": "catalog:",
"unocss": "catalog:",
"vite-hot-client": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/client/composables/dev-auth.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { devtoolsUiShowNotification } from '#imports'
import { until } from '@vueuse/core'
import { UAParser } from 'ua-parser-js'
import { UAParser } from 'my-ua-parser'
import { ref } from 'vue'
import { AuthConfirm } from './dialog'
import { rpc } from './rpc'
Expand Down
3 changes: 1 addition & 2 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
"@nuxt/test-utils": "catalog:",
"@parcel/watcher": "catalog:",
"@types/markdown-it-link-attributes": "catalog:",
"@types/ua-parser-js": "catalog:",
"@unocss/nuxt": "catalog:",
"@unocss/preset-icons": "catalog:",
"@unocss/preset-uno": "catalog:",
Expand All @@ -107,14 +106,14 @@
"json-editor-vue": "catalog:",
"markdown-it": "catalog:",
"markdown-it-link-attributes": "catalog:",
"my-ua-parser": "catalog:",
"nanoid": "catalog:",
"nitropack": "catalog:",
"nuxt": "catalog:",
"ofetch": "catalog:",
"quicktype-core": "catalog:",
"shiki": "catalog:",
"theme-vitesse": "catalog:",
"ua-parser-js": "catalog:",
"unocss": "catalog:",
"unplugin-vue-markdown": "catalog:",
"vanilla-jsoneditor": "catalog:",
Expand Down
Loading

0 comments on commit a290648

Please sign in to comment.