-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency @sanity/pkg-utils to v5 (#73)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
18f2a07
commit 15cfb30
Showing
4 changed files
with
1,719 additions
and
1,499 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>", | ||
|
@@ -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" | ||
} | ||
} |
Oops, something went wrong.