Skip to content

Commit

Permalink
fix(deps): update dependency @sanity/pkg-utils to v5 (#73)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 20, 2024
1 parent 18f2a07 commit 15cfb30
Show file tree
Hide file tree
Showing 4 changed files with 1,719 additions and 1,499 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@sanity/pkg-utils": "^4.2.8",
"@sanity/pkg-utils": "^5.1.4",
"commitlint": "^18.4.3",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/@sanity/color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"source": "./src/index.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs",
Expand Down Expand Up @@ -74,7 +73,7 @@
},
"devDependencies": {
"@sanity/icons": "^2.11.2",
"@sanity/pkg-utils": "^4.2.8",
"@sanity/pkg-utils": "^5.1.4",
"@sanity/semantic-release-preset": "^4.1.7",
"@sanity/ui": "^2.0.7",
"@sanity/ui-workshop": "^2.0.6",
Expand Down
3 changes: 2 additions & 1 deletion packages/figma-plugin-sanity-color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "figma-plugin-sanity-color",
"version": "1.0.0",
"private": true,
"type": "commonjs",
"description": "Figma plugin for syncing from `@sanity/color` to color variables in Figma.",
"license": "MIT",
"author": "Sanity.io <[email protected]>",
Expand All @@ -21,7 +22,7 @@
"devDependencies": {
"@figma/plugin-typings": "^1.80.0",
"@sanity/color": "workspace:*",
"@sanity/pkg-utils": "^4.2.8",
"@sanity/pkg-utils": "^5.1.4",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 15cfb30

Please sign in to comment.