@sanity/workbench 0.1.0-alpha.3 → 0.1.0-alpha.4
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/workbench",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.4",
|
|
4
4
|
"description": "Workbench component for the Sanity Content Operating System",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"homepage": "https://github.com/sanity-io/workbench/packages/@sanity/workbench#readme",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"./package.json": "./package.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@sanity/federation": "0.1.0-alpha.
|
|
34
|
+
"@sanity/federation": "0.1.0-alpha.3"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@sanity/pkg-utils": "^9.2.3",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "pkg build --strict --clean --check",
|
|
48
|
-
"check:lint": "oxlint",
|
|
49
|
-
"check:lint:fix": "oxlint --fix",
|
|
48
|
+
"check:lint": "oxlint -c oxlint.config.ts",
|
|
49
|
+
"check:lint:fix": "oxlint --fix -c oxlint.config.ts",
|
|
50
50
|
"check:types": "tsc --noEmit",
|
|
51
51
|
"dev": "pkg watch"
|
|
52
52
|
}
|