pnpm install --no-frozen-lockfile
This commit is contained in:
parent
a2eaf0ea55
commit
c37a6662c6
|
@ -100,7 +100,18 @@ importers:
|
|||
|
||||
packages/js/e2e-core-tests:
|
||||
specifiers:
|
||||
'@babel/cli': 7.12.8
|
||||
'@babel/core': 7.12.9
|
||||
'@babel/plugin-proposal-async-generator-functions': ^7.16.4
|
||||
'@babel/plugin-proposal-object-rest-spread': ^7.16.0
|
||||
'@babel/plugin-transform-react-jsx': ^7.16.0
|
||||
'@babel/plugin-transform-runtime': ^7.16.4
|
||||
'@babel/polyfill': 7.12.1
|
||||
'@babel/preset-env': 7.12.7
|
||||
'@jest/globals': ^26.4.2
|
||||
'@wordpress/babel-plugin-import-jsx-pragma': 1.1.3
|
||||
'@wordpress/babel-preset-default': 3.0.2
|
||||
'@wordpress/browserslist-config': ^4.1.0
|
||||
'@wordpress/deprecated': ^3.2.3
|
||||
config: 3.3.3
|
||||
faker: ^5.1.0
|
||||
|
@ -109,6 +120,18 @@ importers:
|
|||
'@wordpress/deprecated': 3.2.3
|
||||
config: 3.3.3
|
||||
faker: 5.5.3
|
||||
devDependencies:
|
||||
'@babel/cli': 7.12.8_@babel+core@7.12.9
|
||||
'@babel/core': 7.12.9
|
||||
'@babel/plugin-proposal-async-generator-functions': 7.16.4_@babel+core@7.12.9
|
||||
'@babel/plugin-proposal-object-rest-spread': 7.16.0_@babel+core@7.12.9
|
||||
'@babel/plugin-transform-react-jsx': 7.16.0_@babel+core@7.12.9
|
||||
'@babel/plugin-transform-runtime': 7.16.4_@babel+core@7.12.9
|
||||
'@babel/polyfill': 7.12.1
|
||||
'@babel/preset-env': 7.12.7_@babel+core@7.12.9
|
||||
'@wordpress/babel-plugin-import-jsx-pragma': 1.1.3_@babel+core@7.12.9
|
||||
'@wordpress/babel-preset-default': 3.0.2
|
||||
'@wordpress/browserslist-config': 4.1.0
|
||||
|
||||
packages/js/e2e-environment:
|
||||
specifiers:
|
||||
|
@ -7663,7 +7686,7 @@ packages:
|
|||
|
||||
/core-js/2.6.12:
|
||||
resolution: {integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==}
|
||||
deprecated: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
|
||||
deprecated: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
|
||||
requiresBuild: true
|
||||
|
||||
/core-js/3.19.1:
|
||||
|
|
Loading…
Reference in New Issue