Updated PNPM Lock File (#44382)
* Updated Lock File * Add changefile(s) from automation for the following project(s): woo-ai --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
73f098b563
commit
a90b044e73
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: Just fixing a lock file after a tool was removed.
|
||||
|
|
@ -125,6 +125,27 @@
|
|||
"watch:build:project:wp-scripts": {
|
||||
"command": "wp-scripts start",
|
||||
"service": true
|
||||
},
|
||||
"dependencyOutputs": {
|
||||
"allowUsuallyExcludedPaths": true,
|
||||
"files": [
|
||||
"node_modules/@woocommerce/eslint-plugin/configs",
|
||||
"node_modules/@woocommerce/eslint-plugin/rules",
|
||||
"node_modules/@woocommerce/eslint-plugin/index.js",
|
||||
"node_modules/@woocommerce/dependency-extraction-webpack-plugin/src/",
|
||||
"node_modules/@woocommerce/tracks/build",
|
||||
"node_modules/@woocommerce/tracks/build-module",
|
||||
"node_modules/@woocommerce/tracks/build-types",
|
||||
"node_modules/@woocommerce/components/build",
|
||||
"node_modules/@woocommerce/components/build-module",
|
||||
"node_modules/@woocommerce/components/build-style",
|
||||
"node_modules/@woocommerce/components/build-types",
|
||||
"node_modules/@woocommerce/ai/build",
|
||||
"node_modules/@woocommerce/ai/build-module",
|
||||
"node_modules/@woocommerce/ai/build-style",
|
||||
"node_modules/@woocommerce/ai/build-types",
|
||||
"package.json"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4606,22 +4606,6 @@ importers:
|
|||
specifier: 3.5.0
|
||||
version: 3.5.0
|
||||
|
||||
tools/create-extension:
|
||||
dependencies:
|
||||
chalk:
|
||||
specifier: ^4.1.2
|
||||
version: 4.1.2
|
||||
fs-extra:
|
||||
specifier: 10.1.0
|
||||
version: 10.1.0
|
||||
promptly:
|
||||
specifier: ^3.2.0
|
||||
version: 3.2.0
|
||||
devDependencies:
|
||||
wireit:
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
tools/monorepo-merge:
|
||||
dependencies:
|
||||
'@oclif/core':
|
||||
|
|
Loading…
Reference in New Issue