@sanity/language-filter 3.0.0-v3-studio.9 → 3.0.0-v3-studio.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.
Files changed (1) hide show
  1. package/package.json +11 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/language-filter",
3
- "version": "3.0.0-v3-studio.9",
3
+ "version": "3.0.0-v3-studio.10",
4
4
  "description": "A Sanity plugin that supports filtering localized fields by language",
5
5
  "author": "Sanity.io <hello@sanity.io>",
6
6
  "license": "MIT",
@@ -15,7 +15,8 @@
15
15
  "import": "./lib/index.esm.js",
16
16
  "require": "./lib/index.js",
17
17
  "default": "./lib/index.esm.js"
18
- }
18
+ },
19
+ "./package.json": "./package.json"
19
20
  },
20
21
  "files": [
21
22
  "src",
@@ -27,7 +28,7 @@
27
28
  "clean": "rimraf lib",
28
29
  "lint": "eslint .",
29
30
  "prebuild": "npm run clean && plugin-kit verify-package --silent && pkg-utils",
30
- "build": "pkg-utils build",
31
+ "build": "pkg-utils build --strict",
31
32
  "watch": "pkg-utils watch",
32
33
  "test": "jest",
33
34
  "link-watch": "plugin-kit link-watch",
@@ -39,7 +40,7 @@
39
40
  "url": "git@github.com:sanity-io/language-filter.git"
40
41
  },
41
42
  "engines": {
42
- "node": ">=14.0.0"
43
+ "node": ">=14"
43
44
  },
44
45
  "dependencies": {
45
46
  "@sanity/icons": "1.3.9-beta.3",
@@ -52,8 +53,8 @@
52
53
  "@babel/preset-react": "^7.18.6",
53
54
  "@commitlint/cli": "^17.2.0",
54
55
  "@commitlint/config-conventional": "^17.2.0",
55
- "@sanity/pkg-utils": "^1.16.2",
56
- "@sanity/plugin-kit": "^2.0.9",
56
+ "@sanity/pkg-utils": "^1.17.2",
57
+ "@sanity/plugin-kit": "^2.1.5",
57
58
  "@sanity/semantic-release-preset": "^2.0.2",
58
59
  "@types/jest": "^29.2.1",
59
60
  "@typescript-eslint/eslint-plugin": "^5.42.0",
@@ -68,14 +69,15 @@
68
69
  "jest": "^29.2.2",
69
70
  "lint-staged": "^13.0.3",
70
71
  "prettier": "^2.7.1",
71
- "react": "^18.2.0",
72
+ "prettier-plugin-packagejson": "^2.3.0",
73
+ "react": "^18",
72
74
  "rimraf": "^3.0.2",
73
- "sanity": "dev-preview || 3.0.0-rc.0",
75
+ "sanity": "3.0.0-rc.0",
74
76
  "ts-jest": "^29.0.3",
75
77
  "typescript": "^4.8.4"
76
78
  },
77
79
  "peerDependencies": {
78
- "react": "^18.0.0",
80
+ "react": "^18",
79
81
  "sanity": "dev-preview || 3.0.0-rc.0"
80
82
  },
81
83
  "bugs": {