Skip to content

Commit

Permalink
fix: update dependencies (#99)
Browse files Browse the repository at this point in the history
* fix: update dependencies
  • Loading branch information
SimeonGriggs authored Feb 21, 2024
1 parent 3970b76 commit ab8634d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,22 @@
},
"license": "MIT",
"author": "Sanity.io <[email protected]>",
"type": "module",
"exports": {
".": {
"types": "./lib/index.d.ts",
"source": "./src/index.ts",
"import": "./lib/index.esm.js",
"require": "./lib/index.js",
"default": "./lib/index.esm.js"
"require": "./lib/index.cjs",
"node": {
"import": "./lib/index.cjs.js"
},
"import": "./lib/index.js",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
"main": "./lib/index.js",
"module": "./lib/index.esm.js",
"main": "./lib/index.cjs",
"module": "./lib/index.js",
"source": "./src/index.ts",
"types": "./lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -86,7 +90,7 @@
"@commitlint/config-conventional": "^18.4.3",
"@sanity/icons": "^2.8.0",
"@sanity/pkg-utils": "^3.3.5",
"@sanity/plugin-kit": "^3.1.2",
"@sanity/plugin-kit": "^3.1.10",
"@sanity/semantic-release-preset": "^4.1.6",
"@sanity/ui-workshop": "^1.2.0",
"@sanity/ui-workshop-plugin-sanity": "^1.0.0",
Expand Down

0 comments on commit ab8634d

Please sign in to comment.