Skip to content

Commit c684d7d

Browse files
committed
chore(deps): migrate to catalogs
1 parent deda1f7 commit c684d7d

File tree

12 files changed

+1784
-1426
lines changed

12 files changed

+1784
-1426
lines changed

.typesyncrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"ignorePackages": ["codemirror"]
3+
}

apps/gpa-calculator/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -30,32 +30,32 @@
3030
"defaults"
3131
],
3232
"dependencies": {
33-
"html-template-tag": "^4.1.1",
34-
"idb-keyval": "^6.2.1",
35-
"typed-query-selector": "^2.12.0",
36-
"unstorage": "^1.14.4",
37-
"zod": "^3.24.1"
33+
"html-template-tag": "catalog:",
34+
"idb-keyval": "catalog:",
35+
"typed-query-selector": "catalog:",
36+
"unstorage": "catalog:",
37+
"zod": "catalog:"
3838
},
3939
"devDependencies": {
4040
"@psdtools/tsconfig": "workspace:^",
41-
"@tailwindcss/vite": "4.0.2",
42-
"@total-typescript/ts-reset": "^0.6.1",
43-
"@vite-pwa/assets-generator": "^0.2.6",
44-
"browserslist": "^4.24.4",
45-
"browserslist-to-esbuild": "^2.1.1",
41+
"@tailwindcss/vite": "catalog:",
42+
"@total-typescript/ts-reset": "catalog:",
43+
"@vite-pwa/assets-generator": "catalog:",
44+
"browserslist": "catalog:",
45+
"browserslist-to-esbuild": "catalog:",
4646
"deputy": "workspace:^",
47-
"eslint": "^9.19.0",
48-
"fontaine": "^0.5.0",
49-
"jiti": "^2.4.2",
50-
"lightningcss": "^1.29.1",
51-
"tailwindcss": "4.0.2",
52-
"typescript": "~5.7.3",
53-
"vite": "^6.0.11",
54-
"vite-plugin-html-minifier": "^1.0.5",
55-
"vite-plugin-pwa": "^0.21.1",
56-
"workbox-build": "^7.3.0",
57-
"workbox-core": "^7.3.0",
58-
"workbox-precaching": "^7.3.0",
59-
"workbox-window": "^7.3.0"
47+
"eslint": "catalog:",
48+
"fontaine": "catalog:",
49+
"jiti": "catalog:",
50+
"lightningcss": "catalog:",
51+
"tailwindcss": "catalog:",
52+
"typescript": "catalog:",
53+
"vite": "catalog:",
54+
"vite-plugin-html-minifier": "catalog:",
55+
"vite-plugin-pwa": "catalog:",
56+
"workbox-build": "catalog:",
57+
"workbox-core": "catalog:",
58+
"workbox-precaching": "catalog:",
59+
"workbox-window": "catalog:"
6060
}
6161
}

apps/petal-notes/package.json

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -21,57 +21,57 @@
2121
"defaults"
2222
],
2323
"dependencies": {
24-
"@codemirror/autocomplete": "^6.18.6",
25-
"@codemirror/commands": "^6.8.0",
26-
"@codemirror/lang-markdown": "^6.3.2",
27-
"@codemirror/language": "^6.10.8",
28-
"@codemirror/language-data": "^6.5.1",
29-
"@codemirror/search": "^6.5.9",
30-
"@codemirror/state": "^6.5.1",
31-
"@codemirror/view": "^6.36.2",
32-
"@lezer-unofficial/printer": "^1.0.1",
33-
"@lezer/highlight": "^1.2.1",
34-
"@lezer/markdown": "^1.4.1",
35-
"codemirror": "^6.0.1",
36-
"hypermd": "https://pkg.pr.new/jsimonrichard/HyperMD/hypermd@9c02ff2"
24+
"@codemirror/autocomplete": "catalog:",
25+
"@codemirror/commands": "catalog:",
26+
"@codemirror/lang-markdown": "catalog:",
27+
"@codemirror/language": "catalog:",
28+
"@codemirror/language-data": "catalog:",
29+
"@codemirror/search": "catalog:",
30+
"@codemirror/state": "catalog:",
31+
"@codemirror/view": "catalog:",
32+
"@lezer-unofficial/printer": "catalog:",
33+
"@lezer/highlight": "catalog:",
34+
"@lezer/markdown": "catalog:",
35+
"codemirror": "catalog:",
36+
"hypermd": "catalog:"
3737
},
3838
"devDependencies": {
39-
"@chromatic-com/storybook": "^3.2.4",
39+
"@chromatic-com/storybook": "catalog:",
4040
"@psdtools/tsconfig": "workspace:^",
41-
"@storybook/addon-a11y": "^8.5.2",
42-
"@storybook/addon-designs": "^8.1.0",
43-
"@storybook/addon-essentials": "^8.5.2",
44-
"@storybook/addon-svelte-csf": "=5.0.0-next.23",
45-
"@storybook/blocks": "^8.5.2",
46-
"@storybook/experimental-addon-test": "^8.5.2",
47-
"@storybook/svelte": "^8.5.2",
48-
"@storybook/sveltekit": "^8.5.2",
49-
"@storybook/test": "^8.5.2",
50-
"@sveltejs/adapter-static": "^3.0.8",
51-
"@sveltejs/kit": "^2.16.1",
52-
"@sveltejs/vite-plugin-svelte": "^5.0.3",
53-
"@tailwindcss/forms": "^0.5.10",
54-
"@tailwindcss/typography": "^0.5.16",
55-
"@tailwindcss/vite": "4.0.2",
56-
"@total-typescript/ts-reset": "^0.6.1",
57-
"@types/react": "^19.0.8",
58-
"@vitest/browser": "^3.0.4",
59-
"@vitest/coverage-v8": "^3.0.4",
60-
"browserslist": "^4.24.4",
61-
"browserslist-to-esbuild": "^2.1.1",
62-
"chromatic": "^11.25.2",
41+
"@storybook/addon-a11y": "catalog:",
42+
"@storybook/addon-designs": "catalog:",
43+
"@storybook/addon-essentials": "catalog:",
44+
"@storybook/addon-svelte-csf": "catalog:",
45+
"@storybook/blocks": "catalog:",
46+
"@storybook/experimental-addon-test": "catalog:",
47+
"@storybook/svelte": "catalog:",
48+
"@storybook/sveltekit": "catalog:",
49+
"@storybook/test": "catalog:",
50+
"@sveltejs/adapter-static": "catalog:",
51+
"@sveltejs/kit": "catalog:",
52+
"@sveltejs/vite-plugin-svelte": "catalog:",
53+
"@tailwindcss/forms": "catalog:",
54+
"@tailwindcss/typography": "catalog:",
55+
"@tailwindcss/vite": "catalog:",
56+
"@total-typescript/ts-reset": "catalog:",
57+
"@types/react": "catalog:",
58+
"@vitest/browser": "catalog:",
59+
"@vitest/coverage-v8": "catalog:",
60+
"browserslist": "catalog:",
61+
"browserslist-to-esbuild": "catalog:",
62+
"chromatic": "catalog:",
6363
"deputy": "workspace:^",
64-
"eslint": "^9.19.0",
65-
"jiti": "^2.4.2",
66-
"lightningcss": "^1.29.1",
67-
"playwright": "^1.50.1",
68-
"storybook": "^8.5.2",
69-
"svelte": "^5.19.6",
70-
"svelte-check": "^4.1.4",
71-
"tailwindcss": "4.0.2",
72-
"typescript": "~5.7.3",
73-
"vite": "^6.0.11",
74-
"vitest": "^3.0.4",
75-
"vitest-browser-svelte": "^0.1.0"
64+
"eslint": "catalog:",
65+
"jiti": "catalog:",
66+
"lightningcss": "catalog:",
67+
"playwright": "catalog:",
68+
"storybook": "catalog:",
69+
"svelte": "catalog:",
70+
"svelte-check": "catalog:",
71+
"tailwindcss": "catalog:",
72+
"typescript": "catalog:",
73+
"vite": "catalog:",
74+
"vitest": "catalog:",
75+
"vitest-browser-svelte": "catalog:"
7676
}
7777
}

apps/phs-map/package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -30,36 +30,36 @@
3030
"defaults"
3131
],
3232
"dependencies": {
33-
"@fortawesome/fontawesome-svg-core": "^6.7.2",
34-
"@fortawesome/free-solid-svg-icons": "^6.7.2",
35-
"html-template-tag": "^4.1.1",
36-
"idb-keyval": "^6.2.1",
37-
"pathfinding": "^0.4.18",
38-
"typed-query-selector": "^2.12.0",
39-
"unstorage": "^1.14.4",
40-
"zod": "^3.24.1",
41-
"zod-validation-error": "^3.4.0"
33+
"@fortawesome/fontawesome-svg-core": "catalog:",
34+
"@fortawesome/free-solid-svg-icons": "catalog:",
35+
"html-template-tag": "catalog:",
36+
"idb-keyval": "catalog:",
37+
"pathfinding": "catalog:",
38+
"typed-query-selector": "catalog:",
39+
"unstorage": "catalog:",
40+
"zod": "catalog:",
41+
"zod-validation-error": "catalog:"
4242
},
4343
"devDependencies": {
4444
"@psdtools/tsconfig": "workspace:^",
45-
"@total-typescript/ts-reset": "^0.6.1",
45+
"@total-typescript/ts-reset": "catalog:",
4646
"@types/pathfinding": "~0.0.9",
47-
"@vite-pwa/assets-generator": "^0.2.6",
48-
"browserslist": "^4.24.4",
49-
"browserslist-to-esbuild": "^2.1.1",
47+
"@vite-pwa/assets-generator": "catalog:",
48+
"browserslist": "catalog:",
49+
"browserslist-to-esbuild": "catalog:",
5050
"deputy": "workspace:^",
51-
"eslint": "^9.19.0",
52-
"fontaine": "^0.5.0",
53-
"jiti": "^2.4.2",
54-
"lightningcss": "^1.29.1",
55-
"typescript": "~5.7.3",
56-
"vite": "^6.0.11",
57-
"vite-plugin-html-minifier": "^1.0.5",
58-
"vite-plugin-pwa": "^0.21.1",
59-
"vite-plugin-webfont-dl": "^3.10.4",
60-
"workbox-build": "^7.3.0",
61-
"workbox-core": "^7.3.0",
62-
"workbox-precaching": "^7.3.0",
63-
"workbox-window": "^7.3.0"
51+
"eslint": "catalog:",
52+
"fontaine": "catalog:",
53+
"jiti": "catalog:",
54+
"lightningcss": "catalog:",
55+
"typescript": "catalog:",
56+
"vite": "catalog:",
57+
"vite-plugin-html-minifier": "catalog:",
58+
"vite-plugin-pwa": "catalog:",
59+
"vite-plugin-webfont-dl": "catalog:",
60+
"workbox-build": "catalog:",
61+
"workbox-core": "catalog:",
62+
"workbox-precaching": "catalog:",
63+
"workbox-window": "catalog:"
6464
}
6565
}

apps/phs-map/src/styles/bounce.css

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -137,29 +137,29 @@ h2 {
137137
h3 {
138138
font-size: 32px;
139139
line-height: 64px;
140-
font-family: "Clash Display Semibold", "Clash Display Semibold fallback",
141-
sans-serif;
140+
font-family:
141+
"Clash Display Semibold", "Clash Display Semibold fallback", sans-serif;
142142
}
143143

144144
h4 {
145145
font-size: 24px;
146146
line-height: 48px;
147-
font-family: "Clash Display Semibold", "Clash Display Semibold fallback",
148-
sans-serif;
147+
font-family:
148+
"Clash Display Semibold", "Clash Display Semibold fallback", sans-serif;
149149
}
150150

151151
h5 {
152152
font-size: 20px;
153153
line-height: 40px;
154-
font-family: "Clash Display Semibold", "Clash Display Semibold fallback",
155-
sans-serif;
154+
font-family:
155+
"Clash Display Semibold", "Clash Display Semibold fallback", sans-serif;
156156
}
157157

158158
h6 {
159159
font-size: 16px;
160160
line-height: 32px;
161-
font-family: "Clash Display Semibold", "Clash Display Semibold fallback",
162-
sans-serif;
161+
font-family:
162+
"Clash Display Semibold", "Clash Display Semibold fallback", sans-serif;
163163
}
164164

165165
p,
@@ -174,8 +174,8 @@ th,
174174
select {
175175
font-size: 16px;
176176
line-height: 28px;
177-
font-family: "Clash Grotesk Medium", "Clash Grotesk Medium fallback",
178-
sans-serif;
177+
font-family:
178+
"Clash Grotesk Medium", "Clash Grotesk Medium fallback", sans-serif;
179179
}
180180

181181
ul {
@@ -277,8 +277,8 @@ mark.purple {
277277
button {
278278
font-size: 16px;
279279
line-height: 24px;
280-
font-family: "Clash Display Semibold", "Clash Display Semibold fallback",
281-
sans-serif;
280+
font-family:
281+
"Clash Display Semibold", "Clash Display Semibold fallback", sans-serif;
282282
color: var(--black);
283283
padding: 8px 16px;
284284
border-radius: 2px;
@@ -599,8 +599,8 @@ input {
599599
text-align: left;
600600
font-size: 16px;
601601
line-height: 24px;
602-
font-family: "Clash Display Semibold", "Clash Display Semibold fallback",
603-
sans-serif;
602+
font-family:
603+
"Clash Display Semibold", "Clash Display Semibold fallback", sans-serif;
604604
color: var(--black);
605605
padding: 8px;
606606
border-radius: 2px;
@@ -1420,8 +1420,8 @@ table td {
14201420
table th {
14211421
background: var(--light-gray);
14221422
text-align: left;
1423-
font-family: "Clash Display Semibold", "Clash Display Semibold fallback",
1424-
sans-serif;
1423+
font-family:
1424+
"Clash Display Semibold", "Clash Display Semibold fallback", sans-serif;
14251425
}
14261426

14271427
table th,

knip.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"ignoreDependencies": [
1313
"@tailwindcss/forms",
1414
"@tailwindcss/typography",
15-
"@types/react",
1615
"tailwindcss",
1716
"vitest-browser-svelte"
1817
],

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"@commitlint/config-conventional": "^19.7.1",
2323
"@manypkg/cli": "^0.23.0",
2424
"husky": "^9.1.7",
25-
"knip": "^5.43.6",
26-
"prettier": "3.4.2",
25+
"knip": "^5.44.1",
26+
"prettier": "3.5.1",
2727
"prettier-plugin-svelte": "^3.3.3",
2828
"prettier-plugin-tailwindcss": "^0.6.11",
2929
"turbo": "^2.4.2",
30-
"typesync": "^0.14.0"
30+
"typesync": "^0.14.1"
3131
},
3232
"devEngines": {
3333
"runtime": [
@@ -43,7 +43,7 @@
4343
}
4444
]
4545
},
46-
"packageManager": "[email protected].0+sha512.6b849d0787d97f8f4e1f03a9b8ff8f038e79e153d6f11ae539ae7c435ff9e796df6a862c991502695c7f9e8fac8aeafc1ac5a8dab47e36148d183832d886dd52",
46+
"packageManager": "[email protected].1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af",
4747
"pnpm": {
4848
"peerDependencyRules": {
4949
"allowedVersions": {

packages/deputy/package.json

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,17 @@
2222
".": "./src/index.ts"
2323
},
2424
"dependencies": {
25-
"@cspell/eslint-plugin": "^8.17.3",
26-
"eslint-config-sheriff": "^25.7.0",
27-
"eslint-plugin-perfectionist": "^4.7.0",
28-
"eslint-plugin-svelte": "3.0.0-next.16",
29-
"globals": "^15.14.0",
30-
"svelte2tsx": "^0.7.34",
31-
"typescript-eslint": "^8.22.0",
32-
"typescript-eslint-parser-for-extra-files": "^0.7.0"
25+
"@cspell/eslint-plugin": "catalog:",
26+
"eslint-config-sheriff": "catalog:",
27+
"eslint-plugin-perfectionist": "catalog:",
28+
"eslint-plugin-svelte": "catalog:",
29+
"globals": "catalog:",
30+
"svelte2tsx": "catalog:",
31+
"typescript-eslint-parser-for-extra-files": "catalog:"
3332
},
3433
"peerDependencies": {
35-
"eslint": "^9.18.0",
36-
"svelte": "^5.19.2"
34+
"eslint": "catalog:",
35+
"svelte": "catalog:"
3736
},
3837
"peerDependenciesMeta": {
3938
"svelte": {
@@ -42,10 +41,10 @@
4241
},
4342
"devDependencies": {
4443
"@psdtools/tsconfig": "workspace:*",
45-
"@sveltejs/kit": "^2.16.1",
46-
"eslint": "^9.19.0",
47-
"jiti": "^2.4.2",
48-
"svelte": "^5.19.6",
49-
"typescript": "~5.7.3"
44+
"@sveltejs/kit": "catalog:",
45+
"eslint": "catalog:",
46+
"jiti": "catalog:",
47+
"svelte": "catalog:",
48+
"typescript": "catalog:"
5049
}
5150
}

0 commit comments

Comments
 (0)