@nuxtjs/sanity
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@nuxtjs/sanity", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"configKey": "sanity", | ||
@@ -5,0 +5,0 @@ "compatibility": { |
{ | ||
"name": "@nuxtjs/sanity", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"license": "MIT", | ||
@@ -43,32 +43,32 @@ "repository": "nuxt-community/sanity-module", | ||
"test": "yarn lint && yarn test:unit", | ||
"test:unit": "vitest test/unit/*.test.*" | ||
"test:unit": "vitest run test/unit/*.test.*" | ||
}, | ||
"dependencies": { | ||
"@nuxt/kit": "^3.0.0-rc.1", | ||
"@nuxt/kit": "^3.0.0-rc.3", | ||
"@portabletext/types": "^1.0.3", | ||
"chalk": "^5.0.1", | ||
"defu": "^6.0.0", | ||
"fs-extra": "^10.0.1", | ||
"fs-extra": "^10.1.0", | ||
"knitwork": "^0.1.1", | ||
"ohash": "^0.1.0", | ||
"pathe": "^0.2.0" | ||
"pathe": "^0.3.0" | ||
}, | ||
"devDependencies": { | ||
"@nuxt/module-builder": "^0.1.7", | ||
"@nuxt/schema": "^3.0.0-rc.1", | ||
"@nuxt/schema": "^3.0.0-rc.3", | ||
"@nuxt/test-utils": "npm:@nuxt/test-utils-edge@latest", | ||
"@nuxtjs/eslint-config-typescript": "^9.0.0", | ||
"@release-it/conventional-changelog": "^4.3.0", | ||
"@nuxtjs/eslint-config-typescript": "^10.0.0", | ||
"@release-it/conventional-changelog": "^5.0.0", | ||
"@sanity/client": "^3.3.0", | ||
"@types/fs-extra": "^9.0.13", | ||
"@vue/test-utils": "^2.0.0-rc.20", | ||
"c8": "^7.11.0", | ||
"eslint": "^8.13.0", | ||
"happy-dom": "^2.55.0", | ||
"husky": "^7.0.4", | ||
"lint-staged": "^12.3.8", | ||
"nuxi": "^0.10.1", | ||
"@vue/test-utils": "^2.0.0-rc.21", | ||
"c8": "^7.11.3", | ||
"eslint": "^8.15.0", | ||
"happy-dom": "^3.2.2", | ||
"husky": "^8.0.1", | ||
"lint-staged": "^12.4.1", | ||
"nuxi": "^3.0.0-rc.3", | ||
"nuxt": "npm:nuxt3@latest", | ||
"release-it": "^14.14.2", | ||
"vitest": "^0.9.3" | ||
"release-it": "^15.0.0", | ||
"vitest": "^0.12.6" | ||
}, | ||
@@ -83,6 +83,6 @@ "publishConfig": { | ||
}, | ||
"packageManager": "yarn@3.2.0", | ||
"packageManager": "yarn@3.2.1", | ||
"volta": { | ||
"node": "16.14.2" | ||
"node": "16.15.0" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58206
23
+ Addedpathe@0.3.9(transitive)
- Removedpathe@0.2.0(transitive)
Updated@nuxt/kit@^3.0.0-rc.3
Updatedfs-extra@^10.1.0
Updatedpathe@^0.3.0