@leafygreen-ui/tokens
Advanced tools
Comparing version 1.3.3-next.2 to 1.3.3-test.0
# @leafygreen-ui/tokens | ||
## 1.3.3-next.2 | ||
## 1.3.3-test.0 | ||
### Patch Changes | ||
- 659251a3: Fixes back tsconfig build | ||
- Updated dependencies [659251a3] | ||
- @leafygreen-ui/lib@9.5.0-next.2 | ||
- @leafygreen-ui/palette@3.4.3-next.2 | ||
## 1.3.3-next.1 | ||
### Patch Changes | ||
- 87a90f46: Update tsdoc gen and storybook | ||
- Updated dependencies [87a90f46] | ||
- @leafygreen-ui/lib@9.5.0-next.1 | ||
- @leafygreen-ui/palette@3.4.3-next.1 | ||
## 1.3.3-next.0 | ||
### Patch Changes | ||
- b70fe564: Updates `tsdoc.json` file | ||
- Updated dependencies [00a2a281] | ||
- Updated dependencies [00a2a281] | ||
- Updated dependencies [b70fe564] | ||
- @leafygreen-ui/lib@9.5.0-next.0 | ||
- @leafygreen-ui/palette@3.4.3-next.0 | ||
- @leafygreen-ui/palette@3.4.3-test.0 | ||
@@ -32,0 +11,0 @@ ## 1.3.2 |
{ | ||
"name": "@leafygreen-ui/tokens", | ||
"version": "1.3.3-next.2", | ||
"version": "1.3.3-test.0", | ||
"description": "leafyGreen UI Kit Tokens", | ||
@@ -23,8 +23,6 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@leafygreen-ui/lib": "^9.5.0-next.2", | ||
"@leafygreen-ui/palette": "^3.4.3-next.2" | ||
"@leafygreen-ui/palette": "^3.4.3-test.0" | ||
}, | ||
"devDependencies": { | ||
"@leafygreen-ui/emotion": "^4.0.2-next.2", | ||
"@leafygreen-ui/typography": "^13.2.0-next.2" | ||
"@leafygreen-ui/emotion": "^4.0.2-test.0" | ||
}, | ||
@@ -39,2 +37,2 @@ "homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/tokens", | ||
} | ||
} | ||
} |
@@ -8,14 +8,13 @@ { | ||
}, | ||
"include": ["src/**/*"], | ||
"include": [ | ||
"src/**/*" | ||
], | ||
"references": [ | ||
{ | ||
"path": "../emotion" | ||
"path": "../palette" | ||
}, | ||
{ | ||
"path": "../lib" | ||
}, | ||
{ | ||
"path": "../palette" | ||
"path": "../emotion" | ||
} | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
1
974060
453
- Removed@leafygreen-ui/lib@^9.5.0-next.2
- Removed@leafygreen-ui/lib@9.5.2(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedlodash@4.17.21(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedreact@17.0.2(transitive)