Skip to content

Commit

Permalink
Migrate to catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Mar 4, 2025
1 parent ee7a596 commit a4b6df1
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 18 deletions.
14 changes: 7 additions & 7 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
"wxt": ">=0.19.23"
},
"devDependencies": {
"@aklinker1/check": "^1.4.5",
"@types/chrome": "^0.0.268",
"@types/ua-parser-js": "^0.7.39",
"publint": "^0.2.12",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"@aklinker1/check": "catalog:",
"@types/chrome": "catalog:",
"@types/ua-parser-js": "catalog:",
"publint": "catalog:",
"typescript": "catalog:",
"unbuild": "catalog:",
"wxt": "workspace:*"
},
"dependencies": {
"ua-parser-js": "^1.0.38"
"ua-parser-js": "catalog:"
}
}
29 changes: 18 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ catalog:
'@types/prompts': ^2.4.9
'@types/react': ^19.0.1
'@types/react-dom': ^19.0.2
'@types/ua-parser-js': ^0.7.39
'@types/webextension-polyfill': ^0.12.1
'@vitejs/plugin-react': ^4.3.4
'@vitejs/plugin-vue': ^5.2.1
Expand Down Expand Up @@ -90,6 +91,7 @@ catalog:
typedoc-plugin-markdown: 4.0.0-next.23
typedoc-vitepress-theme: 1.0.0-next.3
typescript: ^5.6.3
ua-parser-js: ^1.0.40
unbuild: ^3.5.0
unimport: ^3.13.1
unocss: ^0.64.0 || ^0.65.0 || ^65.0.0 ||^66.0.0
Expand Down

0 comments on commit a4b6df1

Please sign in to comment.