Pin dependencies (https://github.com/woocommerce/woocommerce-blocks/pull/5333)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
cfeb5558b7
commit
5e3528a05c
File diff suppressed because it is too large
Load Diff
|
@ -79,7 +79,7 @@
|
|||
"@babel/cli": "7.16.0",
|
||||
"@babel/core": "7.16.0",
|
||||
"@babel/plugin-proposal-class-properties": "7.16.0",
|
||||
"@babel/plugin-syntax-jsx": "^7.16.0",
|
||||
"@babel/plugin-syntax-jsx": "7.16.0",
|
||||
"@babel/polyfill": "7.12.1",
|
||||
"@babel/preset-typescript": "7.16.0",
|
||||
"@octokit/graphql": "4.8.0",
|
||||
|
@ -133,7 +133,7 @@
|
|||
"@wordpress/scripts": "19.2.2",
|
||||
"autoprefixer": "10.3.7",
|
||||
"axios": "0.21.4",
|
||||
"babel-plugin-react-docgen": "^4.2.1",
|
||||
"babel-plugin-react-docgen": "4.2.1",
|
||||
"babel-plugin-transform-async-generator-functions": "6.24.1",
|
||||
"babel-plugin-transform-object-rest-spread": "6.26.0",
|
||||
"babel-plugin-transform-react-jsx": "6.24.1",
|
||||
|
@ -173,13 +173,13 @@
|
|||
"prettier": "npm:wp-prettier@2.0.5",
|
||||
"progress-bar-webpack-plugin": "2.1.0",
|
||||
"promptly": "3.2.0",
|
||||
"react-docgen": "^5.4.0",
|
||||
"react-docgen": "5.4.0",
|
||||
"react-test-renderer": "17.0.2",
|
||||
"request-promise": "4.2.6",
|
||||
"rimraf": "3.0.2",
|
||||
"sass-loader": "10.1.0",
|
||||
"source-map-explorer": "2.5.2",
|
||||
"storybook-addon-react-docgen": "^1.2.42",
|
||||
"storybook-addon-react-docgen": "1.2.42",
|
||||
"terser-webpack-plugin": "3.0.3",
|
||||
"typescript": "4.1.3",
|
||||
"utility-types": "3.10.0",
|
||||
|
|
Loading…
Reference in New Issue