Skip to content

Commit d9b6df6

Browse files
committed
fix: resolve catalog deps for pkg.pr.new
1 parent a6636e5 commit d9b6df6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
"eslint": { "optional": true }
5555
},
5656
"dependencies": {
57-
"@cfworker/json-schema": "catalog:",
58-
"@nuxt/kit": "catalog:",
59-
"@standard-community/standard-json": "catalog:",
60-
"@standard-schema/spec": "catalog:",
61-
"consola": "catalog:"
57+
"@cfworker/json-schema": "^4.1.1",
58+
"@nuxt/kit": "^3.17.4",
59+
"@standard-community/standard-json": "^0.3.0",
60+
"@standard-schema/spec": "^1.1.0",
61+
"consola": "^3.4.0"
6262
},
6363
"devDependencies": {
6464
"@antfu/eslint-config": "catalog:",

0 commit comments

Comments
 (0)