@basalt/bedrock-core
Advanced tools
Comparing version 0.29.0 to 0.30.0-alpha.2
{ | ||
"name": "@basalt/bedrock-core", | ||
"license": "GPL-2.0-or-later", | ||
"version": "0.29.0", | ||
"version": "0.30.0-alpha.2", | ||
"description": "The core of Bedrock", | ||
@@ -18,3 +18,3 @@ "main": "dist/index.js", | ||
"peerDependencies": { | ||
"react": "^16.6.0" | ||
"react": "^16.8.0" | ||
}, | ||
@@ -27,4 +27,3 @@ "author": "Basalt (https://basalt.io/)", | ||
"access": "public" | ||
}, | ||
"gitHead": "8a2cb87853042533745f33170ee7242795baacd9" | ||
} | ||
} |
7212