Skip to content

Commit

Permalink
chore: update package.json files to use catalog protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Jan 9, 2025
1 parent def0cc4 commit 33b624d
Show file tree
Hide file tree
Showing 9 changed files with 251 additions and 176 deletions.
28 changes: 14 additions & 14 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"destr": "^2.0.3",
"headless-highlighter": "^0.0.0",
"nprogress": "^0.2.0",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^4.2.0",
"pinia": "catalog:",
"pinia-plugin-persistedstate": "catalog:",
"pkg-types": "^1.3.0",
"vue": "^3.5.13",
"vue-i18n": "^11.0.1",
"vue-router": "^4.5.0"
"vue": "catalog:",
"vue-i18n": "catalog:",
"vue-router": "catalog:"
},
"devDependencies": {
"@celeris/admin-api": "workspace:*",
Expand All @@ -54,15 +54,15 @@
"@celeris/hooks": "workspace:*",
"@celeris/types": "workspace:*",
"@celeris/vite": "workspace:*",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-dom": "^3.5.13",
"@vue/test-utils": "^2.4.6",
"jsdom": "^26.0.0",
"@vitejs/plugin-vue": "catalog:",
"@vue/compiler-dom": "catalog:",
"@vue/test-utils": "catalog:",
"jsdom": "catalog:",
"pnpm": "^9.15.3",
"typescript": "^5.7.3",
"unocss": "^0.65.4",
"vite": "^6.0.7",
"vitest": "^2.1.8",
"vue-tsc": "^2.2.0"
"typescript": "catalog:",
"unocss": "catalog:",
"vite": "catalog:",
"vitest": "catalog:",
"vue-tsc": "catalog:"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,32 +63,32 @@
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@kirklin/eslint-config": "^2.8.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.5",
"@types/fs-extra": "catalog:",
"@types/node": "catalog:",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-plugin": "^0.65.4",
"@vitest/coverage-v8": "^2.1.8",
"bumpp": "^9.10.0",
"cross-env": "^7.0.3",
"cross-env": "catalog:",
"directory-tree": "^3.5.2",
"dotenv": "^16.4.7",
"eslint": "^9.17.0",
"dotenv": "catalog:",
"eslint": "catalog:",
"eslint-plugin-format": "^1.0.1",
"esno": "^4.8.0",
"fs-extra": "^11.2.0",
"husky": "^9.1.7",
"husky": "catalog:",
"jsdom": "^26.0.0",
"lint-staged": "^15.3.0",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"rimraf": "catalog:",
"scripts": "workspace:*",
"taze": "^18.1.0",
"treeify": "^1.1.0",
"tsup": "^8.3.5",
"typescript": "^5.7.3",
"unbuild": "^3.2.0",
"vite": "^6.0.7",
"vitest": "^2.1.8"
"tsup": "catalog:",
"typescript": "catalog:",
"unbuild": "catalog:",
"vite": "catalog:",
"vitest": "catalog:"
},
"lint-staged": {
"**/*": "eslint --fix"
Expand Down
6 changes: 3 additions & 3 deletions packages/shared/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
},
"dependencies": {
"@celeris/utils": "workspace:*",
"vite": "^6.0.7"
"vite": "catalog:"
},
"devDependencies": {
"@celeris/styles": "workspace:*",
"@celeris/types": "workspace:*",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vitejs/plugin-vue-jsx": "catalog:",
"rollup-plugin-visualizer": "^5.14.0",
"typescript": "^5.7.3",
"typescript": "catalog:",
"unplugin-auto-import": "^19.0.0",
"unplugin-config": "^0.1.5",
"unplugin-vue-components": "^28.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/web/locale/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@celeris/hooks": "workspace:*",
"@celeris/utils": "workspace:*",
"iso-639-1": "^3.1.3",
"vue": "^3.5.13",
"vue-i18n": "^11.0.1"
"vue": "catalog:",
"vue-i18n": "catalog:"
}
}
4 changes: 2 additions & 2 deletions packages/web/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"scripts": {},
"peerDependencies": {
"unocss": "^0.61.0"
"unocss": "catalog:"
},
"dependencies": {
"@kirklin/reset-css": "^0.0.6",
Expand All @@ -26,6 +26,6 @@
"devDependencies": {
"@iconify/json": "^2.2.293",
"@iconify/vue": "4.1.2",
"unocss": "^0.65.4"
"unocss": "catalog:"
}
}
6 changes: 3 additions & 3 deletions packages/web/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@celeris/constants": "workspace:*"
},
"devDependencies": {
"pinia": "2.2.4",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
"pinia": "catalog:",
"vue": "catalog:",
"vue-router": "catalog:"
}
}
4 changes: 2 additions & 2 deletions packages/web/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@celeris/types": "workspace:*",
"@types/crypto-js": "^4.2.2",
"@types/lodash-es": "^4.17.12",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
"vue": "catalog:",
"vue-router": "catalog:"
}
}
Loading

0 comments on commit 33b624d

Please sign in to comment.