@basalt/bedrock-utils
Advanced tools
Comparing version 0.4.0 to 0.6.0
{ | ||
"name": "@basalt/bedrock-utils", | ||
"version": "0.4.0", | ||
"version": "0.6.0", | ||
"description": "A Bedrock component that helps build Design Systems", | ||
@@ -11,10 +11,11 @@ "main": "dist/index.js", | ||
"build:types": "tsc", | ||
"build": "rm -rf dist && yarn build:js && yarn build:types" | ||
"build": "rm -rf dist && yarn build:js && yarn build:types", | ||
"prepare": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@basalt/bedrock-core": "^0.4.0", | ||
"@basalt/bedrock-core": "^0.6.0", | ||
"color": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@basalt/bedrock-babel-config": "^0.4.0" | ||
"@basalt/bedrock-babel-config": "^0.6.0" | ||
}, | ||
@@ -24,5 +25,4 @@ "author": "Basalt (https://basalt.io/)", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "fb476c703c017e8160d8333859620bc1d32c61e9" | ||
"access": "restricted" | ||
} | ||
} |
18142
+ Added@basalt/bedrock-core@0.6.5(transitive)
- Removed@basalt/bedrock-core@0.4.0(transitive)
Updated@basalt/bedrock-core@^0.6.0