Update pnpm-lock.yaml
This commit is contained in:
parent
65a8dbcd5a
commit
16bb4b633a
|
@ -49,7 +49,6 @@
|
|||
"@automattic/data-stores": "^2.0.1",
|
||||
"@babel/core": "^7.17.5",
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"@woocommerce/data": "workspace:*",
|
||||
"eslint": "^8.12.0",
|
||||
"jest": "^27.5.1",
|
||||
"jest-cli": "^27.5.1",
|
||||
|
|
|
@ -1005,6 +1005,7 @@ importers:
|
|||
|
||||
packages/js/notices:
|
||||
specifiers:
|
||||
'@automattic/data-stores': ^2.0.1
|
||||
'@babel/core': ^7.17.5
|
||||
'@woocommerce/eslint-plugin': workspace:*
|
||||
'@wordpress/a11y': ^3.5.0
|
||||
|
@ -1013,6 +1014,7 @@ importers:
|
|||
eslint: ^8.12.0
|
||||
jest: ^27.5.1
|
||||
jest-cli: ^27.5.1
|
||||
redux: ^4.2.0
|
||||
rimraf: ^3.0.2
|
||||
ts-jest: ^27.1.3
|
||||
typescript: ^4.6.2
|
||||
|
@ -1021,11 +1023,13 @@ importers:
|
|||
'@wordpress/data': 6.4.1
|
||||
'@wordpress/notices': 3.4.1
|
||||
devDependencies:
|
||||
'@automattic/data-stores': 2.0.1_@wordpress+data@6.4.1
|
||||
'@babel/core': 7.17.8
|
||||
'@woocommerce/eslint-plugin': link:../eslint-plugin
|
||||
eslint: 8.12.0
|
||||
jest: 27.5.1
|
||||
jest-cli: 27.5.1
|
||||
redux: 4.2.0
|
||||
rimraf: 3.0.2
|
||||
ts-jest: 27.1.3_b64eba0a9f1c7068f7f3a75addda5ccd
|
||||
typescript: 4.6.2
|
||||
|
@ -13711,6 +13715,7 @@ packages:
|
|||
re-resizable: 4.11.0
|
||||
transitivePeerDependencies:
|
||||
- react
|
||||
- react-dom
|
||||
dev: true
|
||||
|
||||
/@types/wordpress__compose/4.0.1:
|
||||
|
@ -18577,7 +18582,7 @@ packages:
|
|||
dev: true
|
||||
|
||||
/buffer-crc32/0.2.13:
|
||||
resolution: {integrity: sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=}
|
||||
resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==}
|
||||
|
||||
/buffer-fill/1.0.0:
|
||||
resolution: {integrity: sha1-+PeLdniYiO858gXNY39o5wISKyw=}
|
||||
|
@ -34644,6 +34649,12 @@ packages:
|
|||
dependencies:
|
||||
'@babel/runtime': 7.17.7
|
||||
|
||||
/redux/4.2.0:
|
||||
resolution: {integrity: sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==}
|
||||
dependencies:
|
||||
'@babel/runtime': 7.17.7
|
||||
dev: true
|
||||
|
||||
/reflect.ownkeys/0.2.0:
|
||||
resolution: {integrity: sha1-dJrO7H8/34tj+SegSAnpDFwLNGA=}
|
||||
|
||||
|
|
Loading…
Reference in New Issue