terra-i18n
Advanced tools
Comparing version 4.42.0 to 4.43.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 4.43.0 - (May 24, 2024) | ||
* Changed | ||
* Minor dependency version bump. | ||
## 4.42.0 - (February 15, 2024) | ||
@@ -7,0 +12,0 @@ |
{ | ||
"name": "terra-i18n", | ||
"version": "4.42.0", | ||
"version": "4.43.0", | ||
"description": "The terra-i18n package provides on-demand internationalization of React components.", | ||
@@ -24,13 +24,22 @@ "author": "Cerner Corporation", | ||
"main": "lib/I18n.js", | ||
"files": [ | ||
"lib", | ||
"src", | ||
"translations", | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"NOTICE", | ||
"README.md" | ||
], | ||
"peerDependencies": { | ||
"react": "16", | ||
"react-dom": "16", | ||
"react-intl": "2" | ||
}, | ||
"dependencies": { | ||
"classnames": "^2.2.5", | ||
"intl": "^1.2.5", | ||
"classnames": "2", | ||
"intl": "1", | ||
"intl-locales-supported": ">=1.8.4 <1.8.12 || ^1.8.13", | ||
"prop-types": "^15.5.8" | ||
"prop-types": "15" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.5", | ||
"react-dom": "^16.8.5", | ||
"react-intl": "^2.8.0" | ||
}, | ||
"scripts": { | ||
@@ -42,8 +51,8 @@ "compile": "babel --root-mode upward src --out-dir lib --copy-files", | ||
"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" | ||
"gitHead": "209e73eab65abaee39bd1e026d50e5e03d8f38ac" | ||
} |
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
8
45054
34
458
Updatedclassnames@2
Updatedintl@1
Updatedprop-types@15