Add wp data, compose types to @woocommerce/data
Update pnpm-lock.yaml
This commit is contained in:
parent
542f7ef918
commit
6836d90b72
|
@ -48,12 +48,15 @@
|
|||
"@babel/runtime": "^7.17.2",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/react-hooks": "^7.0.2",
|
||||
"@types/wordpress__compose": "^4.0.1",
|
||||
"@types/wordpress__core-data": "^2.4.5",
|
||||
"@types/wordpress__data": "^6.0.0",
|
||||
"@types/wordpress__data-controls": "^2.2.0",
|
||||
"@wordpress/eslint-plugin": "^11.0.0",
|
||||
"eslint": "^8.12.0",
|
||||
"jest": "^27.5.1",
|
||||
"jest-cli": "^27.5.1",
|
||||
"redux": "^4.1.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "^27.1.3",
|
||||
"typescript": "^4.6.2"
|
||||
|
|
|
@ -422,7 +422,9 @@ importers:
|
|||
'@babel/runtime': ^7.17.2
|
||||
'@testing-library/react': ^12.1.3
|
||||
'@testing-library/react-hooks': ^7.0.2
|
||||
'@types/wordpress__compose': ^4.0.1
|
||||
'@types/wordpress__core-data': ^2.4.5
|
||||
'@types/wordpress__data': ^6.0.0
|
||||
'@types/wordpress__data-controls': ^2.2.0
|
||||
'@woocommerce/date': workspace:*
|
||||
'@woocommerce/navigation': workspace:*
|
||||
|
@ -443,6 +445,7 @@ importers:
|
|||
jest-cli: ^27.5.1
|
||||
md5: ^2.3.0
|
||||
qs: ^6.10.3
|
||||
redux: ^4.1.0
|
||||
rememo: ^4.0.0
|
||||
rimraf: ^3.0.2
|
||||
ts-jest: ^27.1.3
|
||||
|
@ -470,12 +473,15 @@ importers:
|
|||
'@babel/runtime': 7.17.7
|
||||
'@testing-library/react': 12.1.4
|
||||
'@testing-library/react-hooks': 7.0.2
|
||||
'@types/wordpress__compose': 4.0.1
|
||||
'@types/wordpress__core-data': 2.4.5
|
||||
'@types/wordpress__data': 6.0.0
|
||||
'@types/wordpress__data-controls': 2.2.0
|
||||
'@wordpress/eslint-plugin': 11.0.1_7c040a9b494a33cf8bf9079642892fb1
|
||||
eslint: 8.12.0
|
||||
jest: 27.5.1
|
||||
jest-cli: 27.5.1
|
||||
redux: 4.1.2
|
||||
rimraf: 3.0.2
|
||||
ts-jest: 27.1.3_b64eba0a9f1c7068f7f3a75addda5ccd
|
||||
typescript: 4.6.2
|
||||
|
@ -14034,7 +14040,7 @@ packages:
|
|||
'@wordpress/data': 6.4.1
|
||||
'@wordpress/deprecated': 3.4.1
|
||||
'@wordpress/dom': 3.4.1
|
||||
'@wordpress/element': 4.2.1
|
||||
'@wordpress/element': 4.3.0
|
||||
'@wordpress/hooks': 3.5.0
|
||||
'@wordpress/html-entities': 3.4.1
|
||||
'@wordpress/i18n': 4.4.1
|
||||
|
@ -14063,7 +14069,7 @@ packages:
|
|||
'@wordpress/data': 6.4.1_react@17.0.2
|
||||
'@wordpress/deprecated': 3.4.1
|
||||
'@wordpress/dom': 3.4.1
|
||||
'@wordpress/element': 4.2.1
|
||||
'@wordpress/element': 4.3.0
|
||||
'@wordpress/hooks': 3.5.0
|
||||
'@wordpress/html-entities': 3.4.1
|
||||
'@wordpress/i18n': 4.4.1
|
||||
|
@ -14592,7 +14598,7 @@ packages:
|
|||
'@babel/runtime': 7.17.7
|
||||
'@types/react': 16.14.21
|
||||
'@types/react-dom': 16.9.14
|
||||
'@wordpress/escape-html': 2.4.1
|
||||
'@wordpress/escape-html': 2.5.0
|
||||
lodash: 4.17.21
|
||||
react: 17.0.2
|
||||
react-dom: 17.0.2_react@17.0.2
|
||||
|
@ -14660,7 +14666,6 @@ packages:
|
|||
engines: {node: '>=12'}
|
||||
dependencies:
|
||||
'@babel/runtime': 7.17.7
|
||||
dev: false
|
||||
|
||||
/@wordpress/eslint-plugin/11.0.1_2205da2c9bef219d53091cb9dbc5524c:
|
||||
resolution: {integrity: sha512-HDKwKjOmCaWdyJEtWKRAd0xK/NAXL/ykUP/I8l+zCvzvCXbS1UuixWN09RRzl09tv17JUtPiEqehDilkWRCBZg==}
|
||||
|
|
Loading…
Reference in New Issue