Use syncpack customTypes to keep pnpm and node in sync. Update pnpm to 8.6.7 (#39245)
This commit is contained in:
parent
a511e72b4c
commit
4a2fd63b99
|
@ -29,7 +29,7 @@ runs:
|
||||||
- name: Setup PNPM
|
- name: Setup PNPM
|
||||||
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd
|
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd
|
||||||
with:
|
with:
|
||||||
version: '8.6.5'
|
version: '8.6.7'
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
|
||||||
|
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- name: Setup PNPM
|
- name: Setup PNPM
|
||||||
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd
|
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd
|
||||||
with:
|
with:
|
||||||
version: '8.6.5'
|
version: '8.6.7'
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
|
||||||
|
|
|
@ -44,7 +44,7 @@ jobs:
|
||||||
- name: Setup PNPM
|
- name: Setup PNPM
|
||||||
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd
|
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd
|
||||||
with:
|
with:
|
||||||
version: '8.6.5'
|
version: '8.6.7'
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
|
||||||
|
@ -106,7 +106,7 @@ jobs:
|
||||||
- name: Setup PNPM
|
- name: Setup PNPM
|
||||||
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd
|
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd
|
||||||
with:
|
with:
|
||||||
version: '8.6.5'
|
version: '8.6.7'
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
|
||||||
|
|
71
.syncpackrc
71
.syncpackrc
|
@ -1,22 +1,39 @@
|
||||||
{
|
{
|
||||||
"dev": true,
|
|
||||||
"filter": "^(?:config|react|react-dom|eslint|typescript|@typescript-eslint|@types/react|@wordpress|@types/wordpress__components|postcss|@types/node).*$",
|
|
||||||
"indent": "\t",
|
"indent": "\t",
|
||||||
"overrides": true,
|
|
||||||
"peer": true,
|
|
||||||
"pnpmOverrides": true,
|
|
||||||
"prod": true,
|
|
||||||
"semverRange": "^",
|
"semverRange": "^",
|
||||||
"workspace": true,
|
"customTypes": {
|
||||||
|
"engines": {
|
||||||
|
"path": "engines",
|
||||||
|
"strategy": "versionsByName"
|
||||||
|
}
|
||||||
|
},
|
||||||
"versionGroups": [
|
"versionGroups": [
|
||||||
|
{
|
||||||
|
"dependencies": [
|
||||||
|
"pnpm"
|
||||||
|
],
|
||||||
|
"pinVersion": "^8.6.7",
|
||||||
|
"packages": [
|
||||||
|
"**"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dependencies": [
|
||||||
|
"node"
|
||||||
|
],
|
||||||
|
"dependencyTypes": [
|
||||||
|
"engines"
|
||||||
|
],
|
||||||
|
"pinVersion": "^16.14.1",
|
||||||
|
"packages": [
|
||||||
|
"**"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"@typescript-eslint/**"
|
"@typescript-eslint/**"
|
||||||
],
|
],
|
||||||
"dependencyTypes": [
|
"pinVersion": "^5.54.0",
|
||||||
"devDependencies"
|
|
||||||
],
|
|
||||||
"pinVersion": "^5.43.0",
|
|
||||||
"packages": [
|
"packages": [
|
||||||
"**"
|
"**"
|
||||||
]
|
]
|
||||||
|
@ -187,6 +204,38 @@
|
||||||
"**"
|
"**"
|
||||||
],
|
],
|
||||||
"pinVersion": "^16.18.18"
|
"pinVersion": "^16.18.18"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Only manage versions for these dependencies",
|
||||||
|
"dependencies": [
|
||||||
|
"@types/node",
|
||||||
|
"@types/react",
|
||||||
|
"@types/wordpress__components",
|
||||||
|
"@typescript-eslint/**",
|
||||||
|
"@wordpress/**",
|
||||||
|
"config",
|
||||||
|
"eslint",
|
||||||
|
"node",
|
||||||
|
"pnpm",
|
||||||
|
"postcss",
|
||||||
|
"postcss-loader",
|
||||||
|
"react",
|
||||||
|
"react-dom",
|
||||||
|
"typescript"
|
||||||
|
],
|
||||||
|
"packages": [
|
||||||
|
"**"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Ignore versions for everything else",
|
||||||
|
"dependencies": [
|
||||||
|
"**"
|
||||||
|
],
|
||||||
|
"packages": [
|
||||||
|
"**"
|
||||||
|
],
|
||||||
|
"isIgnored": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"homepage": "https://woocommerce.com/",
|
"homepage": "https://woocommerce.com/",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
"request": "^2.88.2",
|
"request": "^2.88.2",
|
||||||
"sass": "^1.59.3",
|
"sass": "^1.59.3",
|
||||||
"sass-loader": "^10.4.1",
|
"sass-loader": "^10.4.1",
|
||||||
"syncpack": "^10.1.0",
|
"syncpack": "^10.7.3",
|
||||||
"turbo": "^1.10.7",
|
"turbo": "^1.10.7",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^4.9.5",
|
||||||
"url-loader": "^1.1.2",
|
"url-loader": "^1.1.2",
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Update pnpm to 8.6.7
|
|
@ -6,7 +6,7 @@
|
||||||
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/admin-e2e-tests/README.md",
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/admin-e2e-tests/README.md",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"e2e": "jest",
|
"e2e": "jest",
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Update pnpm to 8.6.7
|
|
@ -6,7 +6,7 @@
|
||||||
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/api/README.md",
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/api/README.md",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Update pnpm to 8.6.7
|
|
@ -6,7 +6,7 @@
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"wordpress",
|
"wordpress",
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Update pnpm to 8.6.7
|
|
@ -7,7 +7,7 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "composer install",
|
"postinstall": "composer install",
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Update pnpm to 8.6.7
|
|
@ -5,7 +5,7 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "composer install",
|
"postinstall": "composer install",
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Update pnpm to 8.6.7
|
|
@ -6,7 +6,7 @@
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"wordpress",
|
"wordpress",
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Update pnpm to 8.6.7
|
|
@ -11,7 +11,7 @@
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/currency/README.md",
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/currency/README.md",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Update pnpm to 8.6.7
|
|
@ -10,7 +10,7 @@
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/customer-effort-score/README.md",
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/customer-effort-score/README.md",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Update pnpm to 8.6.7
|
|
@ -11,7 +11,7 @@
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/data/README.md",
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/data/README.md",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Update pnpm to 8.6.7
|
|
@ -11,7 +11,7 @@
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/date/README.md",
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/date/README.md",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Update pnpm to 8.6.7
|
|
@ -10,7 +10,7 @@
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/dependency-extraction-webpack-plugin/README.md",
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/dependency-extraction-webpack-plugin/README.md",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"license": "GPL-3.0+",
|
"license": "GPL-3.0+",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"module": "build-module/index.js",
|
"module": "build-module/index.js",
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/e2e-environment/README.md",
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/e2e-environment/README.md",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"license": "GPL-3.0+",
|
"license": "GPL-3.0+",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"module": "build-module/index.js",
|
"module": "build-module/index.js",
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Update pnpm to 8.6.7
|
|
@ -6,7 +6,7 @@
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"wordpress",
|
"wordpress",
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Update pnpm to 8.6.7
|
|
@ -6,7 +6,7 @@
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"wordpress",
|
"wordpress",
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Update pnpm to 8.6.7
|
|
@ -6,7 +6,7 @@
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"wordpress",
|
"wordpress",
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Update pnpm to 8.6.7
|
|
@ -5,7 +5,7 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "composer install",
|
"postinstall": "composer install",
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"main": "build.js",
|
"main": "build.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"e2e-builds": "./build.js"
|
"e2e-builds": "./build.js"
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/internal-js-tests/README.md",
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/internal-js-tests/README.md",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"wordpress",
|
"wordpress",
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Update pnpm to 8.6.7
|
|
@ -6,7 +6,7 @@
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"wordpress",
|
"wordpress",
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"wordpress",
|
"wordpress",
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Update pnpm to 8.6.7
|
|
@ -6,7 +6,7 @@
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"wordpress",
|
"wordpress",
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Update pnpm to 8.6.7
|
|
@ -6,7 +6,7 @@
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"wordpress",
|
"wordpress",
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Update pnpm to 8.6.7
|
|
@ -6,7 +6,7 @@
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"wordpress",
|
"wordpress",
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Update pnpm to 8.6.7
|
|
@ -76,7 +76,7 @@
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.php": [
|
"*.php": [
|
||||||
|
|
|
@ -246,6 +246,6 @@
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Update pnpm to 8.6.7
|
|
@ -76,7 +76,7 @@
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.php": [
|
"*.php": [
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Update pnpm to 8.6.7
|
|
@ -60,7 +60,7 @@
|
||||||
"@babel/register": "7.12.1",
|
"@babel/register": "7.12.1",
|
||||||
"@playwright/test": "^1.33.0",
|
"@playwright/test": "^1.33.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||||
"@typescript-eslint/experimental-utils": "^5.43.0",
|
"@typescript-eslint/experimental-utils": "^5.54.0",
|
||||||
"@typescript-eslint/parser": "^5.54.0",
|
"@typescript-eslint/parser": "^5.54.0",
|
||||||
"@woocommerce/admin-e2e-tests": "workspace:*",
|
"@woocommerce/admin-e2e-tests": "workspace:*",
|
||||||
"@woocommerce/api": "workspace:*",
|
"@woocommerce/api": "workspace:*",
|
||||||
|
@ -109,7 +109,7 @@
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"> 0.1%",
|
"> 0.1%",
|
||||||
|
|
234
pnpm-lock.yaml
234
pnpm-lock.yaml
|
@ -104,8 +104,8 @@ importers:
|
||||||
specifier: ^10.4.1
|
specifier: ^10.4.1
|
||||||
version: 10.4.1(sass@1.60.0)(webpack@5.76.3)
|
version: 10.4.1(sass@1.60.0)(webpack@5.76.3)
|
||||||
syncpack:
|
syncpack:
|
||||||
specifier: ^10.1.0
|
specifier: ^10.7.3
|
||||||
version: 10.1.0
|
version: 10.7.3
|
||||||
turbo:
|
turbo:
|
||||||
specifier: ^1.10.7
|
specifier: ^1.10.7
|
||||||
version: 1.10.7
|
version: 1.10.7
|
||||||
|
@ -2571,8 +2571,8 @@ importers:
|
||||||
specifier: ^5.54.0
|
specifier: ^5.54.0
|
||||||
version: 5.54.0(@typescript-eslint/parser@5.54.0)(eslint@8.32.0)(typescript@4.9.5)
|
version: 5.54.0(@typescript-eslint/parser@5.54.0)(eslint@8.32.0)(typescript@4.9.5)
|
||||||
'@typescript-eslint/experimental-utils':
|
'@typescript-eslint/experimental-utils':
|
||||||
specifier: ^5.43.0
|
specifier: ^5.54.0
|
||||||
version: 5.43.0(eslint@8.32.0)(typescript@4.9.5)
|
version: 5.54.0(eslint@8.32.0)(typescript@4.9.5)
|
||||||
'@typescript-eslint/parser':
|
'@typescript-eslint/parser':
|
||||||
specifier: ^5.54.0
|
specifier: ^5.54.0
|
||||||
version: 5.54.0(eslint@8.32.0)(typescript@4.9.5)
|
version: 5.54.0(eslint@8.32.0)(typescript@4.9.5)
|
||||||
|
@ -4179,7 +4179,7 @@ packages:
|
||||||
'@babel/core': ^7.0.0-0
|
'@babel/core': ^7.0.0-0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.21.3
|
'@babel/core': 7.21.3
|
||||||
'@jridgewell/trace-mapping': 0.3.17
|
'@jridgewell/trace-mapping': 0.3.16
|
||||||
commander: 4.1.1
|
commander: 4.1.1
|
||||||
convert-source-map: 1.8.0
|
convert-source-map: 1.8.0
|
||||||
fs-readdir-recursive: 1.1.0
|
fs-readdir-recursive: 1.1.0
|
||||||
|
@ -5285,7 +5285,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.12.9
|
'@babel/core': 7.12.9
|
||||||
'@babel/helper-create-class-features-plugin': 7.19.0(@babel/core@7.12.9)
|
'@babel/helper-create-class-features-plugin': 7.19.0(@babel/core@7.12.9)
|
||||||
'@babel/helper-plugin-utils': 7.21.5
|
'@babel/helper-plugin-utils': 7.20.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
|
@ -9845,8 +9845,8 @@ packages:
|
||||||
'@babel/core': ^7.0.0-0
|
'@babel/core': ^7.0.0-0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.17.8
|
'@babel/core': 7.17.8
|
||||||
'@babel/helper-plugin-utils': 7.21.5
|
'@babel/helper-plugin-utils': 7.20.2
|
||||||
'@babel/helper-validator-option': 7.21.0
|
'@babel/helper-validator-option': 7.18.6
|
||||||
'@babel/plugin-transform-flow-strip-types': 7.16.7(@babel/core@7.17.8)
|
'@babel/plugin-transform-flow-strip-types': 7.16.7(@babel/core@7.17.8)
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -10203,6 +10203,45 @@ packages:
|
||||||
resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==}
|
resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==}
|
||||||
engines: {node: '>=10.0.0'}
|
engines: {node: '>=10.0.0'}
|
||||||
|
|
||||||
|
/@effect/data@0.12.9:
|
||||||
|
resolution: {integrity: sha512-nuzFo+2LK4yG9H16WRv51MDhUAIuUGhmKYkuSrgCApwwLy2eUATaioQEbbR2rHOTprOiYpbIYKwvPsylEm/Fdw==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@effect/io@0.26.2:
|
||||||
|
resolution: {integrity: sha512-PdqtgmfEw88kX1UKZZvK42dpMZPSCPmdWAAzN17yCzfEsA3HoPjjxo9jLyzfjtUcU+tWO0tF/GY7pcDVLcJZAg==}
|
||||||
|
dependencies:
|
||||||
|
'@effect/data': 0.12.9
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@effect/io@0.27.0:
|
||||||
|
resolution: {integrity: sha512-3ZUaf6B+aH83HPJ84KTthd4glgrRk6DXj9M915OB9G4cMbbJAwE/709tgamzD2IxcfSlqPowtvx73Cs4N7Ywrw==}
|
||||||
|
dependencies:
|
||||||
|
'@effect/data': 0.12.9
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@effect/match@0.24.5:
|
||||||
|
resolution: {integrity: sha512-mMoQLGt8s0AmXQR1yUTdBCbdzNIn8d5Ujf1o0T4mldiap4/eq3pf8cvyQm8dHK1Y8KyT4dA2ukJq56rSMIBZXA==}
|
||||||
|
dependencies:
|
||||||
|
'@effect/data': 0.12.9
|
||||||
|
'@effect/schema': 0.20.3
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@effect/schema@0.20.3:
|
||||||
|
resolution: {integrity: sha512-pjJW9QkHZd2/fq7Bhd6pAOidMJ0OUODOeUlesPDK0jpo62AaU9g+IGXt3v5NU8rXSX77igZgfK08XhmofwHn0A==}
|
||||||
|
dependencies:
|
||||||
|
'@effect/data': 0.12.9
|
||||||
|
'@effect/io': 0.26.2
|
||||||
|
fast-check: 3.11.0
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@effect/schema@0.21.0:
|
||||||
|
resolution: {integrity: sha512-IFB6hnwuTzHKaMGrAuzp0LBIIkPtW8gaXXQAik/h7ZnPpE8sOkSWKyDHuD4lpOqgsFp1G55NobVKpJUPcL8Onw==}
|
||||||
|
dependencies:
|
||||||
|
'@effect/data': 0.12.9
|
||||||
|
'@effect/io': 0.27.0
|
||||||
|
fast-check: 3.11.0
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@emotion/babel-plugin@11.10.5(@babel/core@7.17.8):
|
/@emotion/babel-plugin@11.10.5(@babel/core@7.17.8):
|
||||||
resolution: {integrity: sha512-xE7/hyLHJac7D2Ve9dKroBBZqBT7WuPQmWcq7HSGb84sUuP4mlOWoB8dvVfD9yk5DHkU1m6RW7xSoDtnQHNQeA==}
|
resolution: {integrity: sha512-xE7/hyLHJac7D2Ve9dKroBBZqBT7WuPQmWcq7HSGb84sUuP4mlOWoB8dvVfD9yk5DHkU1m6RW7xSoDtnQHNQeA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -11695,7 +11734,6 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jridgewell/resolve-uri': 3.1.0
|
'@jridgewell/resolve-uri': 3.1.0
|
||||||
'@jridgewell/sourcemap-codec': 1.4.14
|
'@jridgewell/sourcemap-codec': 1.4.14
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@jridgewell/trace-mapping@0.3.17:
|
/@jridgewell/trace-mapping@0.3.17:
|
||||||
resolution: {integrity: sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==}
|
resolution: {integrity: sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==}
|
||||||
|
@ -17042,13 +17080,13 @@ packages:
|
||||||
- typescript
|
- typescript
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/experimental-utils@5.43.0(eslint@8.32.0)(typescript@4.9.5):
|
/@typescript-eslint/experimental-utils@5.54.0(eslint@8.32.0)(typescript@4.9.5):
|
||||||
resolution: {integrity: sha512-WkT637CumTJbm/hRbFfnHBMgfUYTKr08LitVsD7gQId7bi6rnkx3pu3jac67lmp5ObW4MpJ9SNFZAIOUB/Qbsw==}
|
resolution: {integrity: sha512-rRYECOTh5V3iWsrOzXi7h1jp3Bi9OkJHrb3wECi3DVqMGTilo9wAYmCbT+6cGdrzUY3MWcAa2mESM6FMik6tVw==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/utils': 5.43.0(eslint@8.32.0)(typescript@4.9.5)
|
'@typescript-eslint/utils': 5.54.0(eslint@8.32.0)(typescript@4.9.5)
|
||||||
eslint: 8.32.0
|
eslint: 8.32.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
@ -17102,14 +17140,6 @@ packages:
|
||||||
'@typescript-eslint/visitor-keys': 4.33.0
|
'@typescript-eslint/visitor-keys': 4.33.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/scope-manager@5.43.0:
|
|
||||||
resolution: {integrity: sha512-XNWnGaqAtTJsUiZaoiGIrdJYHsUOd3BZ3Qj5zKp9w6km6HsrjPk/TGZv0qMTWyWj0+1QOqpHQ2gZOLXaGA9Ekw==}
|
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
||||||
dependencies:
|
|
||||||
'@typescript-eslint/types': 5.43.0
|
|
||||||
'@typescript-eslint/visitor-keys': 5.43.0
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@typescript-eslint/scope-manager@5.54.0:
|
/@typescript-eslint/scope-manager@5.54.0:
|
||||||
resolution: {integrity: sha512-VTPYNZ7vaWtYna9M4oD42zENOBrb+ZYyCNdFs949GcN8Miwn37b8b7eMj+EZaq7VK9fx0Jd+JhmkhjFhvnovhg==}
|
resolution: {integrity: sha512-VTPYNZ7vaWtYna9M4oD42zENOBrb+ZYyCNdFs949GcN8Miwn37b8b7eMj+EZaq7VK9fx0Jd+JhmkhjFhvnovhg==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
|
@ -17141,11 +17171,6 @@ packages:
|
||||||
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
|
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/types@5.43.0:
|
|
||||||
resolution: {integrity: sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==}
|
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@typescript-eslint/types@5.54.0:
|
/@typescript-eslint/types@5.54.0:
|
||||||
resolution: {integrity: sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ==}
|
resolution: {integrity: sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
|
@ -17192,27 +17217,6 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/typescript-estree@5.43.0(typescript@4.9.5):
|
|
||||||
resolution: {integrity: sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==}
|
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
||||||
peerDependencies:
|
|
||||||
typescript: '*'
|
|
||||||
peerDependenciesMeta:
|
|
||||||
typescript:
|
|
||||||
optional: true
|
|
||||||
dependencies:
|
|
||||||
'@typescript-eslint/types': 5.43.0
|
|
||||||
'@typescript-eslint/visitor-keys': 5.43.0
|
|
||||||
debug: 4.3.4(supports-color@9.2.2)
|
|
||||||
globby: 11.1.0
|
|
||||||
is-glob: 4.0.3
|
|
||||||
semver: 7.5.0
|
|
||||||
tsutils: 3.21.0(typescript@4.9.5)
|
|
||||||
typescript: 4.9.5
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@typescript-eslint/typescript-estree@5.54.0(typescript@4.9.5):
|
/@typescript-eslint/typescript-estree@5.54.0(typescript@4.9.5):
|
||||||
resolution: {integrity: sha512-X2rJG97Wj/VRo5YxJ8Qx26Zqf0RRKsVHd4sav8NElhbZzhpBI8jU54i6hfo9eheumj4oO4dcRN1B/zIVEqR/MQ==}
|
resolution: {integrity: sha512-X2rJG97Wj/VRo5YxJ8Qx26Zqf0RRKsVHd4sav8NElhbZzhpBI8jU54i6hfo9eheumj4oO4dcRN1B/zIVEqR/MQ==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
|
@ -17233,26 +17237,6 @@ packages:
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
/@typescript-eslint/utils@5.43.0(eslint@8.32.0)(typescript@4.9.5):
|
|
||||||
resolution: {integrity: sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==}
|
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
||||||
peerDependencies:
|
|
||||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
||||||
dependencies:
|
|
||||||
'@types/json-schema': 7.0.9
|
|
||||||
'@types/semver': 7.3.12
|
|
||||||
'@typescript-eslint/scope-manager': 5.43.0
|
|
||||||
'@typescript-eslint/types': 5.43.0
|
|
||||||
'@typescript-eslint/typescript-estree': 5.43.0(typescript@4.9.5)
|
|
||||||
eslint: 8.32.0
|
|
||||||
eslint-scope: 5.1.1
|
|
||||||
eslint-utils: 3.0.0(eslint@8.32.0)
|
|
||||||
semver: 7.5.0
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
- typescript
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@typescript-eslint/utils@5.54.0(eslint@8.32.0)(typescript@4.9.5):
|
/@typescript-eslint/utils@5.54.0(eslint@8.32.0)(typescript@4.9.5):
|
||||||
resolution: {integrity: sha512-cuwm8D/Z/7AuyAeJ+T0r4WZmlnlxQ8wt7C7fLpFlKMR+dY6QO79Cq1WpJhvZbMA4ZeZGHiRWnht7ZJ8qkdAunw==}
|
resolution: {integrity: sha512-cuwm8D/Z/7AuyAeJ+T0r4WZmlnlxQ8wt7C7fLpFlKMR+dY6QO79Cq1WpJhvZbMA4ZeZGHiRWnht7ZJ8qkdAunw==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
|
@ -17280,14 +17264,6 @@ packages:
|
||||||
eslint-visitor-keys: 2.1.0
|
eslint-visitor-keys: 2.1.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/visitor-keys@5.43.0:
|
|
||||||
resolution: {integrity: sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==}
|
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
||||||
dependencies:
|
|
||||||
'@typescript-eslint/types': 5.43.0
|
|
||||||
eslint-visitor-keys: 3.3.0
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@typescript-eslint/visitor-keys@5.54.0:
|
/@typescript-eslint/visitor-keys@5.54.0:
|
||||||
resolution: {integrity: sha512-xu4wT7aRCakGINTLGeyGqDn+78BwFlggwBjnHa1ar/KaGagnmwLYmlrXIrgAaQ3AE1Vd6nLfKASm7LrFHNbKGA==}
|
resolution: {integrity: sha512-xu4wT7aRCakGINTLGeyGqDn+78BwFlggwBjnHa1ar/KaGagnmwLYmlrXIrgAaQ3AE1Vd6nLfKASm7LrFHNbKGA==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
|
@ -19503,7 +19479,7 @@ packages:
|
||||||
cosmiconfig: 7.0.1
|
cosmiconfig: 7.0.1
|
||||||
eslint: 8.32.0
|
eslint: 8.32.0
|
||||||
eslint-config-prettier: 8.5.0(eslint@8.32.0)
|
eslint-config-prettier: 8.5.0(eslint@8.32.0)
|
||||||
eslint-plugin-import: 2.25.4(@typescript-eslint/parser@5.54.0)(eslint@8.32.0)
|
eslint-plugin-import: 2.25.4(@typescript-eslint/parser@5.54.0)(eslint-import-resolver-typescript@2.5.0)(eslint-import-resolver-webpack@0.13.2)(eslint@8.32.0)
|
||||||
eslint-plugin-jest: 27.2.1(@typescript-eslint/eslint-plugin@5.54.0)(eslint@8.32.0)(jest@27.5.1)(typescript@4.9.5)
|
eslint-plugin-jest: 27.2.1(@typescript-eslint/eslint-plugin@5.54.0)(eslint@8.32.0)(jest@27.5.1)(typescript@4.9.5)
|
||||||
eslint-plugin-jsdoc: 39.9.1(eslint@8.32.0)
|
eslint-plugin-jsdoc: 39.9.1(eslint@8.32.0)
|
||||||
eslint-plugin-jsx-a11y: 6.5.1(eslint@8.32.0)
|
eslint-plugin-jsx-a11y: 6.5.1(eslint@8.32.0)
|
||||||
|
@ -19544,7 +19520,7 @@ packages:
|
||||||
cosmiconfig: 7.0.1
|
cosmiconfig: 7.0.1
|
||||||
eslint: 8.32.0
|
eslint: 8.32.0
|
||||||
eslint-config-prettier: 8.5.0(eslint@8.32.0)
|
eslint-config-prettier: 8.5.0(eslint@8.32.0)
|
||||||
eslint-plugin-import: 2.25.4(@typescript-eslint/parser@5.54.0)(eslint@8.32.0)
|
eslint-plugin-import: 2.25.4(@typescript-eslint/parser@5.54.0)(eslint-import-resolver-typescript@2.5.0)(eslint-import-resolver-webpack@0.13.2)(eslint@8.32.0)
|
||||||
eslint-plugin-jest: 27.2.1(@typescript-eslint/eslint-plugin@5.54.0)(eslint@8.32.0)(jest@27.5.1)(typescript@4.9.5)
|
eslint-plugin-jest: 27.2.1(@typescript-eslint/eslint-plugin@5.54.0)(eslint@8.32.0)(jest@27.5.1)(typescript@4.9.5)
|
||||||
eslint-plugin-jsdoc: 39.9.1(eslint@8.32.0)
|
eslint-plugin-jsdoc: 39.9.1(eslint@8.32.0)
|
||||||
eslint-plugin-jsx-a11y: 6.5.1(eslint@8.32.0)
|
eslint-plugin-jsx-a11y: 6.5.1(eslint@8.32.0)
|
||||||
|
@ -19585,7 +19561,7 @@ packages:
|
||||||
cosmiconfig: 7.0.1
|
cosmiconfig: 7.0.1
|
||||||
eslint: 8.32.0
|
eslint: 8.32.0
|
||||||
eslint-config-prettier: 8.5.0(eslint@8.32.0)
|
eslint-config-prettier: 8.5.0(eslint@8.32.0)
|
||||||
eslint-plugin-import: 2.25.4(@typescript-eslint/parser@5.54.0)(eslint@8.32.0)
|
eslint-plugin-import: 2.25.4(@typescript-eslint/parser@5.54.0)(eslint-import-resolver-typescript@2.5.0)(eslint-import-resolver-webpack@0.13.2)(eslint@8.32.0)
|
||||||
eslint-plugin-jest: 27.2.1(@typescript-eslint/eslint-plugin@5.54.0)(eslint@8.32.0)(jest@29.5.0)(typescript@4.9.5)
|
eslint-plugin-jest: 27.2.1(@typescript-eslint/eslint-plugin@5.54.0)(eslint@8.32.0)(jest@29.5.0)(typescript@4.9.5)
|
||||||
eslint-plugin-jsdoc: 39.9.1(eslint@8.32.0)
|
eslint-plugin-jsdoc: 39.9.1(eslint@8.32.0)
|
||||||
eslint-plugin-jsx-a11y: 6.5.1(eslint@8.32.0)
|
eslint-plugin-jsx-a11y: 6.5.1(eslint@8.32.0)
|
||||||
|
@ -21793,13 +21769,13 @@ packages:
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>= 4.12.1'
|
eslint: '>= 4.12.1'
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/code-frame': 7.18.6
|
'@babel/code-frame': 7.16.7
|
||||||
'@babel/parser': 7.21.3
|
'@babel/parser': 7.17.8
|
||||||
'@babel/traverse': 7.21.3
|
'@babel/traverse': 7.17.3
|
||||||
'@babel/types': 7.22.4
|
'@babel/types': 7.17.0
|
||||||
eslint: 7.32.0
|
eslint: 7.32.0
|
||||||
eslint-visitor-keys: 1.3.0
|
eslint-visitor-keys: 1.3.0
|
||||||
resolve: 1.22.1
|
resolve: 1.20.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -24235,6 +24211,12 @@ packages:
|
||||||
/commander@10.0.1:
|
/commander@10.0.1:
|
||||||
resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==}
|
resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
|
dev: false
|
||||||
|
|
||||||
|
/commander@11.0.0:
|
||||||
|
resolution: {integrity: sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==}
|
||||||
|
engines: {node: '>=16'}
|
||||||
|
dev: true
|
||||||
|
|
||||||
/commander@2.1.0:
|
/commander@2.1.0:
|
||||||
resolution: {integrity: sha512-J2wnb6TKniXNOtoHS8TSrG9IOQluPrsmyAJ8oCUJOBmv+uLBCyPYAZkD2jFvw2DCzIXNnISIM01NIvr35TkBMQ==}
|
resolution: {integrity: sha512-J2wnb6TKniXNOtoHS8TSrG9IOQluPrsmyAJ8oCUJOBmv+uLBCyPYAZkD2jFvw2DCzIXNnISIM01NIvr35TkBMQ==}
|
||||||
|
@ -24658,8 +24640,8 @@ packages:
|
||||||
path-type: 4.0.0
|
path-type: 4.0.0
|
||||||
yaml: 1.10.2
|
yaml: 1.10.2
|
||||||
|
|
||||||
/cosmiconfig@8.1.3:
|
/cosmiconfig@8.2.0:
|
||||||
resolution: {integrity: sha512-/UkO2JKI18b5jVMJUp0lvKFMpa/Gye+ZgZjKD+DGEN9y7NRcf/nK1A0sp67ONmKtnDCNMS44E6jrk0Yc3bDuUw==}
|
resolution: {integrity: sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
dependencies:
|
dependencies:
|
||||||
import-fresh: 3.3.0
|
import-fresh: 3.3.0
|
||||||
|
@ -26557,7 +26539,7 @@ packages:
|
||||||
has: 1.0.3
|
has: 1.0.3
|
||||||
is-core-module: 2.8.0
|
is-core-module: 2.8.0
|
||||||
is-glob: 4.0.3
|
is-glob: 4.0.3
|
||||||
minimatch: 3.1.2
|
minimatch: 3.0.4
|
||||||
object.values: 1.1.5
|
object.values: 1.1.5
|
||||||
resolve: 1.20.0
|
resolve: 1.20.0
|
||||||
tsconfig-paths: 3.14.0
|
tsconfig-paths: 3.14.0
|
||||||
|
@ -26597,36 +26579,6 @@ packages:
|
||||||
- eslint-import-resolver-webpack
|
- eslint-import-resolver-webpack
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
/eslint-plugin-import@2.25.4(@typescript-eslint/parser@5.54.0)(eslint@8.32.0):
|
|
||||||
resolution: {integrity: sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==}
|
|
||||||
engines: {node: '>=4'}
|
|
||||||
peerDependencies:
|
|
||||||
'@typescript-eslint/parser': '*'
|
|
||||||
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8
|
|
||||||
peerDependenciesMeta:
|
|
||||||
'@typescript-eslint/parser':
|
|
||||||
optional: true
|
|
||||||
dependencies:
|
|
||||||
'@typescript-eslint/parser': 5.54.0(eslint@8.32.0)(typescript@4.9.5)
|
|
||||||
array-includes: 3.1.4
|
|
||||||
array.prototype.flat: 1.2.5
|
|
||||||
debug: 2.6.9(supports-color@6.1.0)
|
|
||||||
doctrine: 2.1.0
|
|
||||||
eslint: 8.32.0
|
|
||||||
eslint-import-resolver-node: 0.3.6
|
|
||||||
eslint-module-utils: 2.7.3(@typescript-eslint/parser@5.54.0)(eslint-import-resolver-node@0.3.6)(eslint-import-resolver-typescript@2.5.0)(eslint-import-resolver-webpack@0.13.2)
|
|
||||||
has: 1.0.3
|
|
||||||
is-core-module: 2.8.0
|
|
||||||
is-glob: 4.0.3
|
|
||||||
minimatch: 3.1.2
|
|
||||||
object.values: 1.1.5
|
|
||||||
resolve: 1.20.0
|
|
||||||
tsconfig-paths: 3.14.0
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- eslint-import-resolver-typescript
|
|
||||||
- eslint-import-resolver-webpack
|
|
||||||
- supports-color
|
|
||||||
|
|
||||||
/eslint-plugin-jest@23.20.0(eslint@7.32.0)(typescript@4.9.5):
|
/eslint-plugin-jest@23.20.0(eslint@7.32.0)(typescript@4.9.5):
|
||||||
resolution: {integrity: sha512-+6BGQt85OREevBDWCvhqj1yYA4+BFK4XnRZSGJionuEYmcglMZYLNNBBemwzbqUAckURaHdJSBcjHPyrtypZOw==}
|
resolution: {integrity: sha512-+6BGQt85OREevBDWCvhqj1yYA4+BFK4XnRZSGJionuEYmcglMZYLNNBBemwzbqUAckURaHdJSBcjHPyrtypZOw==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
|
@ -27692,6 +27644,13 @@ packages:
|
||||||
'@types/offscreencanvas': 2019.7.0
|
'@types/offscreencanvas': 2019.7.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
/fast-check@3.11.0:
|
||||||
|
resolution: {integrity: sha512-H2tctb7AGfFQfz+DEr3UWhJ3s47LXsGp5g3jeJr5tHjnf4xUvpArIqiwcDmL2EXiv+auLHIpF5MqaIpIKvpxiA==}
|
||||||
|
engines: {node: '>=8.0.0'}
|
||||||
|
dependencies:
|
||||||
|
pure-rand: 6.0.1
|
||||||
|
dev: true
|
||||||
|
|
||||||
/fast-deep-equal@3.1.3:
|
/fast-deep-equal@3.1.3:
|
||||||
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
||||||
|
|
||||||
|
@ -35687,13 +35646,6 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
brace-expansion: 2.0.1
|
brace-expansion: 2.0.1
|
||||||
|
|
||||||
/minimatch@6.2.0:
|
|
||||||
resolution: {integrity: sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==}
|
|
||||||
engines: {node: '>=10'}
|
|
||||||
dependencies:
|
|
||||||
brace-expansion: 2.0.1
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/minimatch@9.0.0:
|
/minimatch@9.0.0:
|
||||||
resolution: {integrity: sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==}
|
resolution: {integrity: sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==}
|
||||||
engines: {node: '>=16 || 14 >=14.17'}
|
engines: {node: '>=16 || 14 >=14.17'}
|
||||||
|
@ -35708,6 +35660,13 @@ packages:
|
||||||
brace-expansion: 2.0.1
|
brace-expansion: 2.0.1
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
/minimatch@9.0.2:
|
||||||
|
resolution: {integrity: sha512-PZOT9g5v2ojiTL7r1xF6plNHLtOeTpSlDI007As2NlA2aYBMfVom17yqa6QzhmDP8QOhn7LjHTg7DFCVSSa6yg==}
|
||||||
|
engines: {node: '>=16 || 14 >=14.17'}
|
||||||
|
dependencies:
|
||||||
|
brace-expansion: 2.0.1
|
||||||
|
dev: true
|
||||||
|
|
||||||
/minimist-options@4.1.0:
|
/minimist-options@4.1.0:
|
||||||
resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==}
|
resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==}
|
||||||
engines: {node: '>= 6'}
|
engines: {node: '>= 6'}
|
||||||
|
@ -41170,6 +41129,14 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
lru-cache: 6.0.0
|
lru-cache: 6.0.0
|
||||||
|
|
||||||
|
/semver@7.5.3:
|
||||||
|
resolution: {integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==}
|
||||||
|
engines: {node: '>=10'}
|
||||||
|
hasBin: true
|
||||||
|
dependencies:
|
||||||
|
lru-cache: 6.0.0
|
||||||
|
dev: true
|
||||||
|
|
||||||
/send@0.18.0:
|
/send@0.18.0:
|
||||||
resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==}
|
resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==}
|
||||||
engines: {node: '>= 0.8.0'}
|
engines: {node: '>= 0.8.0'}
|
||||||
|
@ -42675,19 +42642,26 @@ packages:
|
||||||
resolution: {integrity: sha512-k8uzYIkIVwmT+TcglpdN50pS2y1BDcUnBPK9iJeGu0Pl1lOI8pD6wtzgw91Pjpe+RxtTncw32tLxs/R0yNL2Mg==}
|
resolution: {integrity: sha512-k8uzYIkIVwmT+TcglpdN50pS2y1BDcUnBPK9iJeGu0Pl1lOI8pD6wtzgw91Pjpe+RxtTncw32tLxs/R0yNL2Mg==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/syncpack@10.1.0:
|
/syncpack@10.7.3:
|
||||||
resolution: {integrity: sha512-3SMPf49tpxw170ZokyurKuJc7G45xZLtzgH6W87+7OsbRQLc+oc9UfoelVf1CuYglZsMwFott4zEShCY8o+R1Q==}
|
resolution: {integrity: sha512-nhsiOHR1zebKRn4eZn5zUjbSJm4D8GgqiraY45MsaOClPbhVJny/jWhWrjSOuwwupdwv8EYH+GA9sqCEn4DCnA==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=18'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
'@effect/data': 0.12.9
|
||||||
|
'@effect/io': 0.27.0
|
||||||
|
'@effect/match': 0.24.5
|
||||||
|
'@effect/schema': 0.21.0
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
commander: 10.0.1
|
commander: 11.0.0
|
||||||
cosmiconfig: 8.1.3
|
cosmiconfig: 8.2.0
|
||||||
|
enquirer: 2.3.6
|
||||||
fs-extra: 11.1.1
|
fs-extra: 11.1.1
|
||||||
glob: 8.1.0
|
globby: 11.1.0
|
||||||
minimatch: 6.2.0
|
minimatch: 9.0.2
|
||||||
|
ora: 5.4.1
|
||||||
|
prompts: 2.4.2
|
||||||
read-yaml-file: 2.1.0
|
read-yaml-file: 2.1.0
|
||||||
semver: 7.5.0
|
semver: 7.5.3
|
||||||
tightrope: 0.1.0
|
tightrope: 0.1.0
|
||||||
ts-toolbelt: 9.6.0
|
ts-toolbelt: 9.6.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"types": "dist/index.d.ts"
|
"types": "dist/index.d.ts"
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,6 +14,6 @@
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"types": "dist/index.d.ts"
|
"types": "dist/index.d.ts"
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"types": "dist/index.d.ts"
|
"types": "dist/index.d.ts"
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"types": "dist/index.d.ts"
|
"types": "dist/index.d.ts"
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tsconfig/node16": "^1.0.3",
|
"@tsconfig/node16": "^1.0.3",
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
"pnpm": "^8.6.5"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/woocommerce/woocommerce/issues"
|
"url": "https://github.com/woocommerce/woocommerce/issues"
|
||||||
|
|
Loading…
Reference in New Issue