@sanity/cli-test 0.3.4 → 0.3.5
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/fixtures/basic-app/package.json +1 -1
- package/fixtures/basic-functions/package.json +1 -1
- package/fixtures/basic-studio/package.json +2 -2
- package/fixtures/graphql-studio/package.json +2 -2
- package/fixtures/multi-workspace-studio/package.json +2 -2
- package/fixtures/nextjs-app/tsconfig.json +2 -2
- package/fixtures/prebuilt-app/package.json +1 -1
- package/fixtures/prebuilt-studio/package.json +1 -1
- package/fixtures/worst-case-studio/package.json +3 -3
- package/package.json +11 -11
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"start": "sanity start"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@sanity/vision": "^5.
|
|
18
|
+
"@sanity/vision": "^5.30.0",
|
|
19
19
|
"react": "^19.2.5",
|
|
20
20
|
"react-dom": "^19.2.5",
|
|
21
|
-
"sanity": "^5.
|
|
21
|
+
"sanity": "^5.30.0",
|
|
22
22
|
"styled-components": "^6.4.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"deploy-graphql": "sanity graphql deploy"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@sanity/vision": "^5.
|
|
15
|
+
"@sanity/vision": "^5.30.0",
|
|
16
16
|
"react": "^19.2.5",
|
|
17
17
|
"react-dom": "^19.2.5",
|
|
18
|
-
"sanity": "^5.
|
|
18
|
+
"sanity": "^5.30.0",
|
|
19
19
|
"styled-components": "^6.4.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"start": "sanity start"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@sanity/vision": "^5.
|
|
18
|
+
"@sanity/vision": "^5.30.0",
|
|
19
19
|
"react": "^19.2.5",
|
|
20
20
|
"react-dom": "^19.2.5",
|
|
21
|
-
"sanity": "^5.
|
|
21
|
+
"sanity": "^5.30.0",
|
|
22
22
|
"styled-components": "^6.4.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
"moduleResolution": "bundler",
|
|
12
12
|
"resolveJsonModule": true,
|
|
13
13
|
"isolatedModules": true,
|
|
14
|
-
"jsx": "
|
|
14
|
+
"jsx": "react-jsx",
|
|
15
15
|
"incremental": true,
|
|
16
16
|
"plugins": [{"name": "next"}],
|
|
17
17
|
"paths": {"@/*": ["./*"]}
|
|
18
18
|
},
|
|
19
|
-
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
|
19
|
+
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", ".next/dev/types/**/*.ts"],
|
|
20
20
|
"exclude": ["node_modules"]
|
|
21
21
|
}
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@sanity/code-input": "^7.1.0",
|
|
19
|
-
"@sanity/vision": "^5.
|
|
19
|
+
"@sanity/vision": "^5.30.0",
|
|
20
20
|
"react": "^19.2.5",
|
|
21
21
|
"react-dom": "^19.2.5",
|
|
22
|
-
"sanity": "^5.
|
|
22
|
+
"sanity": "^5.30.0",
|
|
23
23
|
"sanity-plugin-media": "^4.1.1",
|
|
24
24
|
"styled-components": "^6.4.0",
|
|
25
25
|
"vite-tsconfig-paths": "^6.1.1"
|
|
@@ -28,6 +28,6 @@
|
|
|
28
28
|
"@sanity/color": "^3.0.6",
|
|
29
29
|
"@types/react": "^19.2.14",
|
|
30
30
|
"typescript": "^5.9.3",
|
|
31
|
-
"vite": "^7.3.
|
|
31
|
+
"vite": "^7.3.3"
|
|
32
32
|
}
|
|
33
33
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/cli-test",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
4
4
|
"description": "Sanity CLI test helpers and utilities",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -45,25 +45,25 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@swc/core": "^1.15.33",
|
|
47
47
|
"ansis": "^4.2.0",
|
|
48
|
-
"esbuild": "^0.
|
|
49
|
-
"nock": "^14.0.
|
|
48
|
+
"esbuild": "^0.28.0",
|
|
49
|
+
"nock": "^14.0.15",
|
|
50
50
|
"ora": "^9.0.0",
|
|
51
51
|
"tinyglobby": "^0.2.16",
|
|
52
|
-
"@sanity/cli-core": "1.3.
|
|
52
|
+
"@sanity/cli-core": "1.3.4"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@eslint/compat": "^2.0.5",
|
|
56
|
-
"@oclif/core": "^4.11.
|
|
57
|
-
"@sanity/client": "^7.22.
|
|
58
|
-
"@sanity/pkg-utils": "^10.
|
|
56
|
+
"@oclif/core": "^4.11.4",
|
|
57
|
+
"@sanity/client": "^7.22.1",
|
|
58
|
+
"@sanity/pkg-utils": "^10.5.2",
|
|
59
59
|
"@swc/cli": "^0.8.1",
|
|
60
60
|
"@types/node": "^20.19.41",
|
|
61
61
|
"eslint": "^10.2.1",
|
|
62
|
-
"publint": "^0.3.
|
|
62
|
+
"publint": "^0.3.21",
|
|
63
63
|
"rimraf": "^6.0.1",
|
|
64
|
-
"tsx": "^4.
|
|
64
|
+
"tsx": "^4.22.4",
|
|
65
65
|
"typescript": "^5.9.3",
|
|
66
|
-
"vitest": "^4.1.
|
|
66
|
+
"vitest": "^4.1.7",
|
|
67
67
|
"yaml": "^2.8.4",
|
|
68
68
|
"@repo/package.config": "0.0.1",
|
|
69
69
|
"@repo/tsconfig": "3.70.0",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"@oclif/core": "^4.0.0",
|
|
74
74
|
"@sanity/client": "^7.0.0",
|
|
75
75
|
"vitest": ">=3.0.0 <5.0.0",
|
|
76
|
-
"@sanity/cli-core": "1.3.
|
|
76
|
+
"@sanity/cli-core": "1.3.4"
|
|
77
77
|
},
|
|
78
78
|
"engines": {
|
|
79
79
|
"node": ">=20.19.1 <22 || >=22.12"
|