@akinon/pz-click-collect 1.62.0-rc.24 → 1.63.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +2 -5
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@akinon/pz-click-collect",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.63.0",
|
4
4
|
"main": "./src/index.tsx",
|
5
5
|
"module": "./src/index.tsx",
|
6
6
|
"license": "MIT",
|
@@ -12,7 +12,7 @@
|
|
12
12
|
"typescript": "^4.7.4"
|
13
13
|
},
|
14
14
|
"peerDependencies": {
|
15
|
-
"react": "^
|
16
|
-
"react-dom": "^
|
15
|
+
"react": "^16.8.0",
|
16
|
+
"react-dom": "^16.8.0"
|
17
17
|
}
|
18
18
|
}
|