@sanity/cli 3.91.1-next.2.17a2a18701 → 3.91.1-next.20.88321264dd

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/cli",
3
- "version": "3.91.1-next.2.17a2a18701",
3
+ "version": "3.91.1-next.20.88321264dd",
4
4
  "description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
5
5
  "keywords": [
6
6
  "sanity",
@@ -58,12 +58,12 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@babel/traverse": "^7.23.5",
61
- "@sanity/client": "^7.4.0",
62
- "@sanity/codegen": "3.91.1-next.2.17a2a18701",
61
+ "@sanity/client": "^7.4.1",
62
+ "@sanity/codegen": "3.91.1-next.20.88321264dd",
63
63
  "@sanity/runtime-cli": "^7.6.5",
64
64
  "@sanity/telemetry": "^0.8.0",
65
65
  "@sanity/template-validator": "^2.4.3",
66
- "@sanity/util": "3.91.1-next.2.17a2a18701",
66
+ "@sanity/util": "3.91.1-next.20.88321264dd",
67
67
  "chalk": "^4.1.2",
68
68
  "debug": "^4.3.4",
69
69
  "decompress": "^4.2.0",
@@ -83,7 +83,7 @@
83
83
  "@rollup/plugin-node-resolve": "^15.2.3",
84
84
  "@sanity/eslint-config-studio": "^4.0.0",
85
85
  "@sanity/generate-help-url": "^3.0.0",
86
- "@sanity/types": "3.91.1-next.2.17a2a18701",
86
+ "@sanity/types": "3.91.1-next.20.88321264dd",
87
87
  "@types/babel__traverse": "^7.20.5",
88
88
  "@types/configstore": "^5.0.1",
89
89
  "@types/cpx": "^1.5.2",
@@ -127,13 +127,13 @@
127
127
  "semver": "^7.3.5",
128
128
  "semver-compare": "^1.0.0",
129
129
  "tar": "^6.1.11",
130
- "vite": "^6.2.4",
131
- "vitest": "^3.1.1",
130
+ "vite": "^6.3.5",
131
+ "vitest": "^3.2.1",
132
132
  "which": "^2.0.2",
133
133
  "xdg-basedir": "^4.0.0"
134
134
  },
135
135
  "engines": {
136
136
  "node": ">=18"
137
137
  },
138
- "gitHead": "17a2a1870180f0565d51d3232ed260b69ce4eee8"
138
+ "gitHead": "88321264dd315df9ecb66d3103218dc773c98987"
139
139
  }
@@ -8,7 +8,7 @@ const appTemplate: ProjectTemplate = {
8
8
  'react-dom': '^19',
9
9
  },
10
10
  devDependencies: {
11
- '@types/react': '^18.0.25',
11
+ '@types/react': '^19',
12
12
  'sanity': '^3',
13
13
  'typescript': '^5.1.6',
14
14
  },
@@ -10,7 +10,7 @@ const appSanityUiTemplate: ProjectTemplate = {
10
10
  'styled-components': '^6.1.17',
11
11
  },
12
12
  devDependencies: {
13
- '@types/react': '^18.0.25',
13
+ '@types/react': '^19',
14
14
  'sanity': '^3',
15
15
  'typescript': '^5.1.6',
16
16
  },
@@ -8,18 +8,18 @@ export const studioDependencies = {
8
8
  '@sanity/vision': 'latest',
9
9
 
10
10
  // Non-Sanity dependencies
11
- 'react': '^18.2.0',
12
- 'react-dom': '^18.2.0',
13
- 'styled-components': '^6.1.15',
11
+ 'react': '^19.1',
12
+ 'react-dom': '^19.1',
13
+ 'styled-components': '^6.1.18',
14
14
  },
15
15
 
16
16
  devDependencies: {
17
17
  // Linting/tooling
18
18
  '@sanity/eslint-config-studio': 'latest',
19
19
  // When using typescript, we'll want the these types too, so might as well install them
20
- '@types/react': '^18.0.25',
21
- 'eslint': '^9.9.0',
22
- 'prettier': '^3.0.2',
23
- 'typescript': '^5.1.6', // Peer dependency of eslint-config-studio (implicitly)
20
+ '@types/react': '^19.1',
21
+ 'eslint': '^9.28',
22
+ 'prettier': '^3.5',
23
+ 'typescript': '^5.8', // Peer dependency of eslint-config-studio (implicitly)
24
24
  },
25
25
  }