@sanity/color
Advanced tools
Comparing version 2.1.19 to 2.1.20
{ | ||
"name": "@sanity/color", | ||
"version": "2.1.19", | ||
"version": "2.1.20", | ||
"description": "The Sanity color palette.", | ||
@@ -24,2 +24,18 @@ "sideEffects": false, | ||
], | ||
"scripts": { | ||
"build": "run-s clean generate build:pkg check:pkg", | ||
"build:pkg": "pkg build --strict", | ||
"check:pkg": "pkg --strict", | ||
"check:types": "tsc", | ||
"clean": "rimraf .workshop dist", | ||
"commit": "cz", | ||
"format": "prettier --write --cache --ignore-unknown .", | ||
"generate": "node -r esbuild-register scripts/generate.ts", | ||
"lint": "eslint . --ext .cjs,.js,.jsx,.mjs,.ts,.tsx --quiet", | ||
"prepare": "husky install", | ||
"prepublishOnly": "pnpm build", | ||
"release": "semantic-release", | ||
"test": "jest", | ||
"watch": "pkg watch --strict" | ||
}, | ||
"devDependencies": { | ||
@@ -32,13 +48,7 @@ "@babel/core": "^7.20.2", | ||
"@commitlint/config-conventional": "^17.3.0", | ||
"@sanity/icons": "^1.3.6", | ||
"@sanity/pkg-utils": "^1.18.0", | ||
"@sanity/semantic-release-preset": "^2.0.2", | ||
"@sanity/ui": "1.0.0-beta.32", | ||
"@sanity/ui-workshop": "1.0.0-beta.5", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@types/jest": "^29.2.3", | ||
"@types/node": "^18.11.9", | ||
"@types/react": "^18.0.25", | ||
"@types/react-dom": "^18.0.9", | ||
"@types/styled-components": "^5.1.26", | ||
"@typescript-eslint/eslint-plugin": "^5.44.0", | ||
@@ -64,13 +74,6 @@ "@typescript-eslint/parser": "^5.44.0", | ||
"prettier": "^2.8.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-is": "^18.2.0", | ||
"rimraf": "^3.0.2", | ||
"semantic-release": "^19.0.5", | ||
"styled-components": "^5.3.6", | ||
"typescript": "^4.9.3" | ||
}, | ||
"engines": { | ||
"node": ">=14.0.0" | ||
}, | ||
"repository": { | ||
@@ -119,18 +122,3 @@ "type": "git", | ||
] | ||
}, | ||
"scripts": { | ||
"build": "run-s clean generate build:pkg check:pkg", | ||
"build:pkg": "pkg build --strict", | ||
"check:pkg": "pkg --strict", | ||
"check:types": "tsc", | ||
"clean": "rimraf .workshop dist", | ||
"commit": "cz", | ||
"dev": "workshop dev", | ||
"format": "prettier --write --cache --ignore-unknown .", | ||
"generate": "node -r esbuild-register scripts/generate.ts", | ||
"lint": "eslint . --ext .cjs,.js,.jsx,.mjs,.ts,.tsx --quiet", | ||
"release": "semantic-release", | ||
"test": "jest", | ||
"watch": "pkg watch --strict" | ||
} | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
34
0
66917