sanity-plugin-media 5.0.9 → 5.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity-plugin-media",
3
- "version": "5.0.9",
3
+ "version": "5.0.10",
4
4
  "description": "This version of `sanity-plugin-media` is for Sanity Studio V3.",
5
5
  "keywords": [
6
6
  "asset",
@@ -60,8 +60,8 @@
60
60
  "zod": "^3.25.76"
61
61
  },
62
62
  "devDependencies": {
63
- "@sanity/pkg-utils": "^10.9.0",
64
- "@sanity/tsconfig": "^2.1.0",
63
+ "@sanity/tsconfig": "^2.2.0",
64
+ "@sanity/tsdown-config": "^0.11.0",
65
65
  "@testing-library/jest-dom": "^6.9.1",
66
66
  "@testing-library/react": "^16.3.2",
67
67
  "@testing-library/user-event": "^14.6.1",
@@ -69,16 +69,14 @@
69
69
  "@types/react": "^19.2.17",
70
70
  "@types/react-dom": "^19.2.3",
71
71
  "@types/react-file-icon": "^1.0.5",
72
- "babel-plugin-styled-components": "^2.3.0",
73
72
  "jsdom": "^29.1.1",
74
73
  "react": "^19.2.7",
75
74
  "react-dom": "^19.2.7",
76
75
  "react-is": "^19.2.7",
77
76
  "sanity": "^6.3.0",
78
77
  "styled-components": "^6.4.3",
79
- "typescript": "6.0.3",
80
- "@repo/package.config": "0.0.0",
81
- "@sanity/plugin-kit": "6.0.3"
78
+ "tsdown": "^0.22.3",
79
+ "typescript": "6.0.3"
82
80
  },
83
81
  "peerDependencies": {
84
82
  "react": "^18.3 || ^19",
@@ -89,15 +87,7 @@
89
87
  "engines": {
90
88
  "node": ">=20.19 <22 || >=22.12"
91
89
  },
92
- "sanityPlugin": {
93
- "verifyPackage": {
94
- "tsconfig": false,
95
- "tsc": false,
96
- "eslintImports": false,
97
- "scripts": false
98
- }
99
- },
100
90
  "scripts": {
101
- "build": "plugin-kit verify-package --silent && pkg-utils build --strict --check --clean"
91
+ "build": "tsdown"
102
92
  }
103
93
  }