@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.
@@ -27797,18 +27797,18 @@ const studioDependencies = {
27797
27797
  // Official studio plugin dependencies
27798
27798
  "@sanity/vision": "latest",
27799
27799
  // Non-Sanity dependencies
27800
- react: "^18.2.0",
27801
- "react-dom": "^18.2.0",
27802
- "styled-components": "^6.1.15"
27800
+ react: "^19.1",
27801
+ "react-dom": "^19.1",
27802
+ "styled-components": "^6.1.18"
27803
27803
  },
27804
27804
  devDependencies: {
27805
27805
  // Linting/tooling
27806
27806
  "@sanity/eslint-config-studio": "latest",
27807
27807
  // When using typescript, we'll want the these types too, so might as well install them
27808
- "@types/react": "^18.0.25",
27809
- eslint: "^9.9.0",
27810
- prettier: "^3.0.2",
27811
- typescript: "^5.1.6"
27808
+ "@types/react": "^19.1",
27809
+ eslint: "^9.28",
27810
+ prettier: "^3.5",
27811
+ typescript: "^5.8"
27812
27812
  // Peer dependency of eslint-config-studio (implicitly)
27813
27813
  }
27814
27814
  };
@@ -47588,7 +47588,7 @@ const appTemplate = {
47588
47588
  "react-dom": "^19"
47589
47589
  },
47590
47590
  devDependencies: {
47591
- "@types/react": "^18.0.25",
47591
+ "@types/react": "^19",
47592
47592
  sanity: "^3",
47593
47593
  typescript: "^5.1.6"
47594
47594
  },
@@ -47608,7 +47608,7 @@ const appTemplate = {
47608
47608
  "styled-components": "^6.1.17"
47609
47609
  },
47610
47610
  devDependencies: {
47611
- "@types/react": "^18.0.25",
47611
+ "@types/react": "^19",
47612
47612
  sanity: "^3",
47613
47613
  typescript: "^5.1.6"
47614
47614
  },