@sanity/vercel-protection-bypass 1.0.22 → 1.0.24
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 +21 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.24](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.23...vercel-protection-bypass-v1.0.24) (2025-07-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* allow sanity v4 in deps range ([d6d1e64](https://github.com/sanity-io/visual-editing/commit/d6d1e6453319f521945ffa7525164d911d5964bf))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @sanity/preview-url-secret bumped to 2.1.12
|
|
16
|
+
|
|
17
|
+
## [1.0.23](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.22...vercel-protection-bypass-v1.0.23) (2025-05-29)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **deps:** update react compiler dependencies 🤖 ✨ ([#2994](https://github.com/sanity-io/visual-editing/issues/2994)) ([0388fb0](https://github.com/sanity-io/visual-editing/commit/0388fb0bb9ea6f4fa3686c65d51029aa68104954))
|
|
23
|
+
|
|
3
24
|
## [1.0.22](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.21...vercel-protection-bypass-v1.0.22) (2025-05-07)
|
|
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.
|
|
3
|
+
"version": "1.0.24",
|
|
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.
|
|
47
|
-
"react-compiler-runtime": "19.1.0-rc.
|
|
48
|
-
"@sanity/preview-url-secret": "^2.1.
|
|
46
|
+
"@sanity/ui": "^2.16.2",
|
|
47
|
+
"react-compiler-runtime": "19.1.0-rc.2",
|
|
48
|
+
"@sanity/preview-url-secret": "^2.1.12"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@sanity/pkg-utils": "6.13.4",
|
|
52
|
-
"babel-plugin-react-compiler": "19.1.0-rc.
|
|
52
|
+
"babel-plugin-react-compiler": "19.1.0-rc.2",
|
|
53
53
|
"eslint": "^8.57.1",
|
|
54
54
|
"react": "^19.1.0",
|
|
55
|
-
"sanity": "3.
|
|
55
|
+
"sanity": "3.93.0",
|
|
56
56
|
"typescript": "5.8.3",
|
|
57
|
-
"vitest": "^3.
|
|
58
|
-
"@repo/package.config": "0.0.0",
|
|
57
|
+
"vitest": "^3.2.4",
|
|
59
58
|
"@repo/eslint-config": "0.0.0",
|
|
59
|
+
"@repo/package.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.
|
|
64
|
+
"sanity": "^3.93.0 || ^4.0.0-0"
|
|
65
65
|
},
|
|
66
66
|
"engines": {
|
|
67
67
|
"node": ">=18"
|