@sanity/preview-kit
Advanced tools
Comparing version 1.3.4 to 1.3.5
{ | ||
"name": "@sanity/preview-kit", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "General purpose live previews, like next-sanity", | ||
@@ -15,2 +15,6 @@ "keywords": [ | ||
], | ||
"prettier": { | ||
"semi": false, | ||
"singleQuote": true | ||
}, | ||
"homepage": "https://github.com/sanity-io/preview-kit#readme", | ||
@@ -22,3 +26,4 @@ "bugs": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/sanity-io/preview-kit.git" | ||
"url": "git+ssh://git@github.com/sanity-io/preview-kit.git", | ||
"directory": "packages/preview-kit" | ||
}, | ||
@@ -52,11 +57,10 @@ "license": "MIT", | ||
"scripts": { | ||
"prebuild": "npm run clean", | ||
"prebuild": "rimraf dist", | ||
"build": "pkg build --strict && pkg --strict", | ||
"clean": "rimraf dist", | ||
"dev": "next", | ||
"format": "npm run prettier && eslint --cache --fix .", | ||
"lint": "eslint --max-warnings 0 .", | ||
"prepublishOnly": "npm run build", | ||
"prettier": "npx prettier --ignore-path .gitignore --cache --write .", | ||
"test": "node test.mjs && node test.cjs" | ||
"release": "semantic-release || semantic-release --dry-run --debug", | ||
"pretest:esm": "pnpm run build", | ||
"test:esm": "node test.mjs && node test.cjs", | ||
"test": "echo todo" | ||
}, | ||
@@ -67,6 +71,2 @@ "browserslist": [ | ||
], | ||
"prettier": { | ||
"semi": false, | ||
"singleQuote": true | ||
}, | ||
"dependencies": { | ||
@@ -79,13 +79,9 @@ "@sanity/groq-store": "^2.0.7", | ||
"devDependencies": { | ||
"@remix-run/eslint-config": "^1.12.0", | ||
"@sanity/client": "5.2.0", | ||
"@sanity/eslint-config-studio": "^2.0.1", | ||
"@sanity/pkg-utils": "^2.2.5", | ||
"@next/eslint-plugin-next": "^13.2.3", | ||
"@sanity/pkg-utils": "^2.2.8", | ||
"@sanity/semantic-release-preset": "^4.0.0", | ||
"@types/node": "^18.13.0", | ||
"@types/node": "^18.14.6", | ||
"@types/react": "^18.0.28", | ||
"@typescript-eslint/eslint-plugin": "^5.52.0", | ||
"bulma": "^0.9.4", | ||
"eslint": "^8.34.0", | ||
"eslint-config-next": "13.1.6", | ||
"@typescript-eslint/eslint-plugin": "^5.54.0", | ||
"eslint": "^8.35.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
@@ -96,11 +92,5 @@ "eslint-config-sanity": "^6.0.0", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"groq": "^3.3.1", | ||
"groqd": "^0.6.3", | ||
"next": "13.1.6", | ||
"prettier": "^2.8.4", | ||
"prettier-plugin-packagejson": "^2.4.3", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"sanity": "^3.3.1", | ||
"semantic-release": "^20.1.0", | ||
"rimraf": "^4.3.0", | ||
"semantic-release": "^20.1.1", | ||
"typescript": "^4.9.5" | ||
@@ -107,0 +97,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
16
72764
13
1
0