terra-base
Advanced tools
Comparing version 5.52.0 to 5.53.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 5.53.0 - (February 20, 2024) | ||
* Changed | ||
* Minor dependency version bump | ||
## 5.52.0 - (February 15, 2024) | ||
@@ -7,0 +12,0 @@ |
{ | ||
"name": "terra-base", | ||
"version": "5.52.0", | ||
"version": "5.53.0", | ||
"description": "The base component sets minimal global styles for an application.", | ||
@@ -32,3 +32,4 @@ "author": "Cerner Corporation", | ||
"react-dom": "^16.8.5", | ||
"react-intl": "^2.8.0" | ||
"react-intl": "^2.8.0", | ||
"terra-theme-provider": "^4.16.0" | ||
}, | ||
@@ -43,8 +44,16 @@ "scripts": { | ||
"jest": "jest --config ../../jest.config.js", | ||
"wdio-default": "cd ../.. && terra wdio", | ||
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme", | ||
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme", | ||
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion" | ||
"wdio:default": "cd ../.. && terra wdio", | ||
"wdio:lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme", | ||
"wdio:fusion": "cd ../.. && terra wdio --themes orion-fusion-theme", | ||
"wdio": "npm run wdio:default && npm run wdio:lowlight && npm run wdio:fusion" | ||
}, | ||
"gitHead": "31ec38baf909fed741b41a204f7fa28884ab327e" | ||
"files": [ | ||
"lib", | ||
"src", | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"NOTICE", | ||
"README.md" | ||
], | ||
"gitHead": "f6e211cd4d14bda39490c4b7371ac12d6830e7bd" | ||
} |
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
45487
7
17
249