Use sass package instead of node-sass
This commit is contained in:
parent
ff7c615770
commit
85297dd1a1
|
@ -1,6 +1,6 @@
|
|||
module.exports = function ( grunt ) {
|
||||
'use strict';
|
||||
var sass = require( 'node-sass' );
|
||||
var sass = require( 'sass' );
|
||||
|
||||
grunt.initConfig( {
|
||||
// Setting folder templates.
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"grunt-sass": "3.1.0",
|
||||
"grunt-stylelint": "0.16.0",
|
||||
"gruntify-eslint": "5.0.0",
|
||||
"node-sass": "6.0.1",
|
||||
"sass": "^1.45.0",
|
||||
"stylelint": "13.8.0",
|
||||
"stylelint-config-wordpress": "17.0.0"
|
||||
}
|
||||
|
|
259
pnpm-lock.yaml
259
pnpm-lock.yaml
|
@ -34,11 +34,11 @@ importers:
|
|||
wp-textdomain: 1.0.1
|
||||
devDependencies:
|
||||
'@automattic/nx-composer': 0.1.0
|
||||
'@nrwl/cli': 13.2.3
|
||||
'@nrwl/cli': 13.3.2
|
||||
'@nrwl/linter': 13.1.4
|
||||
'@nrwl/tao': 13.2.3
|
||||
'@nrwl/tao': 13.3.2
|
||||
'@nrwl/web': 13.1.4_42cab1dece2b2240094de84cfd414406
|
||||
'@nrwl/workspace': 13.2.3_wp-prettier@2.2.1-beta-1
|
||||
'@nrwl/workspace': 13.3.2_42cab1dece2b2240094de84cfd414406
|
||||
'@types/node': 14.14.33
|
||||
'@woocommerce/eslint-plugin': 1.3.0
|
||||
'@wordpress/prettier-config': 1.1.1
|
||||
|
@ -184,6 +184,7 @@ importers:
|
|||
specifiers:
|
||||
'@babel/cli': 7.12.8
|
||||
'@babel/core': 7.12.9
|
||||
'@babel/eslint-parser': ^7.16.5
|
||||
'@babel/polyfill': 7.12.1
|
||||
'@babel/preset-env': 7.12.7
|
||||
'@babel/register': 7.12.1
|
||||
|
@ -200,7 +201,6 @@ importers:
|
|||
'@wordpress/babel-preset-default': 3.0.2
|
||||
'@wordpress/eslint-plugin': 7.3.0
|
||||
autoprefixer: 9.8.6
|
||||
babel-eslint: 10.1.0
|
||||
chai: 4.2.0
|
||||
chai-as-promised: 7.1.1
|
||||
config: 3.3.3
|
||||
|
@ -215,7 +215,6 @@ importers:
|
|||
jest: ^25.1.0
|
||||
lint-staged: 9.5.0
|
||||
mocha: 7.2.0
|
||||
node-sass: 6.0.1
|
||||
prettier: npm:wp-prettier@2.0.5
|
||||
stylelint: ^13.8.0
|
||||
stylelint-config-wordpress: 17.0.0
|
||||
|
@ -226,6 +225,7 @@ importers:
|
|||
devDependencies:
|
||||
'@babel/cli': 7.12.8_@babel+core@7.12.9
|
||||
'@babel/core': 7.12.9
|
||||
'@babel/eslint-parser': 7.16.5_@babel+core@7.12.9+eslint@6.8.0
|
||||
'@babel/polyfill': 7.12.1
|
||||
'@babel/preset-env': 7.12.7_@babel+core@7.12.9
|
||||
'@babel/register': 7.12.1_@babel+core@7.12.9
|
||||
|
@ -242,7 +242,6 @@ importers:
|
|||
'@wordpress/babel-preset-default': 3.0.2
|
||||
'@wordpress/eslint-plugin': 7.3.0_eslint@6.8.0+typescript@3.9.7
|
||||
autoprefixer: 9.8.6
|
||||
babel-eslint: 10.1.0_eslint@6.8.0
|
||||
chai: 4.2.0
|
||||
chai-as-promised: 7.1.1_chai@4.2.0
|
||||
config: 3.3.3
|
||||
|
@ -257,7 +256,6 @@ importers:
|
|||
jest: 25.5.4
|
||||
lint-staged: 9.5.0
|
||||
mocha: 7.2.0
|
||||
node-sass: 6.0.1
|
||||
prettier: /wp-prettier/2.0.5
|
||||
stylelint: 13.13.1
|
||||
stylelint-config-wordpress: 17.0.0_stylelint@13.13.1
|
||||
|
@ -455,6 +453,20 @@ packages:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/@babel/eslint-parser/7.16.5_@babel+core@7.12.9+eslint@6.8.0:
|
||||
resolution: {integrity: sha512-mUqYa46lgWqHKQ33Q6LNCGp/wPR3eqOYTUixHFsfrSQqRxH0+WOzca75iEjFr5RDGH1dDz622LaHhLOzOuQRUA==}
|
||||
engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0}
|
||||
peerDependencies:
|
||||
'@babel/core': '>=7.11.0'
|
||||
eslint: ^7.5.0 || ^8.0.0
|
||||
dependencies:
|
||||
'@babel/core': 7.12.9
|
||||
eslint: 6.8.0
|
||||
eslint-scope: 5.1.1
|
||||
eslint-visitor-keys: 2.1.0
|
||||
semver: 6.3.0
|
||||
dev: true
|
||||
|
||||
/@babel/generator/7.16.0:
|
||||
resolution: {integrity: sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
@ -4271,11 +4283,11 @@ packages:
|
|||
yargs-parser: 20.0.0
|
||||
dev: true
|
||||
|
||||
/@nrwl/cli/13.2.3:
|
||||
resolution: {integrity: sha512-4hrOYQ9MqhWOdjQTwuQqHTfPu8lYgdFCE39PVWAcePtoi67mUeba54HkyT6nkTHI1TbO7q8Kf+R73dRhhxDlpA==}
|
||||
/@nrwl/cli/13.3.2:
|
||||
resolution: {integrity: sha512-Vcvw8TIMPtY28IiM9wchrM1mxEtNIIrQkvgOrxx4NMfz28HkH4x+kEjyQ3UUZHnPbFDggpYX0KHn5mtFJSG4XA==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@nrwl/tao': 13.2.3
|
||||
'@nrwl/tao': 13.3.2
|
||||
chalk: 4.1.0
|
||||
enquirer: 2.3.6
|
||||
v8-compile-cache: 2.3.0
|
||||
|
@ -4342,10 +4354,10 @@ packages:
|
|||
tslib: 2.3.1
|
||||
dev: true
|
||||
|
||||
/@nrwl/devkit/13.2.3:
|
||||
resolution: {integrity: sha512-/cp8hFclOXSAjj9pwb6bOU8yw593HfelcCBi8o8Jhb0Luhn1RzLCOpmHNsOf2hWzSUPEr0BuI0R55ubCEB+k6A==}
|
||||
/@nrwl/devkit/13.3.2:
|
||||
resolution: {integrity: sha512-BZJdeLi5K3YeJhNeGvJUrD1SnwqNDaadkb2cgs/FSbB7ogLpfyXiJ/1khR94kV44SxSe+puJJGBBClJAlEeXTg==}
|
||||
dependencies:
|
||||
'@nrwl/tao': 13.2.3
|
||||
'@nrwl/tao': 13.3.2
|
||||
ejs: 3.1.6
|
||||
ignore: 5.1.9
|
||||
rxjs: 6.6.7
|
||||
|
@ -4397,12 +4409,12 @@ packages:
|
|||
- utf-8-validate
|
||||
dev: true
|
||||
|
||||
/@nrwl/jest/13.2.3:
|
||||
resolution: {integrity: sha512-M9/x0uZNSVKkcyNHcA2+Muj23KRo9SDiCsTb7HnkHhtSbhIWMd1knKP45bOr8CjeeiKNPeervx7uiN5516z8JA==}
|
||||
/@nrwl/jest/13.3.2:
|
||||
resolution: {integrity: sha512-NdV9mi5FtZHydArcmgTfvazRY+zDi0DjA7W26u8jen7l4mT0xRP4Zv3CE2TukyOikAKdXqVDC/8Nb1ZCzO6sLA==}
|
||||
dependencies:
|
||||
'@jest/reporters': 27.2.2
|
||||
'@jest/test-result': 27.2.2
|
||||
'@nrwl/devkit': 13.2.3
|
||||
'@nrwl/devkit': 13.3.2
|
||||
chalk: 4.1.0
|
||||
identity-obj-proxy: 3.0.0
|
||||
jest-config: 27.2.2
|
||||
|
@ -4458,12 +4470,13 @@ packages:
|
|||
- utf-8-validate
|
||||
dev: true
|
||||
|
||||
/@nrwl/linter/13.2.3:
|
||||
resolution: {integrity: sha512-kdzPWYzR96XYghJ5yIaYSybDrtcAcSxgcscwP1UWvME19O2W8DHbhIj3AzBgjSG0X6hBEh6k9kpyQ49jNkUMCw==}
|
||||
/@nrwl/linter/13.3.2_typescript@4.2.4:
|
||||
resolution: {integrity: sha512-afDS9N+Td1f9nJKBeMRKuyQYJpACut2zGj7qBm4BrW0LGWZ8Xr84TdYrS8XvkmHEKNoyppPyiaIXncwtWTr80g==}
|
||||
dependencies:
|
||||
'@nrwl/devkit': 13.2.3
|
||||
'@nrwl/jest': 13.2.3
|
||||
eslint: 7.32.0
|
||||
'@nrwl/devkit': 13.3.2
|
||||
'@nrwl/jest': 13.3.2
|
||||
'@phenomnomnominal/tsquery': 4.1.1_typescript@4.2.4
|
||||
eslint: 8.2.0
|
||||
glob: 7.1.4
|
||||
minimatch: 3.0.4
|
||||
tmp: 0.2.1
|
||||
|
@ -4474,6 +4487,7 @@ packages:
|
|||
- node-notifier
|
||||
- supports-color
|
||||
- ts-node
|
||||
- typescript
|
||||
- utf-8-validate
|
||||
dev: true
|
||||
|
||||
|
@ -4511,15 +4525,17 @@ packages:
|
|||
yargs-parser: 20.0.0
|
||||
dev: true
|
||||
|
||||
/@nrwl/tao/13.2.3:
|
||||
resolution: {integrity: sha512-vn+GqvFVinqAXzvbHznPBtCg9OCfirh3hF68sZgY2C6jZ3m47XwST3mLTRSDTtSDy9QfUrSZ6p4uAk2Iht0yBQ==}
|
||||
/@nrwl/tao/13.3.2:
|
||||
resolution: {integrity: sha512-MZfaWVG4+sjD1yahHEAHOeYph/YOmeuhsVPfkw5iGAMDZnOgMzI7pcxH4JqR50weTpwOIVWQxB/eugp1Icuaqg==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
chalk: 4.1.0
|
||||
enquirer: 2.3.6
|
||||
fast-glob: 3.2.7
|
||||
fs-extra: 9.1.0
|
||||
ignore: 5.1.9
|
||||
jsonc-parser: 3.0.0
|
||||
nx: 13.2.3
|
||||
nx: 13.3.2
|
||||
rxjs: 6.6.7
|
||||
rxjs-for-await: 0.0.2_rxjs@6.6.7
|
||||
semver: 7.3.4
|
||||
|
@ -4685,33 +4701,37 @@ packages:
|
|||
- utf-8-validate
|
||||
dev: true
|
||||
|
||||
/@nrwl/workspace/13.2.3_wp-prettier@2.2.1-beta-1:
|
||||
resolution: {integrity: sha512-dFB6XXDLP4Nmh/Sw8Euwdt7f0tg1O6JxJNvXV2BfWG1rK3dmhTz4Q+8fgxl7AxsrToVrXDAh16mPyfAzpqH4pw==}
|
||||
/@nrwl/workspace/13.3.2_42cab1dece2b2240094de84cfd414406:
|
||||
resolution: {integrity: sha512-c7iuIUaDXRLwixThnqvVBRVVdbGCZu7mKhWLLlfNDvvR0vGx5REpwWlHiA8yLesjL6pjH0GAnNQUA/Wwpz0bhg==}
|
||||
peerDependencies:
|
||||
prettier: ^2.3.0
|
||||
peerDependenciesMeta:
|
||||
prettier:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@nrwl/cli': 13.2.3
|
||||
'@nrwl/devkit': 13.2.3
|
||||
'@nrwl/jest': 13.2.3
|
||||
'@nrwl/linter': 13.2.3
|
||||
'@parcel/watcher': 2.0.0-alpha.11
|
||||
'@nrwl/cli': 13.3.2
|
||||
'@nrwl/devkit': 13.3.2
|
||||
'@nrwl/jest': 13.3.2
|
||||
'@nrwl/linter': 13.3.2_typescript@4.2.4
|
||||
'@parcel/watcher': 2.0.4
|
||||
chalk: 4.1.0
|
||||
chokidar: 3.5.2
|
||||
cosmiconfig: 4.0.0
|
||||
dotenv: 10.0.0
|
||||
enquirer: 2.3.6
|
||||
figures: 3.2.0
|
||||
flat: 5.0.2
|
||||
fs-extra: 9.1.0
|
||||
glob: 7.1.4
|
||||
ignore: 5.1.9
|
||||
ink: 3.2.0_react@17.0.2
|
||||
ink-spinner: 4.0.3_ink@3.2.0+react@17.0.2
|
||||
minimatch: 3.0.4
|
||||
npm-run-all: 4.1.5
|
||||
npm-run-path: 4.0.1
|
||||
open: 7.4.2
|
||||
prettier: /wp-prettier/2.2.1-beta-1
|
||||
react: 17.0.2
|
||||
rxjs: 6.6.7
|
||||
semver: 7.3.4
|
||||
strip-ansi: 6.0.0
|
||||
|
@ -4720,11 +4740,13 @@ packages:
|
|||
yargs: 15.4.1
|
||||
yargs-parser: 20.0.0
|
||||
transitivePeerDependencies:
|
||||
- '@types/react'
|
||||
- bufferutil
|
||||
- canvas
|
||||
- node-notifier
|
||||
- supports-color
|
||||
- ts-node
|
||||
- typescript
|
||||
- utf-8-validate
|
||||
dev: true
|
||||
|
||||
|
@ -4737,6 +4759,24 @@ packages:
|
|||
node-gyp-build: 4.3.0
|
||||
dev: true
|
||||
|
||||
/@parcel/watcher/2.0.4:
|
||||
resolution: {integrity: sha512-cTDi+FUDBIUOBKEtj+nhiJ71AZVlkAsQFuGQTun5tV9mwQBQgZvhCzG+URPQc8myeN32yRVZEfVAPCs1RW+Jvg==}
|
||||
engines: {node: '>= 10.0.0'}
|
||||
requiresBuild: true
|
||||
dependencies:
|
||||
node-addon-api: 3.2.1
|
||||
node-gyp-build: 4.3.0
|
||||
dev: true
|
||||
|
||||
/@phenomnomnominal/tsquery/4.1.1_typescript@4.2.4:
|
||||
resolution: {integrity: sha512-jjMmK1tnZbm1Jq5a7fBliM4gQwjxMU7TFoRNwIyzwlO+eHPRCFv/Nv+H/Gi1jc3WR7QURG8D5d0Tn12YGrUqBQ==}
|
||||
peerDependencies:
|
||||
typescript: ^3 || ^4
|
||||
dependencies:
|
||||
esquery: 1.4.0
|
||||
typescript: 4.2.4
|
||||
dev: true
|
||||
|
||||
/@pmmmwh/react-refresh-webpack-plugin/0.5.1_92cb4b81c6b9f71cf92f0bdb85e4210c:
|
||||
resolution: {integrity: sha512-ccap6o7+y5L8cnvkZ9h8UXCGyy2DqtwCD+/N3Yru6lxMvcdkPKtdx13qd7sAC9s5qZktOmWf9lfUjsGOvSdYhg==}
|
||||
engines: {node: '>= 10.13'}
|
||||
|
@ -5274,6 +5314,10 @@ packages:
|
|||
'@types/yargs-parser': 20.2.1
|
||||
dev: true
|
||||
|
||||
/@types/yoga-layout/1.9.2:
|
||||
resolution: {integrity: sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw==}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin/3.10.1_aab05197bc2ab2306ca58e96baf5381b:
|
||||
resolution: {integrity: sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ==}
|
||||
engines: {node: ^10.12.0 || >=12.0.0}
|
||||
|
@ -6877,6 +6921,11 @@ packages:
|
|||
engines: {node: '>= 4.5.0'}
|
||||
hasBin: true
|
||||
|
||||
/auto-bind/4.0.0:
|
||||
resolution: {integrity: sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ==}
|
||||
engines: {node: '>=8'}
|
||||
dev: true
|
||||
|
||||
/autoprefixer/10.4.0_postcss@8.3.0:
|
||||
resolution: {integrity: sha512-7FdJ1ONtwzV1G43GDD0kpVMn/qbiNqyOPMFTX5nRffI+7vgWoFEc6DcXOxHJxrWNDXrZh18eDsZjvZGUljSRGA==}
|
||||
engines: {node: ^10 || ^12 || >=14}
|
||||
|
@ -8122,6 +8171,11 @@ packages:
|
|||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
/cli-boxes/2.2.1:
|
||||
resolution: {integrity: sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==}
|
||||
engines: {node: '>=6'}
|
||||
dev: true
|
||||
|
||||
/cli-cursor/2.1.0:
|
||||
resolution: {integrity: sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=}
|
||||
engines: {node: '>=4'}
|
||||
|
@ -8135,6 +8189,11 @@ packages:
|
|||
dependencies:
|
||||
restore-cursor: 3.1.0
|
||||
|
||||
/cli-spinners/2.6.1:
|
||||
resolution: {integrity: sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==}
|
||||
engines: {node: '>=6'}
|
||||
dev: true
|
||||
|
||||
/cli-truncate/0.2.1:
|
||||
resolution: {integrity: sha1-nxXPuwcFAFNpIWxiasfQWrkN1XQ=}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
@ -8143,6 +8202,14 @@ packages:
|
|||
string-width: 1.0.2
|
||||
dev: true
|
||||
|
||||
/cli-truncate/2.1.0:
|
||||
resolution: {integrity: sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
slice-ansi: 3.0.0
|
||||
string-width: 4.2.3
|
||||
dev: true
|
||||
|
||||
/cli-width/2.2.1:
|
||||
resolution: {integrity: sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==}
|
||||
dev: true
|
||||
|
@ -8204,6 +8271,13 @@ packages:
|
|||
resolution: {integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=}
|
||||
engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'}
|
||||
|
||||
/code-excerpt/3.0.0:
|
||||
resolution: {integrity: sha512-VHNTVhd7KsLGOqfX3SyeO8RyYPMp1GJOg194VITk04WMYCv4plV68YWe6TJZxd9MhobjtpMRnVky01gqZsalaw==}
|
||||
engines: {node: '>=10'}
|
||||
dependencies:
|
||||
convert-to-spaces: 1.0.2
|
||||
dev: true
|
||||
|
||||
/code-point-at/1.1.0:
|
||||
resolution: {integrity: sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
@ -8405,6 +8479,11 @@ packages:
|
|||
dependencies:
|
||||
safe-buffer: 5.1.2
|
||||
|
||||
/convert-to-spaces/1.0.2:
|
||||
resolution: {integrity: sha1-fj5Iu+bZl7FBfdyihoIEtNPYVxU=}
|
||||
engines: {node: '>= 4'}
|
||||
dev: true
|
||||
|
||||
/cookie-signature/1.0.6:
|
||||
resolution: {integrity: sha1-4wOogrNCzD7oylE6eZmXNNqzriw=}
|
||||
dev: true
|
||||
|
@ -12422,6 +12501,57 @@ packages:
|
|||
/ini/1.3.8:
|
||||
resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==}
|
||||
|
||||
/ink-spinner/4.0.3_ink@3.2.0+react@17.0.2:
|
||||
resolution: {integrity: sha512-uJ4nbH00MM9fjTJ5xdw0zzvtXMkeGb0WV6dzSWvFv2/+ks6FIhpkt+Ge/eLdh0Ah6Vjw5pLMyNfoHQpRDRVFbQ==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
ink: '>=3.0.5'
|
||||
react: '>=16.8.2'
|
||||
dependencies:
|
||||
cli-spinners: 2.6.1
|
||||
ink: 3.2.0_react@17.0.2
|
||||
react: 17.0.2
|
||||
dev: true
|
||||
|
||||
/ink/3.2.0_react@17.0.2:
|
||||
resolution: {integrity: sha512-firNp1q3xxTzoItj/eOOSZQnYSlyrWks5llCTVX37nJ59K3eXbQ8PtzCguqo8YI19EELo5QxaKnJd4VxzhU8tg==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
'@types/react': '>=16.8.0'
|
||||
react: '>=16.8.0'
|
||||
peerDependenciesMeta:
|
||||
'@types/react':
|
||||
optional: true
|
||||
dependencies:
|
||||
ansi-escapes: 4.3.2
|
||||
auto-bind: 4.0.0
|
||||
chalk: 4.1.2
|
||||
cli-boxes: 2.2.1
|
||||
cli-cursor: 3.1.0
|
||||
cli-truncate: 2.1.0
|
||||
code-excerpt: 3.0.0
|
||||
indent-string: 4.0.0
|
||||
is-ci: 2.0.0
|
||||
lodash: 4.17.21
|
||||
patch-console: 1.0.0
|
||||
react: 17.0.2
|
||||
react-devtools-core: 4.21.0
|
||||
react-reconciler: 0.26.2_react@17.0.2
|
||||
scheduler: 0.20.2
|
||||
signal-exit: 3.0.5
|
||||
slice-ansi: 3.0.0
|
||||
stack-utils: 2.0.5
|
||||
string-width: 4.2.3
|
||||
type-fest: 0.12.0
|
||||
widest-line: 3.1.0
|
||||
wrap-ansi: 6.2.0
|
||||
ws: 7.5.5
|
||||
yoga-layout-prebuilt: 1.10.0
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
- utf-8-validate
|
||||
dev: true
|
||||
|
||||
/inquirer/6.5.2:
|
||||
resolution: {integrity: sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
|
@ -16167,21 +16297,21 @@ packages:
|
|||
resolution: {integrity: sha512-LpCfZCWsVEtmD2SI1j2KRaw1uIyn4DJ3eRzsjnDYitbq38aORpkvYO+L0zVMZRNDSYSRGTsuj0nHCS3OOxK/Cg==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@nrwl/cli': 13.2.3
|
||||
'@nrwl/cli': 13.3.2
|
||||
dev: true
|
||||
|
||||
/nx/13.1.4:
|
||||
resolution: {integrity: sha512-m2j3wymaFlEl/7EoGxlgRzdmgQV1Rsh42df1cM8xFzAzV8ZGtR3Zq19qK7r9SUabpq8jMzp1e6rLQTHewCJWig==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@nrwl/cli': 13.2.3
|
||||
'@nrwl/cli': 13.3.2
|
||||
dev: true
|
||||
|
||||
/nx/13.2.3:
|
||||
resolution: {integrity: sha512-aNRbPjArROZazOKAiUhG5uZAZmL1uXdsGoA3p5mDt5fCLSj/CX1V/myuRx+Js0qsAV78W6dSf2z6TiQeIgieXg==}
|
||||
/nx/13.3.2:
|
||||
resolution: {integrity: sha512-7zESkiQ5kmzKuT04k5X/osyCNrGYCGjn1KsreQhv2PeClc461U5dGwEHiiPZC80RqAsO6LL4jCx5MLVAE7arJg==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@nrwl/cli': 13.2.3
|
||||
'@nrwl/cli': 13.3.2
|
||||
dev: true
|
||||
|
||||
/oauth-1.0a/2.2.6:
|
||||
|
@ -16655,6 +16785,11 @@ packages:
|
|||
resolution: {integrity: sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
/patch-console/1.0.0:
|
||||
resolution: {integrity: sha512-nxl9nrnLQmh64iTzMfyylSlRozL7kAXIaxw1fVcLYdyhNkJCRUzirRZTikXGJsg+hc4fqpneTK6iU2H1Q8THSA==}
|
||||
engines: {node: '>=10'}
|
||||
dev: true
|
||||
|
||||
/path-browserify/0.0.1:
|
||||
resolution: {integrity: sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==}
|
||||
dev: true
|
||||
|
@ -17958,6 +18093,16 @@ packages:
|
|||
strip-json-comments: 2.0.1
|
||||
dev: true
|
||||
|
||||
/react-devtools-core/4.21.0:
|
||||
resolution: {integrity: sha512-clGWwJHV5MHwTwYyKc+7FZHwzdbzrD2/AoZSkicUcr6YLc3Za9a9FaLhccWDHfjQ+ron9yzNhDT6Tv+FiPkD3g==}
|
||||
dependencies:
|
||||
shell-quote: 1.7.3
|
||||
ws: 7.5.5
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
- utf-8-validate
|
||||
dev: true
|
||||
|
||||
/react-dom/17.0.2_react@17.0.2:
|
||||
resolution: {integrity: sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==}
|
||||
peerDependencies:
|
||||
|
@ -17983,6 +18128,18 @@ packages:
|
|||
whatwg-url-without-unicode: 8.0.0-3
|
||||
dev: false
|
||||
|
||||
/react-reconciler/0.26.2_react@17.0.2:
|
||||
resolution: {integrity: sha512-nK6kgY28HwrMNwDnMui3dvm3rCFjZrcGiuwLc5COUipBK5hWHLOxMJhSnSomirqWwjPBJKV1QcbkI0VJr7Gl1Q==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
peerDependencies:
|
||||
react: ^17.0.2
|
||||
dependencies:
|
||||
loose-envify: 1.4.0
|
||||
object-assign: 4.1.1
|
||||
react: 17.0.2
|
||||
scheduler: 0.20.2
|
||||
dev: true
|
||||
|
||||
/react-refresh/0.10.0:
|
||||
resolution: {integrity: sha512-PgidR3wST3dDYKr6b4pJoqQFpPGNKDSCDx4cZoshjXipw3LzO7mG1My2pwEzz2JVkF+inx3xRpDeQLFQGH/hsQ==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
@ -18005,7 +18162,6 @@ packages:
|
|||
dependencies:
|
||||
loose-envify: 1.4.0
|
||||
object-assign: 4.1.1
|
||||
dev: false
|
||||
|
||||
/read-cache/1.0.0:
|
||||
resolution: {integrity: sha1-5mTvMRYRZsl1HNvo28+GtftY93Q=}
|
||||
|
@ -18662,7 +18818,6 @@ packages:
|
|||
dependencies:
|
||||
loose-envify: 1.4.0
|
||||
object-assign: 4.1.1
|
||||
dev: false
|
||||
|
||||
/schema-utils/1.0.0:
|
||||
resolution: {integrity: sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==}
|
||||
|
@ -18927,6 +19082,15 @@ packages:
|
|||
astral-regex: 1.0.0
|
||||
is-fullwidth-code-point: 2.0.0
|
||||
|
||||
/slice-ansi/3.0.0:
|
||||
resolution: {integrity: sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
ansi-styles: 4.3.0
|
||||
astral-regex: 2.0.0
|
||||
is-fullwidth-code-point: 3.0.0
|
||||
dev: true
|
||||
|
||||
/slice-ansi/4.0.0:
|
||||
resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==}
|
||||
engines: {node: '>=10'}
|
||||
|
@ -20351,6 +20515,11 @@ packages:
|
|||
resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==}
|
||||
engines: {node: '>=4'}
|
||||
|
||||
/type-fest/0.12.0:
|
||||
resolution: {integrity: sha512-53RyidyjvkGpnWPMF9bQgFtWp+Sl8O2Rp13VavmJgfAP9WWG6q6TkrKU8iyJdnwnfgHI6k2hTlgqH4aSdjoTbg==}
|
||||
engines: {node: '>=10'}
|
||||
dev: true
|
||||
|
||||
/type-fest/0.18.1:
|
||||
resolution: {integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==}
|
||||
engines: {node: '>=10'}
|
||||
|
@ -21107,6 +21276,13 @@ packages:
|
|||
string-width: 2.1.1
|
||||
dev: true
|
||||
|
||||
/widest-line/3.1.0:
|
||||
resolution: {integrity: sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
string-width: 4.2.3
|
||||
dev: true
|
||||
|
||||
/wildcard/2.0.0:
|
||||
resolution: {integrity: sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==}
|
||||
dev: true
|
||||
|
@ -21398,6 +21574,13 @@ packages:
|
|||
engines: {node: '>=10'}
|
||||
dev: true
|
||||
|
||||
/yoga-layout-prebuilt/1.10.0:
|
||||
resolution: {integrity: sha512-YnOmtSbv4MTf7RGJMK0FvZ+KD8OEe/J5BNnR0GHhD8J/XcG/Qvxgszm0Un6FTHWW4uHlTgP0IztiXQnGyIR45g==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
'@types/yoga-layout': 1.9.2
|
||||
dev: true
|
||||
|
||||
/zwitch/1.0.5:
|
||||
resolution: {integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==}
|
||||
dev: true
|
||||
|
|
Loading…
Reference in New Issue