@oaknational/oak-components 0.31.0 → 0.32.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.
- package/README.md +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/types.d.ts +39 -39
- package/package.json +16 -14
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This is a React Typescript components library which supports React and Next appl
|
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
|
11
|
-
This library is suitable for use in an app using React 18 and Next.js 13+
|
|
11
|
+
This library is suitable for use in an app using React 18 and Next.js 13.5+
|
|
12
12
|
|
|
13
13
|
You can install it using `npm i @oaknational/oak-components` or any other package manager that supports the NPM registry.
|
|
14
14
|
|