@atomic-testing/react-legacy 0.90.0 → 0.91.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -94,5 +94,5 @@ For more in‑depth information, visit
94
94
 
95
95
  The stable surface of this package is its `.` barrel exports, frozen under
96
96
  SemVer and machine-checked by the committed [API Extractor](https://api-extractor.com/)
97
- report at [`etc/react-legacy.api.md`](etc/react-legacy.api.md). Exports tagged `@internal` are
98
- not part of that guarantee. See the [1.0 API freeze & evolution policy](../../agent-docs/adr/006-1.0-api-freeze-and-evolution.md).
97
+ report at [`etc/react-legacy.api.md`](https://github.com/atomic-testing/atomic-testing/blob/main/packages/react-legacy/etc/react-legacy.api.md). Exports tagged `@internal` are
98
+ not part of that guarantee. See the [1.0 API freeze & evolution policy](https://github.com/atomic-testing/atomic-testing/blob/main/agent-docs/adr/006-1.0-api-freeze-and-evolution.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atomic-testing/react-legacy",
3
- "version": "0.90.0",
3
+ "version": "0.91.0",
4
4
  "description": "Adapter for testing React 17 and earlier",
5
5
  "keywords": [
6
6
  "legacy",
@@ -29,15 +29,15 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@atomic-testing/core": "0.90.0",
33
- "@atomic-testing/dom-core": "0.90.0"
32
+ "@atomic-testing/core": "0.91.0",
33
+ "@atomic-testing/dom-core": "0.91.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/react": "^17.0.0",
37
37
  "@types/react-dom": "^17.0.0",
38
38
  "react": "^17.0.0",
39
39
  "react-dom": "^17.0.0",
40
- "@atomic-testing/component-driver-html": "0.90.0"
40
+ "@atomic-testing/component-driver-html": "0.91.0"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "@testing-library/dom": ">=10.4.1",