@servicetitan/docs-anvil-uikit-contrib 25.9.0 → 26.0.0

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.
@@ -15,8 +15,8 @@ npm install --save-dev @servicetitan/testing-library
15
15
  This library has `peerDependencies` for:
16
16
 
17
17
  - `@servicetitan/react-ioc`: >=22.0.0
18
- - `@testing-library/react`: ^12.0.0
19
- - `@testing-library/react-hooks`: ^7.0.0
18
+ - `@testing-library/react`: >=12.0.0
19
+ - `@testing-library/react-hooks`: >=7.0.0 (only if using `@testing-library/react` v12)
20
20
  - `react`: >=17.0.0
21
21
 
22
22
  **Note:** This library is not compatible with React Testing Library versions 13+.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/docs-anvil-uikit-contrib",
3
- "version": "25.9.0",
3
+ "version": "26.0.0",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,5 +16,5 @@
16
16
  "cli": {
17
17
  "webpack": false
18
18
  },
19
- "gitHead": "72d081af4ab3deb72dab7d4fc93a4c2e473b726f"
19
+ "gitHead": "2027b0cb3bb4a06b8e381e3e9af8469a30b20f11"
20
20
  }