chore: remove moment-mini

This commit is contained in:
Emerson Bottero
2023-01-26 20:55:57 -03:00
parent 19e3624e89
commit 7179f1bcba
6 changed files with 261 additions and 405 deletions

View File

@@ -59,7 +59,6 @@
"elkjs": "^0.8.2", "elkjs": "^0.8.2",
"khroma": "^2.0.0", "khroma": "^2.0.0",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"moment-mini": "^2.24.0",
"non-layered-tidy-tree-layout": "^2.0.2", "non-layered-tidy-tree-layout": "^2.0.2",
"stylis": "^4.1.2", "stylis": "^4.1.2",
"ts-dedent": "^2.2.0", "ts-dedent": "^2.2.0",

View File

@@ -1,5 +1,4 @@
import * as _moment from 'moment-mini'; import moment from 'moment';
const moment = _moment;
import { sanitizeUrl } from '@braintree/sanitize-url'; import { sanitizeUrl } from '@braintree/sanitize-url';
import { log } from '../../logger'; import { log } from '../../logger';
import * as configApi from '../../config'; import * as configApi from '../../config';

View File

@@ -1,6 +1,5 @@
// @ts-nocheck TODO: Fix TS // @ts-nocheck TODO: Fix TS
import * as _moment from 'moment-mini'; import moment from 'moment';
const moment = _moment;
import ganttDb from './ganttDb'; import ganttDb from './ganttDb';
import { convert } from '../../tests/util'; import { convert } from '../../tests/util';

View File

@@ -1,5 +1,4 @@
import * as _moment from 'moment-mini'; import moment from 'moment';
const moment = _moment;
import { log } from '../../logger'; import { log } from '../../logger';
import { import {
select, select,

View File

@@ -2,7 +2,7 @@
/* eslint-disable @typescript-eslint/no-unused-vars */ /* eslint-disable @typescript-eslint/no-unused-vars */
/* eslint-disable @typescript-eslint/no-empty-function */ /* eslint-disable @typescript-eslint/no-empty-function */
/* eslint-disable no-console */ /* eslint-disable no-console */
import moment from 'moment-mini'; import moment from 'moment';
export type LogLevel = 'trace' | 'debug' | 'info' | 'warn' | 'error' | 'fatal'; export type LogLevel = 'trace' | 'debug' | 'info' | 'warn' | 'error' | 'fatal';

654
pnpm-lock.yaml generated
View File

@@ -1,375 +1,261 @@
lockfileVersion: 5.4-inlineSpecifiers lockfileVersion: 5.4
importers: importers:
.: .:
specifiers:
'@applitools/eyes-cypress': ^3.27.6
'@commitlint/cli': ^17.2.0
'@commitlint/config-conventional': ^17.2.0
'@cspell/eslint-plugin': ^6.14.2
'@types/eslint': ^8.4.10
'@types/express': ^4.17.14
'@types/js-yaml': ^4.0.5
'@types/jsdom': ^20.0.1
'@types/lodash': ^4.14.188
'@types/mdast': ^3.0.10
'@types/node': ^18.11.9
'@types/prettier': ^2.7.1
'@types/rollup-plugin-visualizer': ^4.2.1
'@typescript-eslint/eslint-plugin': ^5.48.2
'@typescript-eslint/parser': ^5.48.2
'@vitest/coverage-c8': ^0.27.0
'@vitest/ui': ^0.27.0
concurrently: ^7.5.0
coveralls: ^3.1.1
cypress: ^10.11.0
cypress-image-snapshot: ^4.0.1
esbuild: ^0.17.0
eslint: ^8.32.0
eslint-config-prettier: ^8.6.0
eslint-plugin-cypress: ^2.12.1
eslint-plugin-html: ^7.1.0
eslint-plugin-jest: ^27.1.5
eslint-plugin-jsdoc: ^39.6.2
eslint-plugin-json: ^3.1.0
eslint-plugin-lodash: ^7.4.0
eslint-plugin-markdown: ^3.0.0
eslint-plugin-no-only-tests: ^3.1.0
eslint-plugin-tsdoc: ^0.2.17
eslint-plugin-unicorn: ^45.0.0
express: ^4.18.2
globby: ^13.1.2
husky: ^8.0.2
jest: ^29.3.1
jison: ^0.4.18
js-yaml: ^4.1.0
jsdom: ^20.0.2
lint-staged: ^13.0.3
path-browserify: ^1.0.1
pnpm: ^7.15.0
prettier: ^2.7.1
prettier-plugin-jsdoc: ^0.4.2
rimraf: ^3.0.2
rollup-plugin-visualizer: ^5.8.3
start-server-and-test: ^1.14.0
ts-node: ^10.9.1
typescript: ^4.8.4
vite: ^3.2.3
vitest: ^0.27.1
devDependencies: devDependencies:
'@applitools/eyes-cypress': '@applitools/eyes-cypress': 3.27.6
specifier: ^3.27.6 '@commitlint/cli': 17.2.0
version: 3.27.6 '@commitlint/config-conventional': 17.2.0
'@commitlint/cli': '@cspell/eslint-plugin': 6.14.2
specifier: ^17.2.0 '@types/eslint': 8.4.10
version: 17.2.0 '@types/express': 4.17.14
'@commitlint/config-conventional': '@types/js-yaml': 4.0.5
specifier: ^17.2.0 '@types/jsdom': 20.0.1
version: 17.2.0 '@types/lodash': 4.14.188
'@cspell/eslint-plugin': '@types/mdast': 3.0.10
specifier: ^6.14.2 '@types/node': 18.11.9
version: 6.14.2 '@types/prettier': 2.7.1
'@types/eslint': '@types/rollup-plugin-visualizer': 4.2.1
specifier: ^8.4.10 '@typescript-eslint/eslint-plugin': 5.48.2_iljmjqxcygjq3saipl7gerxpvi
version: 8.4.10 '@typescript-eslint/parser': 5.48.2_yygwinqv3a2io74xmwofqb7uka
'@types/express': '@vitest/coverage-c8': 0.27.1_6vhkb7zox2ro6wmx3rlvm5i5ce
specifier: ^4.17.14 '@vitest/ui': 0.27.1
version: 4.17.14 concurrently: 7.5.0
'@types/js-yaml': coveralls: 3.1.1
specifier: ^4.0.5 cypress: 10.11.0
version: 4.0.5 cypress-image-snapshot: 4.0.1_bg25yee4qeg7mpleuvd346a3tq
'@types/jsdom': esbuild: 0.17.0
specifier: ^20.0.1 eslint: 8.32.0
version: 20.0.1 eslint-config-prettier: 8.6.0_eslint@8.32.0
'@types/lodash': eslint-plugin-cypress: 2.12.1_eslint@8.32.0
specifier: ^4.14.188 eslint-plugin-html: 7.1.0
version: 4.14.188 eslint-plugin-jest: 27.1.5_5rcd23qw3h5vuffwo2owxb3hw4
'@types/mdast': eslint-plugin-jsdoc: 39.6.2_eslint@8.32.0
specifier: ^3.0.10 eslint-plugin-json: 3.1.0
version: 3.0.10 eslint-plugin-lodash: 7.4.0_eslint@8.32.0
'@types/node': eslint-plugin-markdown: 3.0.0_eslint@8.32.0
specifier: ^18.11.9 eslint-plugin-no-only-tests: 3.1.0
version: 18.11.9 eslint-plugin-tsdoc: 0.2.17
'@types/prettier': eslint-plugin-unicorn: 45.0.0_eslint@8.32.0
specifier: ^2.7.1 express: 4.18.2
version: 2.7.1 globby: 13.1.2
'@types/rollup-plugin-visualizer': husky: 8.0.2
specifier: ^4.2.1 jest: 29.3.1_odkjkoia5xunhxkdrka32ib6vi
version: 4.2.1 jison: 0.4.18
'@typescript-eslint/eslint-plugin': js-yaml: 4.1.0
specifier: ^5.48.2 jsdom: 20.0.2
version: 5.48.2_iljmjqxcygjq3saipl7gerxpvi lint-staged: 13.0.3
'@typescript-eslint/parser': path-browserify: 1.0.1
specifier: ^5.48.2 pnpm: 7.15.0
version: 5.48.2_yygwinqv3a2io74xmwofqb7uka prettier: 2.7.1
'@vitest/coverage-c8': prettier-plugin-jsdoc: 0.4.2_prettier@2.7.1
specifier: ^0.27.0 rimraf: 3.0.2
version: 0.27.1_6vhkb7zox2ro6wmx3rlvm5i5ce rollup-plugin-visualizer: 5.8.3
'@vitest/ui': start-server-and-test: 1.14.0
specifier: ^0.27.0 ts-node: 10.9.1_cbe7ovvae6zqfnmtgctpgpys54
version: 0.27.1 typescript: 4.8.4
concurrently: vite: 3.2.3_@types+node@18.11.9
specifier: ^7.5.0 vitest: 0.27.1_6vhkb7zox2ro6wmx3rlvm5i5ce
version: 7.5.0
coveralls:
specifier: ^3.1.1
version: 3.1.1
cypress:
specifier: ^10.11.0
version: 10.11.0
cypress-image-snapshot:
specifier: ^4.0.1
version: 4.0.1_bg25yee4qeg7mpleuvd346a3tq
esbuild:
specifier: ^0.17.0
version: 0.17.0
eslint:
specifier: ^8.32.0
version: 8.32.0
eslint-config-prettier:
specifier: ^8.6.0
version: 8.6.0_eslint@8.32.0
eslint-plugin-cypress:
specifier: ^2.12.1
version: 2.12.1_eslint@8.32.0
eslint-plugin-html:
specifier: ^7.1.0
version: 7.1.0
eslint-plugin-jest:
specifier: ^27.1.5
version: 27.1.5_5rcd23qw3h5vuffwo2owxb3hw4
eslint-plugin-jsdoc:
specifier: ^39.6.2
version: 39.6.2_eslint@8.32.0
eslint-plugin-json:
specifier: ^3.1.0
version: 3.1.0
eslint-plugin-lodash:
specifier: ^7.4.0
version: 7.4.0_eslint@8.32.0
eslint-plugin-markdown:
specifier: ^3.0.0
version: 3.0.0_eslint@8.32.0
eslint-plugin-no-only-tests:
specifier: ^3.1.0
version: 3.1.0
eslint-plugin-tsdoc:
specifier: ^0.2.17
version: 0.2.17
eslint-plugin-unicorn:
specifier: ^45.0.0
version: 45.0.0_eslint@8.32.0
express:
specifier: ^4.18.2
version: 4.18.2
globby:
specifier: ^13.1.2
version: 13.1.2
husky:
specifier: ^8.0.2
version: 8.0.2
jest:
specifier: ^29.3.1
version: 29.3.1_odkjkoia5xunhxkdrka32ib6vi
jison:
specifier: ^0.4.18
version: 0.4.18
js-yaml:
specifier: ^4.1.0
version: 4.1.0
jsdom:
specifier: ^20.0.2
version: 20.0.2
lint-staged:
specifier: ^13.0.3
version: 13.0.3
path-browserify:
specifier: ^1.0.1
version: 1.0.1
pnpm:
specifier: ^7.15.0
version: 7.15.0
prettier:
specifier: ^2.7.1
version: 2.7.1
prettier-plugin-jsdoc:
specifier: ^0.4.2
version: 0.4.2_prettier@2.7.1
rimraf:
specifier: ^3.0.2
version: 3.0.2
rollup-plugin-visualizer:
specifier: ^5.8.3
version: 5.8.3
start-server-and-test:
specifier: ^1.14.0
version: 1.14.0
ts-node:
specifier: ^10.9.1
version: 10.9.1_cbe7ovvae6zqfnmtgctpgpys54
typescript:
specifier: ^4.8.4
version: 4.8.4
vite:
specifier: ^3.2.3
version: 3.2.3_@types+node@18.11.9
vitest:
specifier: ^0.27.1
version: 0.27.1_6vhkb7zox2ro6wmx3rlvm5i5ce
packages/mermaid: packages/mermaid:
specifiers:
'@braintree/sanitize-url': ^6.0.0
'@types/d3': ^7.4.0
'@types/dompurify': ^2.4.0
'@types/jsdom': ^20.0.1
'@types/lodash-es': ^4.17.6
'@types/micromatch': ^4.0.2
'@types/prettier': ^2.7.1
'@types/stylis': ^4.0.2
'@types/uuid': ^8.3.4
'@typescript-eslint/eslint-plugin': ^5.42.1
'@typescript-eslint/parser': ^5.42.1
chokidar: ^3.5.3
concurrently: ^7.5.0
coveralls: ^3.1.1
cpy-cli: ^4.2.0
cspell: ^6.14.3
d3: ^7.0.0
dagre-d3-es: 7.0.6
dompurify: 2.4.3
elkjs: ^0.8.2
globby: ^13.1.2
jison: ^0.4.18
js-base64: ^3.7.2
jsdom: ^20.0.2
khroma: ^2.0.0
lodash-es: ^4.17.21
micromatch: ^4.0.5
moment: ^2.29.4
non-layered-tidy-tree-layout: ^2.0.2
path-browserify: ^1.0.1
prettier: ^2.7.1
remark: ^14.0.2
remark-frontmatter: ^4.0.1
remark-gfm: ^3.0.1
rimraf: ^3.0.2
start-server-and-test: ^1.14.0
stylis: ^4.1.2
ts-dedent: ^2.2.0
typedoc: ^0.23.18
typedoc-plugin-markdown: ^3.13.6
typescript: ^4.8.4
unist-util-flatmap: ^1.0.0
uuid: ^9.0.0
vitepress: ^1.0.0-alpha.31
vitepress-plugin-search: ^1.0.4-alpha.16
dependencies: dependencies:
'@braintree/sanitize-url': '@braintree/sanitize-url': 6.0.0
specifier: ^6.0.0 d3: 7.6.1
version: 6.0.0 dagre-d3-es: 7.0.6
d3: dompurify: 2.4.3
specifier: ^7.0.0 elkjs: 0.8.2
version: 7.6.1 khroma: 2.0.0
dagre-d3-es: lodash-es: 4.17.21
specifier: 7.0.6 non-layered-tidy-tree-layout: 2.0.2
version: 7.0.6 stylis: 4.1.2
dompurify: ts-dedent: 2.2.0
specifier: 2.4.3 uuid: 9.0.0
version: 2.4.3
elkjs:
specifier: ^0.8.2
version: 0.8.2
khroma:
specifier: ^2.0.0
version: 2.0.0
lodash-es:
specifier: ^4.17.21
version: 4.17.21
moment-mini:
specifier: ^2.24.0
version: 2.29.4
non-layered-tidy-tree-layout:
specifier: ^2.0.2
version: 2.0.2
stylis:
specifier: ^4.1.2
version: 4.1.2
ts-dedent:
specifier: ^2.2.0
version: 2.2.0
uuid:
specifier: ^9.0.0
version: 9.0.0
devDependencies: devDependencies:
'@types/d3': '@types/d3': 7.4.0
specifier: ^7.4.0 '@types/dompurify': 2.4.0
version: 7.4.0 '@types/jsdom': 20.0.1
'@types/dompurify': '@types/lodash-es': 4.17.6
specifier: ^2.4.0 '@types/micromatch': 4.0.2
version: 2.4.0 '@types/prettier': 2.7.1
'@types/jsdom': '@types/stylis': 4.0.2
specifier: ^20.0.1 '@types/uuid': 8.3.4
version: 20.0.1 '@typescript-eslint/eslint-plugin': 5.42.1_qxgr6oy2qtsmmpo3f6iejuryuq
'@types/lodash-es': '@typescript-eslint/parser': 5.42.1_yygwinqv3a2io74xmwofqb7uka
specifier: ^4.17.6 chokidar: 3.5.3
version: 4.17.6 concurrently: 7.5.0
'@types/micromatch': coveralls: 3.1.1
specifier: ^4.0.2 cpy-cli: 4.2.0
version: 4.0.2 cspell: 6.14.3
'@types/prettier': globby: 13.1.2
specifier: ^2.7.1 jison: 0.4.18
version: 2.7.1 js-base64: 3.7.2
'@types/stylis': jsdom: 20.0.2
specifier: ^4.0.2 micromatch: 4.0.5
version: 4.0.2 moment: 2.29.4
'@types/uuid': path-browserify: 1.0.1
specifier: ^8.3.4 prettier: 2.7.1
version: 8.3.4 remark: 14.0.2
'@typescript-eslint/eslint-plugin': remark-frontmatter: 4.0.1
specifier: ^5.42.1 remark-gfm: 3.0.1
version: 5.42.1_qxgr6oy2qtsmmpo3f6iejuryuq rimraf: 3.0.2
'@typescript-eslint/parser': start-server-and-test: 1.14.0
specifier: ^5.42.1 typedoc: 0.23.18_typescript@4.8.4
version: 5.42.1_yygwinqv3a2io74xmwofqb7uka typedoc-plugin-markdown: 3.13.6_typedoc@0.23.18
chokidar: typescript: 4.8.4
specifier: ^3.5.3 unist-util-flatmap: 1.0.0
version: 3.5.3 vitepress: 1.0.0-alpha.31_tbpndr44ulefs3hehwpi2mkf2y
concurrently: vitepress-plugin-search: 1.0.4-alpha.16_4vhf5pdiohzt3iya6parl37qd4
specifier: ^7.5.0
version: 7.5.0
coveralls:
specifier: ^3.1.1
version: 3.1.1
cpy-cli:
specifier: ^4.2.0
version: 4.2.0
cspell:
specifier: ^6.14.3
version: 6.14.3
globby:
specifier: ^13.1.2
version: 13.1.2
jison:
specifier: ^0.4.18
version: 0.4.18
js-base64:
specifier: ^3.7.2
version: 3.7.2
jsdom:
specifier: ^20.0.2
version: 20.0.2
micromatch:
specifier: ^4.0.5
version: 4.0.5
moment:
specifier: ^2.29.4
version: 2.29.4
path-browserify:
specifier: ^1.0.1
version: 1.0.1
prettier:
specifier: ^2.7.1
version: 2.7.1
remark:
specifier: ^14.0.2
version: 14.0.2
remark-frontmatter:
specifier: ^4.0.1
version: 4.0.1
remark-gfm:
specifier: ^3.0.1
version: 3.0.1
rimraf:
specifier: ^3.0.2
version: 3.0.2
start-server-and-test:
specifier: ^1.14.0
version: 1.14.0
typedoc:
specifier: ^0.23.18
version: 0.23.18_typescript@4.8.4
typedoc-plugin-markdown:
specifier: ^3.13.6
version: 3.13.6_typedoc@0.23.18
typescript:
specifier: ^4.8.4
version: 4.8.4
unist-util-flatmap:
specifier: ^1.0.0
version: 1.0.0
vitepress:
specifier: ^1.0.0-alpha.31
version: 1.0.0-alpha.31_tbpndr44ulefs3hehwpi2mkf2y
vitepress-plugin-search:
specifier: ^1.0.4-alpha.16
version: 1.0.4-alpha.16_ifjhkyx3os4sbm7zdnvthc52am
packages/mermaid-example-diagram: packages/mermaid-example-diagram:
specifiers:
concurrently: ^7.5.0
rimraf: ^3.0.2
devDependencies: devDependencies:
concurrently: concurrently: 7.5.0
specifier: ^7.5.0 rimraf: 3.0.2
version: 7.5.0
rimraf:
specifier: ^3.0.2
version: 3.0.2
packages/mermaid-mindmap: packages/mermaid-mindmap:
specifiers:
'@braintree/sanitize-url': ^6.0.0
'@types/cytoscape': ^3.19.9
concurrently: ^7.5.0
cytoscape: ^3.23.0
cytoscape-cose-bilkent: ^4.1.0
cytoscape-fcose: ^2.1.0
d3: ^7.0.0
khroma: ^2.0.0
mermaid: workspace:*
non-layered-tidy-tree-layout: ^2.0.2
rimraf: ^3.0.2
dependencies: dependencies:
'@braintree/sanitize-url': '@braintree/sanitize-url': 6.0.0
specifier: ^6.0.0 cytoscape: 3.23.0
version: 6.0.0 cytoscape-cose-bilkent: 4.1.0_cytoscape@3.23.0
cytoscape: cytoscape-fcose: 2.1.0_cytoscape@3.23.0
specifier: ^3.23.0 d3: 7.6.1
version: 3.23.0 khroma: 2.0.0
cytoscape-cose-bilkent: non-layered-tidy-tree-layout: 2.0.2
specifier: ^4.1.0
version: 4.1.0_cytoscape@3.23.0
cytoscape-fcose:
specifier: ^2.1.0
version: 2.1.0_cytoscape@3.23.0
d3:
specifier: ^7.0.0
version: 7.6.1
khroma:
specifier: ^2.0.0
version: 2.0.0
non-layered-tidy-tree-layout:
specifier: ^2.0.2
version: 2.0.2
devDependencies: devDependencies:
'@types/cytoscape': '@types/cytoscape': 3.19.9
specifier: ^3.19.9 concurrently: 7.5.0
version: 3.19.9 mermaid: link:../mermaid
concurrently: rimraf: 3.0.2
specifier: ^7.5.0
version: 7.5.0
mermaid:
specifier: workspace:*
version: link:../mermaid
rimraf:
specifier: ^3.0.2
version: 3.0.2
tests/webpack: tests/webpack:
specifiers:
'@mermaid-js/mermaid-mindmap': workspace:*
mermaid: workspace:*
webpack: ^5.74.0
webpack-cli: ^4.10.0
webpack-dev-server: ^4.11.1
dependencies: dependencies:
'@mermaid-js/mermaid-mindmap': '@mermaid-js/mermaid-mindmap': link:../../packages/mermaid-mindmap
specifier: workspace:* mermaid: link:../../packages/mermaid
version: link:../../packages/mermaid-mindmap
mermaid:
specifier: workspace:*
version: link:../../packages/mermaid
devDependencies: devDependencies:
webpack: webpack: 5.75.0_webpack-cli@4.10.0
specifier: ^5.74.0 webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi
version: 5.75.0_webpack-cli@4.10.0 webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue
webpack-cli:
specifier: ^4.10.0
version: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi
webpack-dev-server:
specifier: ^4.11.1
version: 4.11.1_pda42hcaj7d62cr262fr632kue
packages: packages:
@@ -1348,8 +1234,8 @@ packages:
'@cspell/dict-docker': 1.1.3 '@cspell/dict-docker': 1.1.3
'@cspell/dict-dotnet': 4.0.0 '@cspell/dict-dotnet': 4.0.0
'@cspell/dict-elixir': 4.0.0 '@cspell/dict-elixir': 4.0.0
'@cspell/dict-en-gb': 1.1.33
'@cspell/dict-en_us': 4.1.0 '@cspell/dict-en_us': 4.1.0
'@cspell/dict-en-gb': 1.1.33
'@cspell/dict-filetypes': 3.0.0 '@cspell/dict-filetypes': 3.0.0
'@cspell/dict-fonts': 3.0.0 '@cspell/dict-fonts': 3.0.0
'@cspell/dict-fullstack': 3.0.0 '@cspell/dict-fullstack': 3.0.0
@@ -1396,8 +1282,8 @@ packages:
'@cspell/dict-docker': 1.1.3 '@cspell/dict-docker': 1.1.3
'@cspell/dict-dotnet': 4.0.0 '@cspell/dict-dotnet': 4.0.0
'@cspell/dict-elixir': 4.0.0 '@cspell/dict-elixir': 4.0.0
'@cspell/dict-en-gb': 1.1.33
'@cspell/dict-en_us': 4.1.0 '@cspell/dict-en_us': 4.1.0
'@cspell/dict-en-gb': 1.1.33
'@cspell/dict-filetypes': 3.0.0 '@cspell/dict-filetypes': 3.0.0
'@cspell/dict-fonts': 3.0.0 '@cspell/dict-fonts': 3.0.0
'@cspell/dict-fullstack': 3.0.0 '@cspell/dict-fullstack': 3.0.0
@@ -4109,7 +3995,7 @@ packages:
/axios/0.21.4_debug@4.3.2: /axios/0.21.4_debug@4.3.2:
resolution: {integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==} resolution: {integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==}
dependencies: dependencies:
follow-redirects: 1.15.2 follow-redirects: 1.15.2_debug@4.3.2
transitivePeerDependencies: transitivePeerDependencies:
- debug - debug
dev: true dev: true
@@ -4746,7 +4632,7 @@ packages:
dev: true dev: true
/concat-map/0.0.1: /concat-map/0.0.1:
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=}
dev: true dev: true
/concurrently/7.5.0: /concurrently/7.5.0:
@@ -4816,8 +4702,8 @@ packages:
engines: {node: '>=10'} engines: {node: '>=10'}
hasBin: true hasBin: true
dependencies: dependencies:
JSONStream: 1.3.5
is-text-path: 1.0.1 is-text-path: 1.0.1
JSONStream: 1.3.5
lodash: 4.17.21 lodash: 4.17.21
meow: 8.1.2 meow: 8.1.2
split2: 3.2.2 split2: 3.2.2
@@ -6917,6 +6803,18 @@ packages:
optional: true optional: true
dev: true dev: true
/follow-redirects/1.15.2_debug@4.3.2:
resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==}
engines: {node: '>=4.0'}
peerDependencies:
debug: '*'
peerDependenciesMeta:
debug:
optional: true
dependencies:
debug: 4.3.2
dev: true
/foreground-child/2.0.0: /foreground-child/2.0.0:
resolution: {integrity: sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==} resolution: {integrity: sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==}
engines: {node: '>=8.0.0'} engines: {node: '>=8.0.0'}
@@ -8324,12 +8222,12 @@ packages:
engines: {node: '>=0.4'} engines: {node: '>=0.4'}
hasBin: true hasBin: true
dependencies: dependencies:
JSONSelect: 0.4.0
cjson: 0.3.0 cjson: 0.3.0
ebnf-parser: 0.1.10 ebnf-parser: 0.1.10
escodegen: 1.3.3 escodegen: 1.3.3
esprima: 1.1.1 esprima: 1.1.1
jison-lex: 0.3.4 jison-lex: 0.3.4
JSONSelect: 0.4.0
lex-parser: 0.1.4 lex-parser: 0.1.4
nomnom: 1.5.2 nomnom: 1.5.2
dev: true dev: true
@@ -9413,10 +9311,6 @@ packages:
ufo: 1.0.1 ufo: 1.0.1
dev: true dev: true
/moment-mini/2.29.4:
resolution: {integrity: sha512-uhXpYwHFeiTbY9KSgPPRoo1nt8OxNVdMVoTBYHfSEKeRkIkwGpO+gERmhuhBtzfaeOyTkykSrm2+noJBgqt3Hg==}
dev: false
/moment/2.29.4: /moment/2.29.4:
resolution: {integrity: sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==} resolution: {integrity: sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==}
dev: true dev: true
@@ -11782,39 +11676,6 @@ packages:
- terser - terser
dev: true dev: true
/vite/3.2.3:
resolution: {integrity: sha512-h8jl1TZ76eGs3o2dIBSsvXDLb1m/Ec1iej8ZMdz+PsaFUsftZeWe2CZOI3qogEsMNaywc17gu0q6cQDzh/weCQ==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
peerDependencies:
'@types/node': '>= 14'
less: '*'
sass: '*'
stylus: '*'
sugarss: '*'
terser: ^5.4.0
peerDependenciesMeta:
'@types/node':
optional: true
less:
optional: true
sass:
optional: true
stylus:
optional: true
sugarss:
optional: true
terser:
optional: true
dependencies:
esbuild: 0.15.13
postcss: 8.4.18
resolve: 1.22.1
rollup: 2.79.1
optionalDependencies:
fsevents: 2.3.2
dev: true
/vite/3.2.3_@types+node@18.11.9: /vite/3.2.3_@types+node@18.11.9:
resolution: {integrity: sha512-h8jl1TZ76eGs3o2dIBSsvXDLb1m/Ec1iej8ZMdz+PsaFUsftZeWe2CZOI3qogEsMNaywc17gu0q6cQDzh/weCQ==} resolution: {integrity: sha512-h8jl1TZ76eGs3o2dIBSsvXDLb1m/Ec1iej8ZMdz+PsaFUsftZeWe2CZOI3qogEsMNaywc17gu0q6cQDzh/weCQ==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
@@ -11916,7 +11777,7 @@ packages:
fsevents: 2.3.2 fsevents: 2.3.2
dev: true dev: true
/vitepress-plugin-search/1.0.4-alpha.16_ifjhkyx3os4sbm7zdnvthc52am: /vitepress-plugin-search/1.0.4-alpha.16_4vhf5pdiohzt3iya6parl37qd4:
resolution: {integrity: sha512-D+rs7bwzH+IO+7T9NlxvqSOqmSKbN1yHxUoqClTy5JH+DomL3CcrH2TgSvXc2s58ztlc1dC07c7THo4cNjlUAg==} resolution: {integrity: sha512-D+rs7bwzH+IO+7T9NlxvqSOqmSKbN1yHxUoqClTy5JH+DomL3CcrH2TgSvXc2s58ztlc1dC07c7THo4cNjlUAg==}
engines: {node: ^14.13.1 || ^16.7.0 || >=18} engines: {node: ^14.13.1 || ^16.7.0 || >=18}
peerDependencies: peerDependencies:
@@ -11929,7 +11790,6 @@ packages:
'@types/markdown-it': 12.2.3 '@types/markdown-it': 12.2.3
flexsearch: 0.7.31 flexsearch: 0.7.31
markdown-it: 13.0.1 markdown-it: 13.0.1
vite: 3.2.3
vitepress: 1.0.0-alpha.31_tbpndr44ulefs3hehwpi2mkf2y vitepress: 1.0.0-alpha.31_tbpndr44ulefs3hehwpi2mkf2y
vue: 3.2.45 vue: 3.2.45
dev: true dev: true