Skip to content

Commit

Permalink
fix(migrate): cleanup deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Jan 22, 2024
1 parent 45981cf commit a81864b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
21 changes: 18 additions & 3 deletions packages/@sanity/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@
"name": "@sanity/migrate",
"version": "3.25.0",
"description": "Tooling for running data migrations on Sanity.io projects",
"keywords": ["sanity", "cms", "headless", "realtime", "content", "migrate", "migration"],
"keywords": [
"sanity",
"cms",
"headless",
"realtime",
"content",
"migrate",
"migration"
],
"homepage": "https://www.sanity.io/",
"bugs": {
"url": "https://github.com/sanity-io/sanity/issues"
Expand Down Expand Up @@ -41,14 +49,20 @@
},
"typesVersions": {
"*": {
"mutations": ["./lib/dts/src/_exports/mutations.d.ts"]
"mutations": [
"./lib/dts/src/_exports/mutations.d.ts"
]
}
},
"main": "./lib/_exports/index.js",
"module": "./lib/_exports/index.esm.js",
"source": "./src/_exports/index.ts",
"types": "./lib/dts/src/_exports/index.d.ts",
"files": ["lib", "src", "!**/__tests__/**"],
"files": [
"lib",
"src",
"!**/__tests__/**"
],
"scripts": {
"prebuild": "run-s clean",
"build": "pkg-utils build --tsconfig tsconfig.lib.json",
Expand All @@ -66,6 +80,7 @@
"fast-fifo": "^1.3.2"
},
"devDependencies": {
"@types/arrify": "^2.0.1",
"rimraf": "^3.0.2"
},
"engines": {
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4076,6 +4076,13 @@
resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-5.0.1.tgz#3286741fb8f1e1580ac28784add4c7a1d49bdfbc"
integrity sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==

"@types/arrify@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@types/arrify/-/arrify-2.0.1.tgz#d50abf903b1019b08c2ee21cf3ded40084201512"
integrity sha512-eL0bkcwbr+BXp/PPat6+z8C11Hf6+CcB8aE1lIk+Nwvj7uDA3NUmEUgfKLYqvvSuVmeldmaWvo6+s7q9tC9xUQ==
dependencies:
arrify "*"

"@types/babel__core@^7.1.14", "@types/babel__core@^7.20.4":
version "7.20.4"
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.4.tgz#26a87347e6c6f753b3668398e34496d6d9ac6ac0"
Expand Down Expand Up @@ -5316,6 +5323,11 @@ arraybuffer.prototype.slice@^1.0.2:
is-array-buffer "^3.0.2"
is-shared-array-buffer "^1.0.2"

arrify@*:
version "3.0.0"
resolved "https://registry.yarnpkg.com/arrify/-/arrify-3.0.0.tgz#ccdefb8eaf2a1d2ab0da1ca2ce53118759fd46bc"
integrity sha512-tLkvA81vQG/XqE2mjDkGQHoOINtMHtysSnemrmoGe6PydDPMRbVugqyk4A6V/WDWEfm3l+0d8anA9r8cv/5Jaw==

arrify@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
Expand Down

0 comments on commit a81864b

Please sign in to comment.