@trycourier/courier-react-17 8.0.26 → 8.0.28
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 +3 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# `@trycourier/courier-react-17`
|
|
2
2
|
|
|
3
|
-

|
|
4
|
+
|
|
4
5
|
|
|
5
6
|
## 1. Install
|
|
6
7
|
|
|
7
8
|
```sh
|
|
8
|
-
npm install @trycourier/courier-react-17
|
|
9
|
+
npm install @trycourier/courier-react-17
|
|
9
10
|
```
|
|
10
11
|
|
|
11
12
|
> **Using React 18+?** Check out the [@trycourier/courier-react](../courier-react/) package.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trycourier/courier-react-17",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.28",
|
|
4
4
|
"description": "React 17 components for the Courier web UI",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"author": "Courier",
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@trycourier/courier-js": "2.0.
|
|
31
|
-
"@trycourier/courier-ui-core": "1.0.
|
|
32
|
-
"@trycourier/courier-ui-inbox": "1.0.
|
|
30
|
+
"@trycourier/courier-js": "2.0.11",
|
|
31
|
+
"@trycourier/courier-ui-core": "1.0.13",
|
|
32
|
+
"@trycourier/courier-ui-inbox": "1.0.17"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"react": ">=17.0.0, <18.0.0",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@testing-library/jest-dom": "^6.6.3",
|
|
41
41
|
"@testing-library/react": "^12.1.5",
|
|
42
42
|
"@testing-library/user-event": "^14.6.1",
|
|
43
|
-
"@trycourier/courier-react-components": "1.0.
|
|
43
|
+
"@trycourier/courier-react-components": "1.0.3",
|
|
44
44
|
"@types/jest": "^29.5.12",
|
|
45
45
|
"@types/react": "17.0.2",
|
|
46
46
|
"@types/react-dom": "17.0.2",
|