@prismicio/react 2.6.0-alpha.0 → 2.6.0-alpha.1

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.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const version = "2.6.0-alpha.0";
3
+ const version = "2.6.0-alpha.1";
4
4
  exports.version = version;
5
5
  //# sourceMappingURL=package.json.cjs.map
@@ -1,4 +1,4 @@
1
- const version = "2.6.0-alpha.0";
1
+ const version = "2.6.0-alpha.1";
2
2
  export {
3
3
  version
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prismicio/react",
3
- "version": "2.6.0-alpha.0",
3
+ "version": "2.6.0-alpha.1",
4
4
  "description": "React components and hooks to fetch and present Prismic content",
5
5
  "keywords": [
6
6
  "typescript",
@@ -54,10 +54,10 @@
54
54
  "test": "npm run lint && npm run types && npm run unit && npm run build && npm run size"
55
55
  },
56
56
  "dependencies": {
57
+ "@prismicio/client": "^7.0.0-alpha.2",
57
58
  "@prismicio/richtext": "^2.1.4"
58
59
  },
59
60
  "devDependencies": {
60
- "@prismicio/client": "^7.0.0-alpha.2",
61
61
  "@prismicio/mock": "^0.2.0",
62
62
  "@size-limit/preset-small-lib": "^8.2.4",
63
63
  "@testing-library/react": "^14.0.0",
@@ -91,7 +91,7 @@
91
91
  "vitest": "^0.30.1"
92
92
  },
93
93
  "peerDependencies": {
94
- "@prismicio/client": "^7",
94
+ "@prismicio/client": "^6 || ^7",
95
95
  "react": "^18"
96
96
  },
97
97
  "engines": {