Pin dependencies (https://github.com/woocommerce/woocommerce-admin/pull/4870)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
72dcbfd3b7
commit
9a4d0b40f2
|
@ -118,7 +118,7 @@
|
|||
"gridicons": "3.3.1",
|
||||
"interpolate-components": "1.1.1",
|
||||
"marked": "0.8.2",
|
||||
"memize": "^1.1.0",
|
||||
"memize": "1.1.0",
|
||||
"memoize-one": "5.1.1",
|
||||
"prismjs": "1.21.0",
|
||||
"qs": "6.9.4",
|
||||
|
@ -166,12 +166,12 @@
|
|||
"@wordpress/custom-templated-path-webpack-plugin": "1.6.0",
|
||||
"@wordpress/postcss-plugins-preset": "1.3.0",
|
||||
"@wordpress/postcss-themes": "1.0.5",
|
||||
"@wordpress/prettier-config": "^0.3.0",
|
||||
"@wordpress/prettier-config": "0.3.0",
|
||||
"@wordpress/scripts": "12.0.0",
|
||||
"ast-types": "0.13.3",
|
||||
"autoprefixer": "9.8.6",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-jest": "^26.2.2",
|
||||
"babel-jest": "26.2.2",
|
||||
"babel-loader": "8.1.0",
|
||||
"babel-plugin-transform-class-properties": "6.24.1",
|
||||
"babel-plugin-transform-es2015-template-literals": "6.22.0",
|
||||
|
@ -183,15 +183,15 @@
|
|||
"deasync": "0.1.20",
|
||||
"deep-freeze": "0.0.1",
|
||||
"docsify-cli": "4.4.1",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme": "3.11.0",
|
||||
"enzyme-adapter-react-16": "1.15.2",
|
||||
"enzyme-to-json": "^3.5.0",
|
||||
"enzyme-to-json": "3.5.0",
|
||||
"fs-extra": "8.1.0",
|
||||
"grunt": "1.2.1",
|
||||
"grunt-checktextdomain": "1.0.1",
|
||||
"grunt-wp-i18n": "1.0.3",
|
||||
"husky": "4.2.5",
|
||||
"jest-24.9.0": "npm:jest@^24.9.0",
|
||||
"jest-24.9.0": "npm:jest@24.9.0",
|
||||
"jest-environment-jsdom-sixteen": "1.0.3",
|
||||
"lerna": "3.22.1",
|
||||
"lint-staged": "10.2.11",
|
||||
|
|
Loading…
Reference in New Issue