Fix @woocommerce/block-templates changes not being picked up on build (#43328)
This commit is contained in:
parent
b36bacf531
commit
9ba256235a
|
@ -139,6 +139,7 @@
|
|||
"@woocommerce/admin-e2e-tests": "workspace:*",
|
||||
"@woocommerce/admin-layout": "workspace:*",
|
||||
"@woocommerce/ai": "workspace:0.1.0-beta.0",
|
||||
"@woocommerce/block-templates": "workspace:*",
|
||||
"@woocommerce/components": "workspace:*",
|
||||
"@woocommerce/csv-export": "workspace:*",
|
||||
"@woocommerce/currency": "workspace:*",
|
||||
|
@ -326,6 +327,10 @@
|
|||
"node_modules/@woocommerce/components/build-module",
|
||||
"node_modules/@woocommerce/components/build-style",
|
||||
"node_modules/@woocommerce/components/build-types",
|
||||
"node_modules/@woocommerce/block-templates/build",
|
||||
"node_modules/@woocommerce/block-templates/build-module",
|
||||
"node_modules/@woocommerce/block-templates/build-style",
|
||||
"node_modules/@woocommerce/block-templates/build-types",
|
||||
"node_modules/@woocommerce/ai/build",
|
||||
"node_modules/@woocommerce/ai/build-module",
|
||||
"node_modules/@woocommerce/ai/build-style",
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This does not change functionality of the product. It only changes the build to ensure that @woocommerce/block-templates updates are picked up when running.
|
||||
|
||||
|
|
@ -222,7 +222,6 @@
|
|||
"node_modules/@woocommerce/e2e-core-tests/CHANGELOG.md",
|
||||
"node_modules/@woocommerce/api/dist/",
|
||||
"node_modules/@woocommerce/admin-e2e-tests/build",
|
||||
"node_modules/@woocommerce/classic-assets/build",
|
||||
"node_modules/@woocommerce/block-library/build",
|
||||
"node_modules/@woocommerce/block-library/blocks.ini",
|
||||
"node_modules/@woocommerce/admin-library/build",
|
||||
|
|
|
@ -3424,6 +3424,9 @@ importers:
|
|||
'@woocommerce/ai':
|
||||
specifier: workspace:0.1.0-beta.0
|
||||
version: link:../../packages/js/ai
|
||||
'@woocommerce/block-templates':
|
||||
specifier: workspace:*
|
||||
version: link:../../packages/js/block-templates
|
||||
'@woocommerce/components':
|
||||
specifier: workspace:*
|
||||
version: link:../../packages/js/components
|
||||
|
@ -7584,7 +7587,7 @@ packages:
|
|||
'@babel/core': ^7.12.0
|
||||
dependencies:
|
||||
'@babel/core': 7.12.9
|
||||
'@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.12.9)
|
||||
'@babel/helper-create-class-features-plugin': 7.23.5(@babel/core@7.12.9)
|
||||
'@babel/helper-plugin-utils': 7.22.5
|
||||
'@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.12.9)
|
||||
dev: true
|
||||
|
@ -7596,7 +7599,7 @@ packages:
|
|||
'@babel/core': ^7.12.0
|
||||
dependencies:
|
||||
'@babel/core': 7.23.5
|
||||
'@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.23.5)
|
||||
'@babel/helper-create-class-features-plugin': 7.23.5(@babel/core@7.23.5)
|
||||
'@babel/helper-plugin-utils': 7.22.5
|
||||
'@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.5)
|
||||
|
||||
|
@ -9065,6 +9068,18 @@ packages:
|
|||
'@babel/core': 7.23.6
|
||||
'@babel/helper-plugin-utils': 7.22.5
|
||||
|
||||
/@babel/plugin-transform-typescript@7.23.5(@babel/core@7.23.5):
|
||||
resolution: {integrity: sha512-2fMkXEJkrmwgu2Bsv1Saxgj30IXZdJ+84lQcKKI7sm719oXs0BBw2ZENKdJdR1PjWndgLCEBNXJOri0fk7RYQA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.23.5
|
||||
'@babel/helper-annotate-as-pure': 7.22.5
|
||||
'@babel/helper-create-class-features-plugin': 7.23.5(@babel/core@7.23.5)
|
||||
'@babel/helper-plugin-utils': 7.22.5
|
||||
'@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.5)
|
||||
|
||||
/@babel/plugin-transform-typescript@7.23.5(@babel/core@7.23.6):
|
||||
resolution: {integrity: sha512-2fMkXEJkrmwgu2Bsv1Saxgj30IXZdJ+84lQcKKI7sm719oXs0BBw2ZENKdJdR1PjWndgLCEBNXJOri0fk7RYQA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
@ -9102,18 +9117,6 @@ packages:
|
|||
'@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.2)
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-transform-typescript@7.23.6(@babel/core@7.23.5):
|
||||
resolution: {integrity: sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.23.5
|
||||
'@babel/helper-annotate-as-pure': 7.22.5
|
||||
'@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.23.5)
|
||||
'@babel/helper-plugin-utils': 7.22.5
|
||||
'@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.5)
|
||||
|
||||
/@babel/plugin-transform-typescript@7.23.6(@babel/core@7.23.6):
|
||||
resolution: {integrity: sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
@ -9335,7 +9338,7 @@ packages:
|
|||
dependencies:
|
||||
'@babel/compat-data': 7.23.5
|
||||
'@babel/core': 7.12.9
|
||||
'@babel/helper-compilation-targets': 7.23.6
|
||||
'@babel/helper-compilation-targets': 7.22.15
|
||||
'@babel/helper-plugin-utils': 7.22.5
|
||||
'@babel/helper-validator-option': 7.23.5
|
||||
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.12.9)
|
||||
|
@ -9426,7 +9429,7 @@ packages:
|
|||
dependencies:
|
||||
'@babel/compat-data': 7.23.5
|
||||
'@babel/core': 7.23.5
|
||||
'@babel/helper-compilation-targets': 7.23.6
|
||||
'@babel/helper-compilation-targets': 7.22.15
|
||||
'@babel/helper-plugin-utils': 7.22.5
|
||||
'@babel/helper-validator-option': 7.23.5
|
||||
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.23.5)
|
||||
|
@ -9851,7 +9854,7 @@ packages:
|
|||
'@babel/helper-validator-option': 7.23.5
|
||||
'@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.5)
|
||||
'@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.5)
|
||||
'@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.23.5)
|
||||
'@babel/plugin-transform-typescript': 7.23.5(@babel/core@7.23.5)
|
||||
|
||||
/@babel/preset-typescript@7.23.3(@babel/core@7.23.6):
|
||||
resolution: {integrity: sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==}
|
||||
|
@ -17183,10 +17186,10 @@ packages:
|
|||
/@storybook/mdx1-csf@0.0.1(@babel/core@7.23.5):
|
||||
resolution: {integrity: sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==}
|
||||
dependencies:
|
||||
'@babel/generator': 7.23.6
|
||||
'@babel/parser': 7.23.6
|
||||
'@babel/generator': 7.23.5
|
||||
'@babel/parser': 7.23.5
|
||||
'@babel/preset-env': 7.23.5(@babel/core@7.23.5)
|
||||
'@babel/types': 7.23.6
|
||||
'@babel/types': 7.23.5
|
||||
'@mdx-js/mdx': 1.6.22
|
||||
'@types/lodash': 4.14.202
|
||||
js-string-escape: 1.0.1
|
||||
|
@ -52982,7 +52985,7 @@ packages:
|
|||
webpack: '>=5.32.0'
|
||||
dependencies:
|
||||
ansis: 1.5.6
|
||||
webpack: 5.89.0(webpack-cli@5.1.4)
|
||||
webpack: 5.89.0(webpack-cli@3.3.12)
|
||||
|
||||
/webpack-rtl-plugin@2.0.0:
|
||||
resolution: {integrity: sha512-lROgFkiPjapg9tcZ8FiLWeP5pJoG00018aEjLTxSrVldPD1ON+LPlhKPHjb7eE8Bc0+KL23pxcAjWDGOv9+UAw==}
|
||||
|
|
Loading…
Reference in New Issue