@sanity/plugin-kit 5.0.0 → 5.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.
@@ -45,7 +45,7 @@ jobs:
45
45
  runs-on: ubuntu-latest
46
46
  name: Lint & Build
47
47
  steps:
48
- - uses: actions/checkout@v4
48
+ - uses: actions/checkout@v5
49
49
  - uses: actions/setup-node@v4
50
50
  with:
51
51
  cache: npm
@@ -85,7 +85,7 @@ jobs:
85
85
  run: |
86
86
  git config --global core.autocrlf false
87
87
  git config --global core.eol lf
88
- - uses: actions/checkout@v4
88
+ - uses: actions/checkout@v5
89
89
  - uses: actions/setup-node@v4
90
90
  with:
91
91
  cache: npm
@@ -105,7 +105,7 @@ jobs:
105
105
  runs-on: ubuntu-latest
106
106
  name: Semantic release
107
107
  steps:
108
- - uses: actions/checkout@v4
108
+ - uses: actions/checkout@v5
109
109
  with:
110
110
  # Need to fetch entire commit history to
111
111
  # analyze every commit since last release
@@ -1,4 +1,4 @@
1
- var name = "@sanity/plugin-kit", version = "5.0.0", binname = "plugin-kit", pkg = {
1
+ var name = "@sanity/plugin-kit", version = "5.0.1", binname = "plugin-kit", pkg = {
2
2
  name,
3
3
  version,
4
4
  binname
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/plugin-kit",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "Enhanced Sanity.io plugin development experience",
5
5
  "keywords": [
6
6
  "bootstrap",
@@ -36,33 +36,33 @@
36
36
  "./package.json": "./package.json"
37
37
  },
38
38
  "dependencies": {
39
- "@rexxars/choosealicense-list": "1.1.2",
40
- "chalk": "4.1.2",
41
- "concurrently": "8.2.2",
42
- "email-validator": "2.0.4",
43
- "execa": "5.1.1",
44
- "get-it": "8.6.3",
45
- "get-latest-version": "5.1.0",
46
- "git-remote-origin-url": "3.1.0",
47
- "github-url-to-object": "4.0.6",
48
- "inquirer": "8.2.6",
49
- "json5": "2.2.3",
50
- "meow": "9.0.0",
39
+ "@rexxars/choosealicense-list": "^1.1.2",
40
+ "chalk": "^4.1.2",
41
+ "concurrently": "^8.2.2",
42
+ "email-validator": "^2.0.4",
43
+ "execa": "^5.1.1",
44
+ "get-it": "^8.8.0",
45
+ "get-latest-version": "^5.1.0",
46
+ "git-remote-origin-url": "^3.1.0",
47
+ "github-url-to-object": "^4.0.6",
48
+ "inquirer": "^8.2.6",
49
+ "json5": "^2.2.3",
50
+ "meow": "^9.0.0",
51
51
  "nodemon": "3.1.0",
52
- "npm-run-path": "4.0.1",
53
- "outdent": "0.8.0",
54
- "p-any": "3.0.0",
55
- "p-props": "4.0.0",
56
- "validate-npm-package-name": "5.0.0",
57
- "xdg-basedir": "4.0.0",
52
+ "npm-run-path": "^4.0.1",
53
+ "outdent": "^0.8.0",
54
+ "p-any": "^3.0.0",
55
+ "p-props": "^4.0.0",
56
+ "validate-npm-package-name": "^5.0.0",
57
+ "xdg-basedir": "^4.0.0",
58
58
  "yalc": "1.0.0-pre.53"
59
59
  },
60
60
  "devDependencies": {
61
- "@sanity/pkg-utils": "^10.5.6",
61
+ "@sanity/pkg-utils": "^10.5.7",
62
62
  "@types/eslint": "^8.56.11",
63
63
  "@types/inquirer": "^9.0.3",
64
64
  "@types/node": "^24.13.2",
65
- "@types/nodemon": "^1.19.6",
65
+ "@types/nodemon": "1.19.6",
66
66
  "@types/react": "^19.2.17",
67
67
  "@typescript-eslint/eslint-plugin": "^8.26.0",
68
68
  "@typescript-eslint/parser": "^8.26.0",
@@ -78,11 +78,11 @@
78
78
  "sanity": "^6.1.0",
79
79
  "styled-components": "^6.4.2",
80
80
  "typescript": "5.9.3",
81
- "@repo/tsconfig": "0.0.0",
82
- "@repo/package.config": "0.0.0"
81
+ "@repo/package.config": "0.0.0",
82
+ "@repo/tsconfig": "0.0.0"
83
83
  },
84
84
  "peerDependencies": {
85
- "@sanity/pkg-utils": "^10.5.6",
85
+ "@sanity/pkg-utils": "^10.5.7",
86
86
  "eslint": ">=8.0.0",
87
87
  "typescript": "5.8.x || 5.9.x || 6.0.x"
88
88
  },