@linzjs/lui 17.35.4 → 17.35.5

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/CHANGELOG.md +7 -0
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [17.35.5](https://github.com/linz/lui/compare/v17.35.4...v17.35.5) (2023-02-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Remove @testing-library/react-hooks to allow support for react 18 ([#855](https://github.com/linz/lui/issues/855)) ([bea9249](https://github.com/linz/lui/commit/bea9249b9fa8254215fb539e218b550d98c0e01e))
7
+
1
8
  ## [17.35.4](https://github.com/linz/lui/compare/v17.35.3...v17.35.4) (2023-02-16)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "17.35.4",
2
+ "version": "17.35.5",
3
3
  "license": "MIT",
4
4
  "repository": {
5
5
  "type": "git",
@@ -94,15 +94,14 @@
94
94
  "@storybook/theming": "^6.5.0",
95
95
  "@testing-library/jest-dom": "^5.8.0",
96
96
  "@testing-library/react": "^10.0.4",
97
- "@testing-library/react-hooks": "^8.0.1",
98
97
  "@testing-library/user-event": "^10.4.0",
99
98
  "@types/camelcase": "^5.2.0",
100
99
  "@types/jest": "^25.2.3",
101
100
  "@types/jest-axe": "^3.5.0",
102
101
  "@types/react": "^16.9.55",
103
- "@types/react-modal": "^3.13.1",
104
102
  "@types/react-dom": "^16.9.9",
105
103
  "@types/react-helmet": "^6.1.2",
104
+ "@types/react-modal": "^3.13.1",
106
105
  "@types/sass": "^1.16.0",
107
106
  "@types/uuid": "^8.3.1",
108
107
  "@types/yup": "0.29.13",