@ui5/cra-template-webcomponents-react
Advanced tools
Comparing version 0.21.0 to 0.21.2
{ | ||
"name": "@ui5/cra-template-webcomponents-react", | ||
"version": "0.21.0", | ||
"version": "0.21.2", | ||
"keywords": [ | ||
@@ -33,3 +33,3 @@ "react", | ||
}, | ||
"gitHead": "a1d0091c7273998283fbbcd21db9b20bee462998" | ||
"gitHead": "565a97785ee8dcb194f0474bb7f66b86332c3eb5" | ||
} |
{ | ||
"package": { | ||
"dependencies": { | ||
"@ui5/webcomponents": "~1.1.1", | ||
"@ui5/webcomponents-fiori": "~1.1.1", | ||
"@ui5/webcomponents-icons": "~1.1.1", | ||
"@ui5/webcomponents": "~1.1.2", | ||
"@ui5/webcomponents-fiori": "~1.1.2", | ||
"@ui5/webcomponents-icons": "~1.1.2", | ||
"@ui5/webcomponents-react": "latest", | ||
@@ -8,0 +8,0 @@ "@testing-library/jest-dom": "^5.11.4", |
@@ -8,8 +8,2 @@ // jest-dom adds custom jest matchers for asserting on DOM nodes. | ||
jest.mock('../node_modules/@ui5/webcomponents-base/dist/util/metaUrl.js', () => { | ||
return { | ||
default: 'mockedMetaUrl' | ||
}; | ||
}); | ||
const setupMatchMedia = () => { | ||
@@ -16,0 +10,0 @@ Object.defineProperty(window, 'matchMedia', { |
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
49427
291