chore: compatible with pnpm v7 (#10639)

* chore: compatible with pnpm v7

* chore: fix missing @types/node
This commit is contained in:
neverland 2022-05-28 08:26:26 +08:00 committed by GitHub
parent a2df2b1b3b
commit a4472f8788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 56 additions and 74 deletions

View File

@ -16,9 +16,7 @@ jobs:
ref: 'dev'
- name: Install pnpm
uses: pnpm/action-setup@v2.0.1
with:
version: 6.20.3
run: npm i pnpm@7 -g
- uses: actions/setup-node@v2
with:

View File

@ -9,9 +9,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install pnpm
uses: pnpm/action-setup@v2.0.1
with:
version: 6.20.3
run: npm i pnpm@7 -g
- uses: actions/setup-node@v2
with:
@ -30,9 +28,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install pnpm
uses: pnpm/action-setup@v2.0.1
with:
version: 6.20.3
run: npm i pnpm@7 -g
- uses: actions/setup-node@v2
with:
@ -56,9 +52,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install pnpm
uses: pnpm/action-setup@v2.0.1
with:
version: 6.20.3
run: npm i pnpm@7 -g
- uses: actions/setup-node@v2
with:

View File

@ -2,12 +2,12 @@
"private": true,
"scripts": {
"prepare": "husky install",
"dev": "pnpm dev --dir ./packages/vant",
"lint": "pnpm lint --dir ./packages/vant",
"test": "pnpm test --dir ./packages/vant",
"test:watch": "pnpm test:watch --dir ./packages/vant",
"build": "pnpm build --dir ./packages/vant",
"build:site": "pnpm build:site --dir ./packages/vant"
"dev": "pnpm --dir ./packages/vant dev",
"lint": "pnpm --dir ./packages/vant lint",
"test": "pnpm --dir ./packages/vant test",
"test:watch": "pnpm --dir ./packages/vant test:watch",
"build": "pnpm --dir ./packages/vant build",
"build:site": "pnpm --dir ./packages/vant build:site"
},
"lint-staged": {
"*.md": "prettier --write",
@ -15,7 +15,7 @@
"*.{ts,tsx,js,vue}": "eslint --fix",
"*.{vue,css,less}": "stylelint --fix"
},
"packageManager": "pnpm",
"packageManager": "pnpm@7.1.6",
"devDependencies": {
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",

View File

@ -42,6 +42,7 @@
"@types/fs-extra": "^9.0.13",
"@types/less": "^3.0.3",
"@types/markdown-it": "^12.2.3",
"@jest/types": "^27",
"vue": "^3.2.27"
},
"dependencies": {

View File

@ -1,6 +1,7 @@
// some modules with missing type definitions
declare module 'execa';
declare module 'hash-sum';
declare module '@babel/core';
declare module 'release-it';
declare module 'conventional-changelog';
declare module '@vant/markdown-vetur';

View File

@ -69,6 +69,7 @@
"vue": "^3.0.0"
},
"devDependencies": {
"@types/node": "^16",
"@vant/area-data": "workspace:*",
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",

97
pnpm-lock.yaml generated
View File

@ -1,4 +1,4 @@
lockfileVersion: 5.3
lockfileVersion: 5.4
importers:
@ -49,6 +49,7 @@ importers:
packages/vant:
specifiers:
'@types/node': ^16
'@vant/area-data': workspace:*
'@vant/cli': workspace:*
'@vant/eslint-config': workspace:*
@ -65,6 +66,7 @@ importers:
'@vant/popperjs': link:../vant-popperjs
'@vant/use': link:../vant-use
devDependencies:
'@types/node': 16.11.36
'@vant/area-data': link:../vant-area-data
'@vant/cli': link:../vant-cli
'@vant/eslint-config': link:../vant-eslint-config
@ -90,6 +92,7 @@ importers:
'@babel/preset-typescript': ^7.16.0
'@docsearch/css': ^3.0.0
'@docsearch/js': ^3.0.0
'@jest/types': ^27
'@types/fs-extra': ^9.0.13
'@types/jest': ^27.0.3
'@types/less': ^3.0.3
@ -168,7 +171,7 @@ importers:
less: 4.1.2
lint-staged: 12.4.1
markdown-it: 12.3.2
markdown-it-anchor: 8.6.4_d643ca6eb40ae68ab966a77bead78073
markdown-it-anchor: 8.6.4_2zb4u3vubltivolgu556vv4aom
ora: 6.1.0
postcss: 8.4.14
postcss-load-config: 3.1.4_postcss@8.4.14
@ -182,6 +185,7 @@ importers:
vite-plugin-md: 0.11.9_vite@2.9.9
vue-router: 4.0.15_vue@3.2.35
devDependencies:
'@jest/types': 27.5.1
'@types/fs-extra': 9.0.13
'@types/less': 3.0.3
'@types/markdown-it': 12.2.3
@ -199,11 +203,11 @@ importers:
eslint-plugin-vue: ^8.4.0
typescript: ~4.5.5
dependencies:
'@typescript-eslint/eslint-plugin': 5.25.0_19b6938f2bc33141392b02d6696d1ab6
'@typescript-eslint/parser': 5.25.0_eslint@8.16.0+typescript@4.5.5
eslint-config-airbnb-base: 15.0.0_0ce4f552c18297c00de8a172104cf37a
'@typescript-eslint/eslint-plugin': 5.25.0_dg3jhdzlymyucojlallgs3i2wy
'@typescript-eslint/parser': 5.25.0_els4elilzrtenp42wxa4dytc34
eslint-config-airbnb-base: 15.0.0_btspkuwbqkl4adpiufzbathtpi
eslint-config-prettier: 8.5.0_eslint@8.16.0
eslint-plugin-import: 2.26.0_2bebc5fd3a439999da4a6fc2046abe07
eslint-plugin-import: 2.26.0_fpv4l7j2iomztwskn7bai2v6a4
eslint-plugin-vue: 8.7.1_eslint@8.16.0
devDependencies:
enhanced-resolve: 5.9.3
@ -1035,7 +1039,6 @@ packages:
'@types/node': 17.0.35
'@types/yargs': 16.0.4
chalk: 4.1.2
dev: false
/@jridgewell/gen-mapping/0.1.1:
resolution: {integrity: sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==}
@ -1210,7 +1213,7 @@ packages:
'@sinonjs/commons': 1.8.3
dev: false
/@stylelint/postcss-css-in-js/0.37.3_4f7b71a942b8b7a555b8adf78f88122b:
/@stylelint/postcss-css-in-js/0.37.3_j55xdkkcxc32kvnyvx3y7casfm:
resolution: {integrity: sha512-scLk3cSH1H9KggSniseb2KNAU5D9FWc3H7BxCSAIdtU9OWIyw0zkEZ9qEKHryRM+SExYXRKNb7tOOVNAsQ3iwg==}
peerDependencies:
postcss: '>=7.0.0'
@ -1218,11 +1221,11 @@ packages:
dependencies:
'@babel/core': 7.18.0
postcss: 7.0.39
postcss-syntax: 0.36.2_5111c4e3f61982716b7e3f1c84e1f773
postcss-syntax: 0.36.2_kei4jy7wdgbhc236h4oijypxom
transitivePeerDependencies:
- supports-color
/@stylelint/postcss-markdown/0.36.2_4f7b71a942b8b7a555b8adf78f88122b:
/@stylelint/postcss-markdown/0.36.2_j55xdkkcxc32kvnyvx3y7casfm:
resolution: {integrity: sha512-2kGbqUVJUGE8dM+bMzXG/PYUWKkjLIkRLWNh39OaADkiabDRdw8ATFCgbMz5xdIcvwspPAluSL7uY+ZiTWdWmQ==}
deprecated: 'Use the original unforked package instead: postcss-markdown'
peerDependencies:
@ -1230,7 +1233,7 @@ packages:
postcss-syntax: '>=0.36.2'
dependencies:
postcss: 7.0.39
postcss-syntax: 0.36.2_5111c4e3f61982716b7e3f1c84e1f773
postcss-syntax: 0.36.2_kei4jy7wdgbhc236h4oijypxom
remark: 13.0.0
unist-util-find-all-after: 3.0.2
transitivePeerDependencies:
@ -1296,19 +1299,16 @@ packages:
/@types/istanbul-lib-coverage/2.0.4:
resolution: {integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==}
dev: false
/@types/istanbul-lib-report/3.0.0:
resolution: {integrity: sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==}
dependencies:
'@types/istanbul-lib-coverage': 2.0.4
dev: false
/@types/istanbul-reports/3.0.1:
resolution: {integrity: sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==}
dependencies:
'@types/istanbul-lib-report': 3.0.0
dev: false
/@types/jest/27.5.1:
resolution: {integrity: sha512-fUy7YRpT+rHXto1YlL+J9rs0uLGyiqVt3ZOTQR+4ROc47yNl8WLdVLgUloBRhOxP1PZvguHl44T3H0wAWxahYQ==}
@ -1354,6 +1354,10 @@ packages:
/@types/minimist/1.2.2:
resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==}
/@types/node/16.11.36:
resolution: {integrity: sha512-FR5QJe+TaoZ2GsMHkjuwoNabr+UrJNRr2HNOo+r/7vhcuntM6Ee/pRPOnRhhL2XE9OOvX9VLEq+BcXl3VjNoWA==}
dev: true
/@types/node/17.0.35:
resolution: {integrity: sha512-vu1SrqBjbbZ3J6vwY17jBs8Sr/BKA+/a/WtjRG+whKg1iuLFOosq872EXS0eXWILdO36DHQQeku/ZcL6hz2fpg==}
@ -1387,15 +1391,13 @@ packages:
/@types/yargs-parser/21.0.0:
resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==}
dev: false
/@types/yargs/16.0.4:
resolution: {integrity: sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==}
dependencies:
'@types/yargs-parser': 21.0.0
dev: false
/@typescript-eslint/eslint-plugin/5.25.0_19b6938f2bc33141392b02d6696d1ab6:
/@typescript-eslint/eslint-plugin/5.25.0_dg3jhdzlymyucojlallgs3i2wy:
resolution: {integrity: sha512-icYrFnUzvm+LhW0QeJNKkezBu6tJs9p/53dpPLFH8zoM9w1tfaKzVurkPotEpAqQ8Vf8uaFyL5jHd0Vs6Z0ZQg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@ -1406,10 +1408,10 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/parser': 5.25.0_eslint@8.16.0+typescript@4.5.5
'@typescript-eslint/parser': 5.25.0_els4elilzrtenp42wxa4dytc34
'@typescript-eslint/scope-manager': 5.25.0
'@typescript-eslint/type-utils': 5.25.0_eslint@8.16.0+typescript@4.5.5
'@typescript-eslint/utils': 5.25.0_eslint@8.16.0+typescript@4.5.5
'@typescript-eslint/type-utils': 5.25.0_els4elilzrtenp42wxa4dytc34
'@typescript-eslint/utils': 5.25.0_els4elilzrtenp42wxa4dytc34
debug: 4.3.4
eslint: 8.16.0
functional-red-black-tree: 1.0.1
@ -1422,7 +1424,7 @@ packages:
- supports-color
dev: false
/@typescript-eslint/parser/5.25.0_eslint@8.16.0+typescript@4.5.5:
/@typescript-eslint/parser/5.25.0_els4elilzrtenp42wxa4dytc34:
resolution: {integrity: sha512-r3hwrOWYbNKP1nTcIw/aZoH+8bBnh/Lh1iDHoFpyG4DnCpvEdctrSl6LOo19fZbzypjQMHdajolxs6VpYoChgA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@ -1450,7 +1452,7 @@ packages:
'@typescript-eslint/visitor-keys': 5.25.0
dev: false
/@typescript-eslint/type-utils/5.25.0_eslint@8.16.0+typescript@4.5.5:
/@typescript-eslint/type-utils/5.25.0_els4elilzrtenp42wxa4dytc34:
resolution: {integrity: sha512-B6nb3GK3Gv1Rsb2pqalebe/RyQoyG/WDy9yhj8EE0Ikds4Xa8RR28nHz+wlt4tMZk5bnAr0f3oC8TuDAd5CPrw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@ -1460,7 +1462,7 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/utils': 5.25.0_eslint@8.16.0+typescript@4.5.5
'@typescript-eslint/utils': 5.25.0_els4elilzrtenp42wxa4dytc34
debug: 4.3.4
eslint: 8.16.0
tsutils: 3.21.0_typescript@4.5.5
@ -1495,7 +1497,7 @@ packages:
- supports-color
dev: false
/@typescript-eslint/utils/5.25.0_eslint@8.16.0+typescript@4.5.5:
/@typescript-eslint/utils/5.25.0_els4elilzrtenp42wxa4dytc34:
resolution: {integrity: sha512-qNC9bhnz/n9Kba3yI6HQgQdBLuxDoMgdjzdhSInZh6NaDnFpTUlwNGxplUFWfY260Ya0TRPvkg9dd57qxrJI9g==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@ -1574,14 +1576,12 @@ packages:
'@vue/shared': 3.2.35
estree-walker: 2.0.2
source-map: 0.6.1
dev: true
/@vue/compiler-dom/3.2.35:
resolution: {integrity: sha512-I4bXB9MkRSTJ3gVXRQ4iaYJgABZGew+K/CCBoAh9fdLaeY7A7uUlS5nWGOlICSVfOH0/xk4QlcXeGZYCJkEleA==}
dependencies:
'@vue/compiler-core': 3.2.35
'@vue/shared': 3.2.35
dev: true
/@vue/compiler-sfc/3.2.35:
resolution: {integrity: sha512-2wKQtnuHfwBFc7uV2Cmtms3Cc7u/u6kKJI3F+i0A+9xnuahK39cCMNJKHzI9x93Xai+uft64fDc5JSh8zDQBQA==}
@ -1596,14 +1596,12 @@ packages:
magic-string: 0.25.9
postcss: 8.4.14
source-map: 0.6.1
dev: true
/@vue/compiler-ssr/3.2.35:
resolution: {integrity: sha512-dJyqB8fZbvVQEnWl5VGxkWHTqx0ERnZXXqInFzyOX8FpTEidmQbUSmDrXidea7bZTdeg6ly94kZFGPYXT29mgQ==}
dependencies:
'@vue/compiler-dom': 3.2.35
'@vue/shared': 3.2.35
dev: true
/@vue/devtools-api/6.1.4:
resolution: {integrity: sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ==}
@ -1616,20 +1614,17 @@ packages:
'@vue/shared': 3.2.35
estree-walker: 2.0.2
magic-string: 0.25.9
dev: true
/@vue/reactivity/3.2.35:
resolution: {integrity: sha512-6j9N9R1SwHVcJas4YqAzwdRS/cgmj3Z9aUert5Mv1jk5B9H9ivN/zot/fgMUbseWXigkkmX60OsfRbz49o8kCw==}
dependencies:
'@vue/shared': 3.2.35
dev: true
/@vue/runtime-core/3.2.35:
resolution: {integrity: sha512-P8AeGPRGyIiYdOdvLc/7KR8VSdbUGG8Jxdx6Xlj5okEjyV9IYxeHRIQIoye85K0lZXBH4zuh1syD1mX+oZ0KqQ==}
dependencies:
'@vue/reactivity': 3.2.35
'@vue/shared': 3.2.35
dev: true
/@vue/runtime-dom/3.2.35:
resolution: {integrity: sha512-M5xrVJ/b0KqssjPQMdpwLp3KwzG1Tn2w/IrOptVqGY5c9fEBluIbm18AeO4Fr3YxfeyaPWm1rY8POrEso0UE3w==}
@ -1637,7 +1632,6 @@ packages:
'@vue/runtime-core': 3.2.35
'@vue/shared': 3.2.35
csstype: 2.6.20
dev: true
/@vue/server-renderer/3.2.35_vue@3.2.35:
resolution: {integrity: sha512-ZMF8V+bZ0EIjSB7yzPEmDlxRDOIXj04iqG4Rw/H5rIuBCf0b7rNTleiOldlX5haG++zUq6uiL2AVp/A9uyz+cw==}
@ -1647,11 +1641,9 @@ packages:
'@vue/compiler-ssr': 3.2.35
'@vue/shared': 3.2.35
vue: 3.2.35
dev: true
/@vue/shared/3.2.35:
resolution: {integrity: sha512-/sxDqMcy0MsfQ3LQixKYDxIinDYNy1dXTsF2Am0pv0toImWabymFQ8cFmPJnPt+gh5ElKwwn7KzQcDbLHar60A==}
dev: true
/@vue/test-utils/2.0.0_vue@3.2.35:
resolution: {integrity: sha512-zL5kygNq7hONrO1CzaUGprEAklAX+pH8J1MPMCU3Rd2xtSYkZ+PmKU3oEDRg8VAGdL5lNJHzDgrud5amFPtirw==}
@ -2561,7 +2553,6 @@ packages:
/csstype/2.6.20:
resolution: {integrity: sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==}
dev: true
/dargs/7.0.0:
resolution: {integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==}
@ -3152,7 +3143,7 @@ packages:
source-map: 0.6.1
dev: false
/eslint-config-airbnb-base/15.0.0_0ce4f552c18297c00de8a172104cf37a:
/eslint-config-airbnb-base/15.0.0_btspkuwbqkl4adpiufzbathtpi:
resolution: {integrity: sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
@ -3161,7 +3152,7 @@ packages:
dependencies:
confusing-browser-globals: 1.0.11
eslint: 8.16.0
eslint-plugin-import: 2.26.0_2bebc5fd3a439999da4a6fc2046abe07
eslint-plugin-import: 2.26.0_fpv4l7j2iomztwskn7bai2v6a4
object.assign: 4.1.2
object.entries: 1.1.5
semver: 6.3.0
@ -3185,7 +3176,7 @@ packages:
- supports-color
dev: false
/eslint-module-utils/2.7.3_609300abf1d36304a28540d68c558c7d:
/eslint-module-utils/2.7.3_mcjqbk7r2nrqjiufidliyvmmpu:
resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==}
engines: {node: '>=4'}
peerDependencies:
@ -3203,7 +3194,7 @@ packages:
eslint-import-resolver-webpack:
optional: true
dependencies:
'@typescript-eslint/parser': 5.25.0_eslint@8.16.0+typescript@4.5.5
'@typescript-eslint/parser': 5.25.0_els4elilzrtenp42wxa4dytc34
debug: 3.2.7
eslint-import-resolver-node: 0.3.6
find-up: 2.1.0
@ -3211,7 +3202,7 @@ packages:
- supports-color
dev: false
/eslint-plugin-import/2.26.0_2bebc5fd3a439999da4a6fc2046abe07:
/eslint-plugin-import/2.26.0_fpv4l7j2iomztwskn7bai2v6a4:
resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==}
engines: {node: '>=4'}
peerDependencies:
@ -3221,14 +3212,14 @@ packages:
'@typescript-eslint/parser':
optional: true
dependencies:
'@typescript-eslint/parser': 5.25.0_eslint@8.16.0+typescript@4.5.5
'@typescript-eslint/parser': 5.25.0_els4elilzrtenp42wxa4dytc34
array-includes: 3.1.5
array.prototype.flat: 1.3.0
debug: 2.6.9
doctrine: 2.1.0
eslint: 8.16.0
eslint-import-resolver-node: 0.3.6
eslint-module-utils: 2.7.3_609300abf1d36304a28540d68c558c7d
eslint-module-utils: 2.7.3_mcjqbk7r2nrqjiufidliyvmmpu
has: 1.0.3
is-core-module: 2.9.0
is-glob: 4.0.3
@ -5316,7 +5307,6 @@ packages:
resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==}
dependencies:
sourcemap-codec: 1.4.8
dev: true
/make-dir/2.1.0:
resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==}
@ -5348,7 +5338,7 @@ packages:
resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==}
engines: {node: '>=8'}
/markdown-it-anchor/8.6.4_d643ca6eb40ae68ab966a77bead78073:
/markdown-it-anchor/8.6.4_2zb4u3vubltivolgu556vv4aom:
resolution: {integrity: sha512-Ul4YVYZNxMJYALpKtu+ZRdrryYt/GlQ5CK+4l1bp/gWXOG2QWElt6AqF3Mih/wfUKdZbNAZVXGR73/n6U/8img==}
peerDependencies:
'@types/markdown-it': '*'
@ -6005,7 +5995,7 @@ packages:
find-up: 4.1.0
dev: false
/postcss-html/0.36.0_4f7b71a942b8b7a555b8adf78f88122b:
/postcss-html/0.36.0_j55xdkkcxc32kvnyvx3y7casfm:
resolution: {integrity: sha512-HeiOxGcuwID0AFsNAL0ox3mW6MHH5cstWN1Z3Y+n6H+g12ih7LHdYxWwEA/QmrebctLjo79xz9ouK3MroHwOJw==}
peerDependencies:
postcss: '>=5.0.0'
@ -6013,7 +6003,7 @@ packages:
dependencies:
htmlparser2: 3.10.1
postcss: 7.0.39
postcss-syntax: 0.36.2_5111c4e3f61982716b7e3f1c84e1f773
postcss-syntax: 0.36.2_kei4jy7wdgbhc236h4oijypxom
/postcss-less/3.1.4:
resolution: {integrity: sha512-7TvleQWNM2QLcHqvudt3VYjULVB49uiW6XzEUFmvwHzvsOEF5MwBrIXZDJQvJNFGjJQTzSzZnDoCJ8h/ljyGXA==}
@ -6069,7 +6059,7 @@ packages:
cssesc: 3.0.0
util-deprecate: 1.0.2
/postcss-syntax/0.36.2_5111c4e3f61982716b7e3f1c84e1f773:
/postcss-syntax/0.36.2_kei4jy7wdgbhc236h4oijypxom:
resolution: {integrity: sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w==}
peerDependencies:
postcss: '>=5.0.0'
@ -6091,7 +6081,7 @@ packages:
optional: true
dependencies:
postcss: 7.0.39
postcss-html: 0.36.0_4f7b71a942b8b7a555b8adf78f88122b
postcss-html: 0.36.0_j55xdkkcxc32kvnyvx3y7casfm
postcss-less: 3.1.4
postcss-scss: 2.1.1
@ -6696,7 +6686,6 @@ packages:
/sourcemap-codec/1.4.8:
resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==}
dev: true
/spdx-correct/3.1.1:
resolution: {integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==}
@ -6898,8 +6887,8 @@ packages:
engines: {node: '>=10.13.0'}
hasBin: true
dependencies:
'@stylelint/postcss-css-in-js': 0.37.3_4f7b71a942b8b7a555b8adf78f88122b
'@stylelint/postcss-markdown': 0.36.2_4f7b71a942b8b7a555b8adf78f88122b
'@stylelint/postcss-css-in-js': 0.37.3_j55xdkkcxc32kvnyvx3y7casfm
'@stylelint/postcss-markdown': 0.36.2_j55xdkkcxc32kvnyvx3y7casfm
autoprefixer: 9.8.8
balanced-match: 2.0.0
chalk: 4.1.2
@ -6925,7 +6914,7 @@ packages:
micromatch: 4.0.5
normalize-selector: 0.2.0
postcss: 7.0.39
postcss-html: 0.36.0_4f7b71a942b8b7a555b8adf78f88122b
postcss-html: 0.36.0_j55xdkkcxc32kvnyvx3y7casfm
postcss-less: 3.1.4
postcss-media-query-parser: 0.2.3
postcss-resolve-nested-selector: 0.1.1
@ -6933,7 +6922,7 @@ packages:
postcss-sass: 0.4.4
postcss-scss: 2.1.1
postcss-selector-parser: 6.0.10
postcss-syntax: 0.36.2_5111c4e3f61982716b7e3f1c84e1f773
postcss-syntax: 0.36.2_kei4jy7wdgbhc236h4oijypxom
postcss-value-parser: 4.2.0
resolve-from: 5.0.0
slash: 3.0.0
@ -7220,7 +7209,6 @@ packages:
resolution: {integrity: sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==}
engines: {node: '>=4.2.0'}
hasBin: true
dev: true
/typescript/4.6.4:
resolution: {integrity: sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==}
@ -7459,7 +7447,6 @@ packages:
'@vue/runtime-dom': 3.2.35
'@vue/server-renderer': 3.2.35_vue@3.2.35
'@vue/shared': 3.2.35
dev: true
/w3c-hr-time/1.0.2:
resolution: {integrity: sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==}