@leafygreen-ui/badge
Advanced tools
Comparing version 8.0.8 to 8.0.9
# @leafygreen-ui/badge | ||
## 8.0.9 | ||
### Patch Changes | ||
- 215268ff: Updates build tooling. No functional changes | ||
- Updated dependencies [215268ff] | ||
- @leafygreen-ui/leafygreen-provider@3.1.4 | ||
- @leafygreen-ui/emotion@4.0.5 | ||
- @leafygreen-ui/palette@4.0.5 | ||
- @leafygreen-ui/tokens@2.1.2 | ||
- @leafygreen-ui/lib@10.4.1 | ||
## 8.0.8 | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "@leafygreen-ui/badge", | ||
"version": "8.0.8", | ||
"version": "8.0.9", | ||
"description": "leafyGreen UI Kit Badge", | ||
@@ -16,3 +16,5 @@ "main": "./dist/index.js", | ||
"scripts": { | ||
"build": "../../node_modules/.bin/rollup --config ../../rollup.config.js" | ||
"build": "lg build-package", | ||
"tsc": "lg build-ts", | ||
"docs": "lg build-tsdoc" | ||
}, | ||
@@ -24,9 +26,9 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@leafygreen-ui/emotion": "^4.0.4", | ||
"@leafygreen-ui/lib": "^10.4.0", | ||
"@leafygreen-ui/palette": "^4.0.3", | ||
"@leafygreen-ui/tokens": "^2.1.1" | ||
"@leafygreen-ui/emotion": "^4.0.5", | ||
"@leafygreen-ui/lib": "^10.4.1", | ||
"@leafygreen-ui/palette": "^4.0.5", | ||
"@leafygreen-ui/tokens": "^2.1.2" | ||
}, | ||
"peerDependencies": { | ||
"@leafygreen-ui/leafygreen-provider": "^3.1.3" | ||
"@leafygreen-ui/leafygreen-provider": "^3.1.4" | ||
}, | ||
@@ -41,3 +43,4 @@ "gitHead": "dd71a2d404218ccec2e657df9c0263dc1c15b9e0", | ||
"url": "https://jira.mongodb.org/projects/PD/summary" | ||
} | ||
}, | ||
"devDependencies": {} | ||
} |
{ | ||
"extends": "../../package.tsconfig.json", | ||
"compilerOptions": { | ||
"extends": "@lg-tools/build/config/package.tsconfig.json", | ||
"compilerOptions": { | ||
"declarationDir": "dist", | ||
"outDir": "dist", | ||
"rootDir": "src" | ||
"rootDir": "src", | ||
"baseUrl": ".", | ||
"paths": { | ||
"@leafygreen-ui/icon/dist/*": ["../icon/src/generated/*"], | ||
"@leafygreen-ui/*": ["../*/src"] | ||
} | ||
}, | ||
@@ -11,2 +16,3 @@ "include": [ | ||
], | ||
"exclude": ["**/*.spec.*", "**/*.story.*"], | ||
"references": [ | ||
@@ -13,0 +19,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
113551
28
486
Updated@leafygreen-ui/lib@^10.4.1
Updated@leafygreen-ui/tokens@^2.1.2