@sanity/vercel-protection-bypass 1.0.16 → 1.0.18

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 (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.18](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.17...vercel-protection-bypass-v1.0.18) (2025-04-10)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **deps:** update react compiler dependencies 🤖 ✨ ([#2897](https://github.com/sanity-io/visual-editing/issues/2897)) ([5c72b41](https://github.com/sanity-io/visual-editing/commit/5c72b41985886c0459230a3b3762a469073ef5f9))
9
+
10
+ ## [1.0.17](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.16...vercel-protection-bypass-v1.0.17) (2025-04-01)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **deps:** update react compiler dependencies 🤖 ✨ ([#2878](https://github.com/sanity-io/visual-editing/issues/2878)) ([664abd9](https://github.com/sanity-io/visual-editing/commit/664abd900471eefa9b2c71163efb36909db1aa71))
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * The following workspace dependencies were updated
21
+ * dependencies
22
+ * @sanity/preview-url-secret bumped to 2.1.7
23
+
3
24
  ## [1.0.16](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.15...vercel-protection-bypass-v1.0.16) (2025-03-24)
4
25
 
5
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/vercel-protection-bypass",
3
- "version": "1.0.16",
3
+ "version": "1.0.18",
4
4
  "homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/vercel-protection-bypass#readme",
5
5
  "bugs": {
6
6
  "url": "https://github.com/sanity-io/visual-editing/issues"
@@ -43,25 +43,25 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@sanity/icons": "^3.7.0",
46
- "@sanity/ui": "^2.15.7",
47
- "react-compiler-runtime": "19.0.0-beta-aeaed83-20250323",
48
- "@sanity/preview-url-secret": "^2.1.6"
46
+ "@sanity/ui": "^2.15.13",
47
+ "react-compiler-runtime": "19.0.0-beta-e993439-20250405",
48
+ "@sanity/preview-url-secret": "^2.1.7"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@sanity/pkg-utils": "6.13.4",
52
- "babel-plugin-react-compiler": "19.0.0-beta-aeaed83-20250323",
52
+ "babel-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
53
53
  "eslint": "^8.57.1",
54
- "react": "^19.0.0",
55
- "sanity": "3.80.1",
54
+ "react": "^19.1.0",
55
+ "sanity": "3.82.0",
56
56
  "typescript": "5.7.3",
57
- "vitest": "^3.0.9",
57
+ "vitest": "^3.1.1",
58
58
  "@repo/package.config": "0.0.0",
59
59
  "@repo/eslint-config": "0.0.0",
60
60
  "@repo/prettier-config": "0.0.0"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "react": "^18.3 || ^19",
64
- "sanity": "^3.80.1"
64
+ "sanity": "^3.82.0"
65
65
  },
66
66
  "engines": {
67
67
  "node": ">=18"