Skip to content

Commit 8eb4d7b

Browse files
committed
chore: apply catalogs
1 parent c7cd613 commit 8eb4d7b

File tree

6 files changed

+108
-50
lines changed

6 files changed

+108
-50
lines changed

docs/package.json

+15-23
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,21 @@
99
"preview": "nuxi preview"
1010
},
1111
"devDependencies": {
12-
"@iconify-json/heroicons": "^1.2.2",
13-
"@iconify-json/ph": "^1.2.2",
14-
"@iconify-json/simple-icons": "^1.2.27",
15-
"@nuxt/content": "^2.13.4",
16-
"@nuxt/devtools": "^2.1.3",
17-
"@nuxt/fonts": "^0.10.3",
18-
"@nuxt/image": "^1.9.0",
19-
"@nuxt/ui-pro": "^1.7.0",
20-
"@nuxthq/studio": "^2.2.1",
21-
"@nuxtjs/plausible": "^1.2.0",
22-
"@vueuse/core": "^12.7.0",
23-
"@vueuse/nuxt": "^12.7.0",
24-
"better-sqlite3": "^11.8.1",
25-
"nuxt": "^3.15.4",
26-
"nuxt-og-image": "^4.1.5"
27-
},
28-
"pnpm": {
29-
"onlyBuiltDependencies": [
30-
"better-sqlite3",
31-
"esbuild",
32-
"sharp",
33-
"vue-demi"
34-
]
12+
"@iconify-json/heroicons": "catalog:",
13+
"@iconify-json/ph": "catalog:",
14+
"@iconify-json/simple-icons": "catalog:",
15+
"@nuxt/content": "catalog:",
16+
"@nuxt/devtools": "catalog:",
17+
"@nuxt/fonts": "catalog:",
18+
"@nuxt/image": "catalog:",
19+
"@nuxt/ui-pro": "catalog:",
20+
"@nuxthq/studio": "catalog:",
21+
"@nuxtjs/plausible": "catalog:",
22+
"@vueuse/core": "catalog:",
23+
"@vueuse/nuxt": "catalog:",
24+
"better-sqlite3": "catalog:",
25+
"nuxt": "catalog:",
26+
"nuxt-og-image": "catalog:"
3527
},
3628
"resolutions": {
3729
"@nuxt/ui": "2.15.2"

docs/pnpm-lock.yaml

+63-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pnpm-workspace.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1+
onlyBuiltDependencies:
2+
- better-sqlite3
3+
- esbuild
4+
- sharp
5+
- vue-demi
16
packages: []
7+
catalog:
8+
'@iconify-json/heroicons': ^1.2.2
9+
'@iconify-json/ph': ^1.2.2
10+
'@iconify-json/simple-icons': ^1.2.27
11+
'@nuxt/content': ^2.13.4
12+
'@nuxt/devtools': ^2.1.3
13+
'@nuxt/fonts': ^0.10.3
14+
'@nuxt/image': ^1.9.0
15+
'@nuxt/ui-pro': ^1.7.0
16+
'@nuxthq/studio': ^2.2.1
17+
'@nuxtjs/plausible': ^1.2.0
18+
'@vueuse/core': ^12.7.0
19+
'@vueuse/nuxt': ^12.7.0
20+
better-sqlite3: ^11.8.1
21+
nuxt: ^3.15.4
22+
nuxt-og-image: ^4.1.5

eslint.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default antfu(
55
{
66
formatters: true,
77
unocss: true,
8+
pnpm: true,
89
},
910
{
1011
rules: {

package.json

-11
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,6 @@
5757
"vue": "catalog:",
5858
"vue-tsc": "catalog:"
5959
},
60-
"pnpm": {
61-
"onlyBuiltDependencies": [
62-
"@parcel/watcher",
63-
"better-sqlite3",
64-
"cypress",
65-
"esbuild",
66-
"json-editor-vue",
67-
"simple-git-hooks",
68-
"vue-demi"
69-
]
70-
},
7160
"resolutions": {
7261
"@nuxt/devtools": "workspace:*",
7362
"esbuild": "catalog:",

pnpm-workspace.yaml

+8-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ catalog:
9595
pkg-types: ^2.1.0
9696
prompts: ^2.4.2
9797
quicktype-core: 22.0.0
98-
rc9: ^2.1.2
9998
scule: ^1.3.0
10099
semver: ^7.7.1
101100
shiki: ^3.2.1
@@ -128,3 +127,11 @@ catalog:
128127
vue-virtual-scroller: ^2.0.0-beta.8
129128
which: ^5.0.0
130129
ws: ^8.18.1
130+
onlyBuiltDependencies:
131+
- '@parcel/watcher'
132+
- better-sqlite3
133+
- cypress
134+
- esbuild
135+
- json-editor-vue
136+
- simple-git-hooks
137+
- vue-demi

0 commit comments

Comments
 (0)