@nuxtjs/sanity
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -0,1 +1,8 @@ | ||
### [0.3.3](https://github.com/nuxt-community/sanity-module/compare/0.3.2...0.3.3) (2020-09-27) | ||
### Features | ||
* add vetur auto-completion for `<SanityImage>` and `<SanityContent>` ([01ddb19](https://github.com/nuxt-community/sanity-module/commit/01ddb1916a43fb58d02164632af693366c941aea)) | ||
### [0.3.2](https://github.com/nuxt-community/sanity-module/compare/0.3.1...0.3.2) (2020-08-21) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@nuxtjs/sanity", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Sanity integration for Nuxt.js", | ||
@@ -21,2 +21,3 @@ "keywords": [ | ||
"dist", | ||
"vetur", | ||
"templates" | ||
@@ -33,2 +34,7 @@ ], | ||
}, | ||
"husky": { | ||
"gitHooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"dependencies": { | ||
@@ -38,27 +44,27 @@ "defu": "^3.1.0" | ||
"devDependencies": { | ||
"@babel/plugin-transform-runtime": "latest", | ||
"@babel/preset-env": "latest", | ||
"@babel/plugin-transform-runtime": "^7.11.5", | ||
"@babel/preset-env": "^7.11.5", | ||
"@babel/preset-typescript": "latest", | ||
"@nuxt/types": "latest", | ||
"@nuxt/typescript-build": "latest", | ||
"@nuxt/typescript-runtime": "latest", | ||
"@nuxt/types": "^2.14.6", | ||
"@nuxt/typescript-build": "^2.0.3", | ||
"@nuxt/typescript-runtime": "^2.0.0", | ||
"@nuxtjs/eslint-config-typescript": "latest", | ||
"@nuxtjs/module-test-utils": "2.0.0-2", | ||
"@nuxtjs/tailwindcss": "^3.0.0", | ||
"@release-it/conventional-changelog": "^1.1.4", | ||
"@sanity/client": "^1.149.18", | ||
"@nuxtjs/tailwindcss": "^3.1.0", | ||
"@release-it/conventional-changelog": "^2.0.0", | ||
"@sanity/client": "^1.150.7", | ||
"@types/fs-extra": "^9.0.1", | ||
"@types/jest": "latest", | ||
"@types/webpack-env": "^1.15.2", | ||
"@vue/test-utils": "^1.0.3", | ||
"@types/jest": "^26.0.14", | ||
"@types/webpack-env": "^1.15.3", | ||
"@vue/test-utils": "^1.1.0", | ||
"babel-jest": "26.3.0", | ||
"eslint": "latest", | ||
"jest": "26.4.1", | ||
"eslint": "^7.10.0", | ||
"husky": "^4.3.0", | ||
"jest": "26.4.2", | ||
"jest-serializer-vue-tjw": "^3.14.0", | ||
"lint-staged": "^10.2.11", | ||
"lint-staged": "^10.4.0", | ||
"nuxt-edge": "latest", | ||
"puppeteer": "^5.2.1", | ||
"release-it": "^13.6.6", | ||
"siroc": "latest", | ||
"yorkie": "^2.0.0" | ||
"puppeteer": "^5.3.1", | ||
"release-it": "^14.0.3", | ||
"siroc": "^0.3.1" | ||
}, | ||
@@ -72,5 +78,6 @@ "peerDependencies": { | ||
}, | ||
"gitHooks": { | ||
"pre-commit": "lint-staged" | ||
"vetur": { | ||
"tags": "vetur/tags.json", | ||
"attributes": "vetur/attributes.json" | ||
} | ||
} |
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
36253
14
864