@sanity/vercel-protection-bypass 4.0.0 → 4.0.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @sanity/vercel-protection-bypass
2
2
 
3
+ ## 4.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#30](https://github.com/sanity-io/plugins/pull/30) [`5307c0d`](https://github.com/sanity-io/plugins/commit/5307c0d3add079e5e8a16defbfac7016a84784f6) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): Update dependency @sanity/preview-url-secret to v3
8
+
9
+ ## 4.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [`c934098`](https://github.com/sanity-io/plugins/commit/c9340986f5af78de17e1277a7362b2d18cd59537) Thanks [@stipsan](https://github.com/stipsan)! - Target React 19 in React Compiler
14
+
3
15
  ## 4.0.0
4
16
 
5
17
  ### Major Changes
@@ -1,5 +1,5 @@
1
1
  import { jsx, jsxs, Fragment } from "react/jsx-runtime";
2
- import { c } from "react-compiler-runtime";
2
+ import { c } from "react/compiler-runtime";
3
3
  import { useState, Suspense, useActionState, use, useTransition, useEffectEvent, useEffect, Activity } from "react";
4
4
  import { useClient } from "sanity";
5
5
  import { TrashIcon, AddIcon } from "@sanity/icons";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/vercel-protection-bypass",
3
- "version": "4.0.0",
3
+ "version": "4.0.2",
4
4
  "homepage": "https://github.com/sanity-io/plugins/tree/main/packages/%40sanity/vercel-protection-bypass#readme",
5
5
  "bugs": {
6
6
  "url": "https://github.com/sanity-io/plugins/issues"
@@ -33,15 +33,14 @@
33
33
  ],
34
34
  "dependencies": {
35
35
  "@sanity/icons": "^3.7.4",
36
- "@sanity/preview-url-secret": "^2.1.16",
37
- "@sanity/ui": "^3.1.11",
38
- "react-compiler-runtime": "^1.0.0"
36
+ "@sanity/preview-url-secret": "^3.0.0",
37
+ "@sanity/ui": "^3.1.11"
39
38
  },
40
39
  "devDependencies": {
41
40
  "@sanity/client": "^7.13.0",
42
41
  "@sanity/pkg-utils": "^9.1.1",
43
42
  "@types/react": "^19.2.6",
44
- "@typescript/native-preview": "7.0.0-dev.20251118.1",
43
+ "@typescript/native-preview": "7.0.0-dev.20251121.1",
45
44
  "babel-plugin-react-compiler": "^1.0.0",
46
45
  "react": "^19.2.0",
47
46
  "sanity": "^4.17.0",