Commits on Source (2)
-
Zandor Smith authored10423d24
-
Zandor Smith authoredc63da1a3
{ | ||
"name": "@zandor300/react-apple-mapkitjs", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "A react wrapper for apple mapkit.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
... | ... | @@ -19,8 +19,8 @@ |
], | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"react": "^15.3.0 || ^16.2.0", | ||
"react-dom": "^15.3.0 || ^16.2.0" | ||
"react": "^15.3.0 || ^16.2.0 || ^17.0.0", | ||
"react-dom": "^15.3.0 || ^16.2.0 || ^17.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.4", | ||
... | ... |