Skip to content

Commit

Permalink
Chore: Use catalogs to manage versions of common dependencies (#2812)
Browse files Browse the repository at this point in the history
Co-authored-by: AdrianGonz97 <[email protected]>
Co-authored-by: endigo9740 <[email protected]>
  • Loading branch information
3 people authored Aug 16, 2024
1 parent 4ec196e commit 3dfbaff
Show file tree
Hide file tree
Showing 14 changed files with 425 additions and 461 deletions.
62 changes: 31 additions & 31 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"create-skeleton-app": "0.0.53",
"@skeletonlabs/skeleton": "2.10.0",
"@skeletonlabs/skeleton-react": "0.0.0",
"@skeletonlabs/skeleton-svelte": "0.0.0",
"vite-plugin-tw-plugin-watcher": "0.0.0",
"next.skeleton.dev": "0.0.1",
"skeleton.dev": "1.0.1",
"themes.skeleton.dev": "0.0.1"
},
"changesets": [
"chilled-comics-hear",
"chilled-trainers-drop",
"clever-carpets-own",
"gentle-ants-compare",
"late-beers-bow",
"lovely-dingos-join",
"mean-schools-double",
"nasty-chefs-build",
"shaggy-impalas-press",
"shy-papayas-behave",
"six-tables-warn",
"sixty-jeans-drop",
"small-ways-jump",
"stale-poets-sell",
"strong-tables-whisper",
"tiny-icons-beam",
"tricky-cycles-admire"
]
"mode": "pre",
"tag": "next",
"initialVersions": {
"create-skeleton-app": "0.0.53",
"@skeletonlabs/skeleton": "2.10.0",
"@skeletonlabs/skeleton-react": "0.0.0",
"@skeletonlabs/skeleton-svelte": "0.0.0",
"vite-plugin-tw-plugin-watcher": "0.0.0",
"next.skeleton.dev": "0.0.1",
"skeleton.dev": "1.0.1",
"themes.skeleton.dev": "0.0.1"
},
"changesets": [
"chilled-comics-hear",
"chilled-trainers-drop",
"clever-carpets-own",
"gentle-ants-compare",
"late-beers-bow",
"lovely-dingos-join",
"mean-schools-double",
"nasty-chefs-build",
"shaggy-impalas-press",
"shy-papayas-behave",
"six-tables-warn",
"sixty-jeans-drop",
"small-ways-jump",
"stale-poets-sell",
"strong-tables-whisper",
"tiny-icons-beam",
"tricky-cycles-admire"
]
}
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,5 @@
"rimraf": "^5.0.5",
"shelljs": "^0.8.5"
},
"engines": {
"pnpm": ">=9.2.0"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]"
}
18 changes: 9 additions & 9 deletions packages/skeleton-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"!./dist/schemas.d.ts"
],
"dependencies": {
"@zag-js/accordion": "^0.65.0",
"@zag-js/avatar": "^0.65.0",
"@zag-js/progress": "^0.65.0",
"@zag-js/radio-group": "^0.65.0",
"@zag-js/rating-group": "^0.65.0",
"@zag-js/react": "^0.65.0",
"@zag-js/switch": "^0.65.0",
"@zag-js/tabs": "^0.65.0",
"@zag-js/accordion": "catalog:",
"@zag-js/avatar": "catalog:",
"@zag-js/progress": "catalog:",
"@zag-js/radio-group": "catalog:",
"@zag-js/rating-group": "catalog:",
"@zag-js/react": "catalog:",
"@zag-js/switch": "catalog:",
"@zag-js/tabs": "catalog:",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand All @@ -66,7 +66,7 @@
"postcss": "^8.4.39",
"react-router-dom": "^6.25.1",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3",
"typescript": "catalog:",
"typescript-json-schema": "^0.63.0",
"vite": "^5.3.4",
"vite-plugin-remix-router": "^2.0.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/skeleton-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"./dist/**/*.d.cts"
],
"dependencies": {
"@zag-js/accordion": "^0.65.0",
"@zag-js/avatar": "^0.65.0",
"@zag-js/progress": "^0.65.0",
"@zag-js/radio-group": "^0.65.0",
"@zag-js/accordion": "catalog:",
"@zag-js/avatar": "catalog:",
"@zag-js/progress": "catalog:",
"@zag-js/radio-group": "catalog:",
"@zag-js/rating-group": "0.65.0",
"@zag-js/svelte": "^0.65.0",
"@zag-js/switch": "^0.65.0",
"@zag-js/tabs": "^0.65.0"
"@zag-js/svelte": "catalog:",
"@zag-js/switch": "catalog:",
"@zag-js/tabs": "catalog:"
},
"peerDependencies": {
"svelte": "^5.0.0-next.193"
Expand All @@ -67,7 +67,7 @@
"svelte-check": "^3.8.4",
"tailwindcss": "^3.4.6",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"typescript": "catalog:",
"vite": "^5.3.4",
"vite-plugin-tw-plugin-watcher": "workspace:*",
"vitest": "^1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/skeleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"tslib": "2.5.3",
"tsup": "^6.7.0",
"tsx": "^4.16.2",
"typescript": "5.0.3"
"typescript": "catalog:"
},
"dependencies": {
"postcss-js": "4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/skeleton/src/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"noEmit": true,
"lib": ["ES2022"],
"target": "ES2022",
"module": "ESNext", // error can be ignored
"module": "NodeNext",
"moduleResolution": "NodeNext",
"typeRoots": ["../../node_modules/@types"]
},
Expand Down
Loading

0 comments on commit 3dfbaff

Please sign in to comment.