sanity-plugin-asset-source-unsplash 3.0.0 → 3.0.1

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.
Files changed (1) hide show
  1. package/package.json +18 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity-plugin-asset-source-unsplash",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Use images from Unsplash.com in your Sanity Studio",
5
5
  "keywords": [
6
6
  "sanity",
@@ -33,7 +33,6 @@
33
33
  },
34
34
  "main": "./lib/index.cjs",
35
35
  "module": "./lib/index.js",
36
- "source": "./src/index.ts",
37
36
  "types": "./lib/index.d.ts",
38
37
  "files": [
39
38
  "src",
@@ -42,37 +41,36 @@
42
41
  "v2-incompatible.js"
43
42
  ],
44
43
  "scripts": {
45
- "build": "run-s clean && plugin-kit verify-package --silent && pkg-utils build --strict && pkg-utils --strict",
46
- "clean": "rimraf lib",
44
+ "build": "plugin-kit verify-package --silent && pkg-utils build --strict --check --clean",
47
45
  "format": "prettier --write --cache --ignore-unknown .",
48
46
  "link-watch": "plugin-kit link-watch",
49
47
  "lint": "eslint .",
50
48
  "prepare": "husky install || true",
51
- "prepublishOnly": "run-s build",
49
+ "prepublishOnly": "npm run build",
52
50
  "test": "npm run lint && npm run type-check && npm run build",
53
51
  "type-check": "tsc --noEmit",
54
52
  "watch": "pkg-utils watch --strict"
55
53
  },
56
54
  "browserslist": "extends @sanity/browserslist-config",
57
55
  "dependencies": {
58
- "@sanity/icons": "^2.11.2",
59
- "@sanity/incompatible-plugin": "^1.0.0",
60
- "@sanity/ui": "^2.0.9",
56
+ "@sanity/icons": "^2.11.8",
57
+ "@sanity/incompatible-plugin": "^1.0.4",
58
+ "@sanity/ui": "^2.1.2",
61
59
  "react-infinite-scroll-component": "6.1.0",
62
60
  "react-photo-album": "2.3.1",
63
- "rxjs": "^7.0.0"
61
+ "rxjs": "^7.8.1"
64
62
  },
65
63
  "devDependencies": {
66
64
  "@commitlint/cli": "^19.2.1",
67
65
  "@commitlint/config-conventional": "^19.1.0",
68
- "@sanity/pkg-utils": "^5.1.12",
69
- "@sanity/plugin-kit": "^3.1.10",
66
+ "@sanity/pkg-utils": "^6.6.0",
67
+ "@sanity/plugin-kit": "3.1.13-canary.0",
70
68
  "@sanity/semantic-release-preset": "^4.1.7",
71
69
  "@types/node": "^18.18.6",
72
- "@types/react": "^18.2.74",
73
- "@types/react-dom": "^18.2.24",
74
- "@typescript-eslint/eslint-plugin": "^7.5.0",
75
- "@typescript-eslint/parser": "^7.5.0",
70
+ "@types/react": "^18.2.76",
71
+ "@types/react-dom": "^18.2.25",
72
+ "@typescript-eslint/eslint-plugin": "^7.6.0",
73
+ "@typescript-eslint/parser": "^7.6.0",
76
74
  "eslint": "^8.57.0",
77
75
  "eslint-config-prettier": "^9.1.0",
78
76
  "eslint-config-sanity": "^7.1.2",
@@ -83,16 +81,14 @@
83
81
  "eslint-plugin-simple-import-sort": "^12.0.0",
84
82
  "husky": "^8.0.3",
85
83
  "lint-staged": "^15.0.2",
86
- "npm-run-all2": "^5.0.2",
87
84
  "prettier": "^3.2.5",
88
- "prettier-plugin-packagejson": "^2.4.14",
85
+ "prettier-plugin-packagejson": "^2.5.0",
89
86
  "react": "^18.2.0",
90
87
  "react-dom": "^18.2.0",
91
- "rimraf": "^5.0.1",
92
- "sanity": "^3.36.4",
93
- "semantic-release": "^23.0.7",
88
+ "sanity": "^3.37.2",
89
+ "semantic-release": "^23.0.8",
94
90
  "styled-components": "^6.1.8",
95
- "typescript": "^5.4.2"
91
+ "typescript": "5.4.5"
96
92
  },
97
93
  "peerDependencies": {
98
94
  "react": "^18",
@@ -100,7 +96,7 @@
100
96
  "styled-components": "^6.1"
101
97
  },
102
98
  "engines": {
103
- "node": ">=14"
99
+ "node": ">=18"
104
100
  },
105
101
  "publishConfig": {
106
102
  "access": "public"