We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da04673 commit 54969cdCopy full SHA for 54969cd
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@crystallize/reactjs-components",
3
"license": "MIT",
4
- "version": "0.3.2",
+ "version": "0.3.3",
5
"author": "Crystallize <[email protected]> (https://crystallize.com)",
6
"contributors": [
7
"Håkon Krogh <[email protected]>",
@@ -19,18 +19,11 @@
19
},
20
"main": "dist/index.js",
21
"types": "dist/index.d.ts",
22
- "typesVersions": {
23
- "*": {
24
- "image": [
25
- "dist/types/image.d.ts"
26
- ]
27
- }
28
- },
29
"devDependencies": {
30
"@tsconfig/node16": "^1.0.2",
31
"@types/node": "^17.0.14",
32
- "@types/react": "*",
33
- "@types/react-dom": "*",
+ "@types/react": "^17 || ^18",
+ "@types/react-dom": "^17 || ^18",
34
"jest": "^27.5.1"
35
36
"dependencies": {
0 commit comments