Pin dependencies (https://github.com/woocommerce/woocommerce-blocks/pull/2508)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
a59966350d
commit
89f3b97041
|
@ -77,8 +77,8 @@
|
|||
"@storybook/addon-viewport": "5.3.18",
|
||||
"@storybook/addons": "5.3.18",
|
||||
"@storybook/react": "5.3.18",
|
||||
"@testing-library/jest-dom": "^5.7.0",
|
||||
"@testing-library/react": "^10.0.4",
|
||||
"@testing-library/jest-dom": "5.7.0",
|
||||
"@testing-library/react": "10.0.4",
|
||||
"@types/jest": "25.2.3",
|
||||
"@types/react": "16.9.35",
|
||||
"@types/wordpress__data": "4.6.7",
|
||||
|
@ -124,7 +124,7 @@
|
|||
"husky": "2.4.1",
|
||||
"ignore-loader": "0.1.2",
|
||||
"jest": "25.5.4",
|
||||
"jest-fetch-mock": "^3.0.3",
|
||||
"jest-fetch-mock": "3.0.3",
|
||||
"jest-puppeteer": "4.4.0",
|
||||
"lint-staged": "9.5.0",
|
||||
"merge-config": "2.0.0",
|
||||
|
@ -165,9 +165,9 @@
|
|||
"config": "3.3.1",
|
||||
"dinero.js": "1.8.1",
|
||||
"downshift": "4.1.0",
|
||||
"jest-environment-jsdom-sixteen": "^1.0.3",
|
||||
"jest-environment-jsdom-sixteen": "1.0.3",
|
||||
"react-number-format": "4.4.1",
|
||||
"reakit": "^1.0.0",
|
||||
"reakit": "1.0.2",
|
||||
"trim-html": "0.1.9",
|
||||
"use-debounce": "3.4.0",
|
||||
"wordpress-components": "npm:@wordpress/components@8.5.0",
|
||||
|
|
Loading…
Reference in New Issue