Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
61e8e481
Unverified
Commit
61e8e481
authored
Oct 22, 2023
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update dependencies
parent
41fba30e
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
801 additions
and
615 deletions
+801
-615
build.yml
.github/workflows/build.yml
+2
-2
package.json
server/package.json
+9
-9
pnpm-lock.yaml
server/pnpm-lock.yaml
+243
-153
package.json
ux/package.json
+36
-36
pnpm-lock.yaml
ux/pnpm-lock.yaml
+510
-414
App.vue
ux/src/App.vue
+1
-1
No files found.
.github/workflows/build.yml
View file @
61e8e481
...
...
@@ -46,13 +46,13 @@ jobs:
-
name
:
Build Assets
working-directory
:
ux
run
:
|
pnpm install
--frozen-lockfile
pnpm install
pnpm build
-
name
:
Build Blocks
working-directory
:
blocks
run
:
|
pnpm install
--frozen-lockfile
pnpm install
pnpm build
-
name
:
Login to GitHub Container Registry
...
...
server/package.json
View file @
61e8e481
...
...
@@ -40,17 +40,17 @@
"@azure/storage-blob"
:
"12.16.0"
,
"@exlinc/keycloak-passport"
:
"1.0.2"
,
"@graphql-tools/schema"
:
"10.0.0"
,
"@graphql-tools/utils"
:
"10.0.
6
"
,
"@graphql-tools/utils"
:
"10.0.
7
"
,
"@hexagon/base64"
:
"1.1.28"
,
"@joplin/turndown-plugin-gfm"
:
"1.0.50"
,
"@node-saml/passport-saml"
:
"4.0.4"
,
"@root/csr"
:
"0.8.1"
,
"@root/keypairs"
:
"0.10.3"
,
"@root/pem"
:
"1.0.4"
,
"@simplewebauthn/server"
:
"8.
2.0
"
,
"@simplewebauthn/server"
:
"8.
3.2
"
,
"acme"
:
"3.0.3"
,
"akismet-api"
:
"6.0.0"
,
"aws-sdk"
:
"2.147
2
.0"
,
"aws-sdk"
:
"2.147
8
.0"
,
"bcryptjs"
:
"2.4.3"
,
"chalk"
:
"5.3.0"
,
"cheerio"
:
"1.0.0-rc.12"
,
...
...
@@ -70,7 +70,7 @@
"diff2html"
:
"3.4.45"
,
"dompurify"
:
"3.0.6"
,
"dotize"
:
"0.3.0"
,
"emoji-regex"
:
"10.
2.1
"
,
"emoji-regex"
:
"10.
3.0
"
,
"eventemitter2"
:
"6.4.9"
,
"express"
:
"4.18.2"
,
"express-brute"
:
"1.0.1"
,
...
...
@@ -85,7 +85,7 @@
"graphql-tools"
:
"9.0.0"
,
"graphql-upload"
:
"16.0.2"
,
"he"
:
"1.2.0"
,
"highlight.js"
:
"11.
8
.0"
,
"highlight.js"
:
"11.
9
.0"
,
"image-size"
:
"1.0.2"
,
"js-base64"
:
"3.7.5"
,
"js-binary"
:
"1.2.0"
,
...
...
@@ -116,10 +116,10 @@
"mime-types"
:
"2.1.35"
,
"ms"
:
"2.1.3"
,
"multer"
:
"1.4.5-lts.1"
,
"nanoid"
:
"5.0.
1
"
,
"nanoid"
:
"5.0.
2
"
,
"node-2fa"
:
"2.0.3"
,
"node-cache"
:
"5.1.2"
,
"nodemailer"
:
"6.9.
5
"
,
"nodemailer"
:
"6.9.
7
"
,
"objection"
:
"3.1.2"
,
"octokit"
:
"3.1.1"
,
"passport"
:
"0.6.0"
,
...
...
@@ -149,7 +149,7 @@
"pg-tsquery"
:
"8.4.1"
,
"poolifier"
:
"2.7.5"
,
"punycode"
:
"2.3.0"
,
"puppeteer-core"
:
"21.
3.8
"
,
"puppeteer-core"
:
"21.
4.0
"
,
"qr-image"
:
"3.2.0"
,
"remove-markdown"
:
"0.5.0"
,
"safe-regex"
:
"2.1.1"
,
...
...
@@ -171,7 +171,7 @@
"yargs"
:
"17.7.2"
},
"devDependencies"
:
{
"eslint"
:
"8.5
1
.0"
,
"eslint"
:
"8.5
2
.0"
,
"eslint-config-requarks"
:
"1.0.7"
,
"eslint-config-standard"
:
"17.1.0"
,
"eslint-plugin-import"
:
"2.28.1"
,
...
...
server/pnpm-lock.yaml
View file @
61e8e481
...
...
@@ -18,8 +18,8 @@ dependencies:
specifier
:
10.0.0
version
:
10.0.0(graphql@16.8.1)
'
@graphql-tools/utils'
:
specifier
:
10.0.
6
version
:
10.0.
6
(graphql@16.8.1)
specifier
:
10.0.
7
version
:
10.0.
7
(graphql@16.8.1)
'
@hexagon/base64'
:
specifier
:
1.1.28
version
:
1.1.28
...
...
@@ -39,8 +39,8 @@ dependencies:
specifier
:
1.0.4
version
:
1.0.4
'
@simplewebauthn/server'
:
specifier
:
8.
2.0
version
:
8.
2.0
specifier
:
8.
3.2
version
:
8.
3.2
acme
:
specifier
:
3.0.3
version
:
3.0.3
...
...
@@ -48,8 +48,8 @@ dependencies:
specifier
:
6.0.0
version
:
6.0.0
aws-sdk
:
specifier
:
2.147
2
.0
version
:
2.147
2
.0
specifier
:
2.147
8
.0
version
:
2.147
8
.0
bcryptjs
:
specifier
:
2.4.3
version
:
2.4.3
...
...
@@ -108,8 +108,8 @@ dependencies:
specifier
:
0.3.0
version
:
0.3.0
emoji-regex
:
specifier
:
10.
2.1
version
:
10.
2.1
specifier
:
10.
3.0
version
:
10.
3.0
eventemitter2
:
specifier
:
6.4.9
version
:
6.4.9
...
...
@@ -142,7 +142,7 @@ dependencies:
version
:
2.0.2
graphql-rate-limit-directive
:
specifier
:
2.0.4
version
:
2.0.4(@graphql-tools/utils@10.0.
6
)(graphql@16.8.1)(rate-limiter-flexible@2.4.2)
version
:
2.0.4(@graphql-tools/utils@10.0.
7
)(graphql@16.8.1)(rate-limiter-flexible@2.4.2)
graphql-tools
:
specifier
:
9.0.0
version
:
9.0.0(graphql@16.8.1)
...
...
@@ -153,8 +153,8 @@ dependencies:
specifier
:
1.2.0
version
:
1.2.0
highlight.js
:
specifier
:
11.
8
.0
version
:
11.
8
.0
specifier
:
11.
9
.0
version
:
11.
9
.0
image-size
:
specifier
:
1.0.2
version
:
1.0.2
...
...
@@ -220,7 +220,7 @@ dependencies:
version
:
3.0.1
markdown-it-mdc
:
specifier
:
0.1.4
version
:
0.1.4(@types/markdown-it@13.0.
2
)(markdown-it@13.0.2)
version
:
0.1.4(@types/markdown-it@13.0.
4
)(markdown-it@13.0.2)
markdown-it-multimd-table
:
specifier
:
4.2.3
version
:
4.2.3
...
...
@@ -246,8 +246,8 @@ dependencies:
specifier
:
1.4.5-lts.1
version
:
1.4.5-lts.1
nanoid
:
specifier
:
5.0.
1
version
:
5.0.
1
specifier
:
5.0.
2
version
:
5.0.
2
node-2fa
:
specifier
:
2.0.3
version
:
2.0.3
...
...
@@ -255,8 +255,8 @@ dependencies:
specifier
:
5.1.2
version
:
5.1.2
nodemailer
:
specifier
:
6.9.
5
version
:
6.9.
5
specifier
:
6.9.
7
version
:
6.9.
7
objection
:
specifier
:
3.1.2
version
:
3.1.2(knex@3.0.1)
...
...
@@ -345,8 +345,8 @@ dependencies:
specifier
:
2.3.0
version
:
2.3.0
puppeteer-core
:
specifier
:
21.
3.8
version
:
21.
3.8
specifier
:
21.
4.0
version
:
21.
4.0
qr-image
:
specifier
:
3.2.0
version
:
3.2.0
...
...
@@ -407,23 +407,23 @@ dependencies:
devDependencies
:
eslint
:
specifier
:
8.5
1
.0
version
:
8.5
1
.0
specifier
:
8.5
2
.0
version
:
8.5
2
.0
eslint-config-requarks
:
specifier
:
1.0.7
version
:
1.0.7(eslint-plugin-import@2.28.1)(eslint-plugin-node@11.1.0)(eslint-plugin-promise@6.1.1)(eslint-plugin-standard@5.0.0)(eslint@8.5
1
.0)
version
:
1.0.7(eslint-plugin-import@2.28.1)(eslint-plugin-node@11.1.0)(eslint-plugin-promise@6.1.1)(eslint-plugin-standard@5.0.0)(eslint@8.5
2
.0)
eslint-config-standard
:
specifier
:
17.1.0
version
:
17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.
1.0)(eslint-plugin-promise@6.1.1)(eslint@8.51
.0)
version
:
17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.
2.0)(eslint-plugin-promise@6.1.1)(eslint@8.52
.0)
eslint-plugin-import
:
specifier
:
2.28.1
version
:
2.28.1(eslint@8.5
1
.0)
version
:
2.28.1(eslint@8.5
2
.0)
eslint-plugin-node
:
specifier
:
11.1.0
version
:
11.1.0(eslint@8.5
1
.0)
version
:
11.1.0(eslint@8.5
2
.0)
eslint-plugin-promise
:
specifier
:
6.1.1
version
:
6.1.1(eslint@8.5
1
.0)
version
:
6.1.1(eslint@8.5
2
.0)
nodemon
:
specifier
:
3.0.1
version
:
3.0.1
...
...
@@ -793,13 +793,13 @@ packages:
dev
:
false
optional
:
true
/@eslint-community/eslint-utils@4.4.0(eslint@8.5
1
.0)
:
/@eslint-community/eslint-utils@4.4.0(eslint@8.5
2
.0)
:
resolution
:
{
integrity
:
sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
peerDependencies
:
eslint
:
^6.0.0 || ^7.0.0 || >=8.0.0
dependencies
:
eslint
:
8.5
1
.0
eslint
:
8.5
2
.0
eslint-visitor-keys
:
3.4.3
dev
:
true
...
...
@@ -825,8 +825,8 @@ packages:
-
supports-color
dev
:
true
/@eslint/js@8.5
1
.0
:
resolution
:
{
integrity
:
sha512-
HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg
==
}
/@eslint/js@8.5
2
.0
:
resolution
:
{
integrity
:
sha512-
mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA
==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
dev
:
true
...
...
@@ -852,7 +852,7 @@ packages:
peerDependencies
:
graphql
:
^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies
:
'
@graphql-tools/utils'
:
10.0.
6
(graphql@16.8.1)
'
@graphql-tools/utils'
:
10.0.
7
(graphql@16.8.1)
graphql
:
16.8.1
tslib
:
2.6.2
dev
:
false
...
...
@@ -864,7 +864,7 @@ packages:
graphql
:
^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies
:
'
@graphql-tools/merge'
:
9.0.0(graphql@16.8.1)
'
@graphql-tools/utils'
:
10.0.
6
(graphql@16.8.1)
'
@graphql-tools/utils'
:
10.0.
7
(graphql@16.8.1)
graphql
:
16.8.1
tslib
:
2.6.2
value-or-promise
:
1.0.12
...
...
@@ -882,8 +882,8 @@ packages:
value-or-promise
:
1.0.12
dev
:
false
/@graphql-tools/utils@10.0.
6
(graphql@16.8.1)
:
resolution
:
{
integrity
:
sha512-
hZMjl/BbX10iagovakgf3IiqArx8TPsotq5pwBld37uIX1JiZoSbgbCIFol7u55bh32o6cfDEiiJgfAD5fbey
Q==
}
/@graphql-tools/utils@10.0.
7
(graphql@16.8.1)
:
resolution
:
{
integrity
:
sha512-
KOdeMj6Hd/MENDaqPbws3YJl3wVy0DeYnL7PyUms5Skyf7uzI9INynDwPMhLXfSb0/ph6BXTwMd5zBtWbF8tB
Q==
}
engines
:
{
node
:
'
>=16.0.0'
}
peerDependencies
:
graphql
:
^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
...
...
@@ -916,11 +916,11 @@ packages:
resolution
:
{
integrity
:
sha512-lhqDEAvWixy3bZ+UOYbPwUbBkwBq5C1LAJ/xPC8Oi+lL54oyakv/npbA0aU2hgCsx/1NUd4IBvV03+aUBWxerw==
}
dev
:
false
/@humanwhocodes/config-array@0.11.1
1
:
resolution
:
{
integrity
:
sha512-
N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA
==
}
/@humanwhocodes/config-array@0.11.1
3
:
resolution
:
{
integrity
:
sha512-
JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ
==
}
engines
:
{
node
:
'
>=10.10.0'
}
dependencies
:
'
@humanwhocodes/object-schema'
:
1.2
.1
'
@humanwhocodes/object-schema'
:
2.0
.1
debug
:
4.3.4
minimatch
:
3.1.2
transitivePeerDependencies
:
...
...
@@ -932,8 +932,8 @@ packages:
engines
:
{
node
:
'
>=12.22'
}
dev
:
true
/@humanwhocodes/object-schema@
1.2
.1
:
resolution
:
{
integrity
:
sha512-
ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA
==
}
/@humanwhocodes/object-schema@
2.0
.1
:
resolution
:
{
integrity
:
sha512-
dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw
==
}
dev
:
true
/@joplin/turndown-plugin-gfm@1.0.50
:
...
...
@@ -1263,44 +1263,44 @@ packages:
engines
:
{
node
:
'
>=8.0.0'
}
dev
:
false
/@peculiar/asn1-android@2.3.
6
:
resolution
:
{
integrity
:
sha512-
zkYh4DsiRhiNfg6tWaUuRc+huwlb9XJbmeZLrjTz9v76UK1Ehq3EnfJFED6P3sdznW/nqWe46LoM9JrqxcD58
g==
}
/@peculiar/asn1-android@2.3.
9
:
resolution
:
{
integrity
:
sha512-
GvD1Brze9Fk5lTdFmJ3xIZhZCG7PumCkvy7y/wt/lg4IkGHTnz/FRPoLofIO9GKUhRmwlyo+JUv1pyvpcGGRz
g==
}
dependencies
:
'
@peculiar/asn1-schema'
:
2.3.
6
'
@peculiar/asn1-schema'
:
2.3.
8
asn1js
:
3.0.5
tslib
:
2.6.2
dev
:
false
/@peculiar/asn1-ecc@2.3.
6
:
resolution
:
{
integrity
:
sha512-
Hu1xzMJQWv8/GvzOiinaE6XiD1/kEhq2C/V89UEoWeZ2fLUcGNIvMxOr/pMyL0OmpRWj/mhCTXOZp4PP+a0aTg
==
}
/@peculiar/asn1-ecc@2.3.
8
:
resolution
:
{
integrity
:
sha512-
Ah/Q15y3A/CtxbPibiLM/LKcMbnLTdUdLHUgdpB5f60sSvGkXzxJCu5ezGTFHogZXWNX3KSmYqilCrfdmBc6pQ
==
}
dependencies
:
'
@peculiar/asn1-schema'
:
2.3.
6
'
@peculiar/asn1-x509'
:
2.3.
6
'
@peculiar/asn1-schema'
:
2.3.
8
'
@peculiar/asn1-x509'
:
2.3.
8
asn1js
:
3.0.5
tslib
:
2.6.2
dev
:
false
/@peculiar/asn1-rsa@2.3.
6
:
resolution
:
{
integrity
:
sha512-
DswjJyAXZnvESuImGNTvbNKvh1XApBVqU+r3UmrFFTAI23gv62byl0f5OFKWTNhCf66WQrd3sklpsCZc/4+jwA
==
}
/@peculiar/asn1-rsa@2.3.
8
:
resolution
:
{
integrity
:
sha512-
ES/RVEHu8VMYXgrg3gjb1m/XG0KJWnV4qyZZ7mAg7rrF3VTmRbLxO8mk+uy0Hme7geSMebp+Wvi2U6RLLEs12Q
==
}
dependencies
:
'
@peculiar/asn1-schema'
:
2.3.
6
'
@peculiar/asn1-x509'
:
2.3.
6
'
@peculiar/asn1-schema'
:
2.3.
8
'
@peculiar/asn1-x509'
:
2.3.
8
asn1js
:
3.0.5
tslib
:
2.6.2
dev
:
false
/@peculiar/asn1-schema@2.3.
6
:
resolution
:
{
integrity
:
sha512-
izNRxPoaeJeg/AyH8hER6s+H7p4itk+03QCa4sbxI3lNdseQYCuxzgsuNK8bTXChtLTjpJz6NmXKA73qLa3rC
A==
}
/@peculiar/asn1-schema@2.3.
8
:
resolution
:
{
integrity
:
sha512-
ULB1XqHKx1WBU/tTFIA+uARuRoBVZ4pNdOA878RDrRbBfBGcSzi5HBkdScC6ZbHn8z7L8gmKCgPC1LHRrP46t
A==
}
dependencies
:
asn1js
:
3.0.5
pvtsutils
:
1.3.5
tslib
:
2.6.2
dev
:
false
/@peculiar/asn1-x509@2.3.
6
:
resolution
:
{
integrity
:
sha512-
dRwX31R1lcbIdzbztiMvLNTDoGptxdV7HocNx87LfKU0fEWh7fTWJjx4oV+glETSy6heF/hJHB2J4RGB3vVSYg
==
}
/@peculiar/asn1-x509@2.3.
8
:
resolution
:
{
integrity
:
sha512-
voKxGfDU1c6r9mKiN5ZUsZWh3Dy1BABvTM3cimf0tztNwyMJPhiXY94eRTgsMQe6ViLfT6EoXxkWVzcm3mFAFw
==
}
dependencies
:
'
@peculiar/asn1-schema'
:
2.3.
6
'
@peculiar/asn1-schema'
:
2.3.
8
asn1js
:
3.0.5
ipaddr.js
:
2.1.0
pvtsutils
:
1.3.5
...
...
@@ -1350,8 +1350,8 @@ packages:
resolution
:
{
integrity
:
sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
}
dev
:
false
/@puppeteer/browsers@1.
7.1
:
resolution
:
{
integrity
:
sha512-
nIb8SOBgDEMFY2iS2MdnUZOg2ikcYchRrBoF+wtdjieRFKR2uGRipHY/oFLo+2N6anDualyClPzGywTHRGrLfw
==
}
/@puppeteer/browsers@1.
8.0
:
resolution
:
{
integrity
:
sha512-
TkRHIV6k2D8OlUe8RtG+5jgOF/H98Myx0M6AOafC8DdNVOFiBSFa5cpRDtpm8LXOa9sVwe0+e6Q3FC56X/DZfg
==
}
engines
:
{
node
:
'
>=16.3.0'
}
hasBin
:
true
dependencies
:
...
...
@@ -1361,7 +1361,7 @@ packages:
proxy-agent
:
6.3.1
tar-fs
:
3.0.4
unbzip2-stream
:
1.4.3
yargs
:
17.7.
1
yargs
:
17.7.
2
transitivePeerDependencies
:
-
supports-color
dev
:
false
...
...
@@ -1419,16 +1419,16 @@ packages:
'
@root/encoding'
:
1.0.1
dev
:
false
/@simplewebauthn/server@8.
2.0
:
resolution
:
{
integrity
:
sha512-
nknf7kCa5V61Kk2zn1vTuKeAlyut9aWduIcbHNQWpMCEJqH/m8cXpb+9UV42MEQRIk8JVC1GSNeEx56QVTfJHw
==
}
/@simplewebauthn/server@8.
3.2
:
resolution
:
{
integrity
:
sha512-
ceo8t5gdO5W/JOePQWPDH+rAd8tO6QNalLU56rc9ItdzaTjk+qcYwQg/BKXDDg6117P3HKrRBkZwBrMJl4dOdA
==
}
engines
:
{
node
:
'
>=16.0.0'
}
dependencies
:
'
@hexagon/base64'
:
1.1.28
'
@peculiar/asn1-android'
:
2.3.
6
'
@peculiar/asn1-ecc'
:
2.3.
6
'
@peculiar/asn1-rsa'
:
2.3.
6
'
@peculiar/asn1-schema'
:
2.3.
6
'
@peculiar/asn1-x509'
:
2.3.
6
'
@peculiar/asn1-android'
:
2.3.
9
'
@peculiar/asn1-ecc'
:
2.3.
8
'
@peculiar/asn1-rsa'
:
2.3.
8
'
@peculiar/asn1-schema'
:
2.3.
8
'
@peculiar/asn1-x509'
:
2.3.
8
'
@simplewebauthn/typescript-types'
:
8.0.0
cbor-x
:
1.5.4
cross-fetch
:
4.0.0
...
...
@@ -1538,23 +1538,23 @@ packages:
'
@types/node'
:
20.8.3
dev
:
false
/@types/linkify-it@3.0.
3
:
resolution
:
{
integrity
:
sha512-
pTjcqY9E4nOI55Wgpz7eiI8+LzdYnw3qxXCfHyBDdPbYvbyLgWLJGh8EdPvqawwMK1Uo1794AUkkR38Fr0g+2g
==
}
/@types/linkify-it@3.0.
4
:
resolution
:
{
integrity
:
sha512-
hPpIeeHb/2UuCw06kSNAOVWgehBLXEo0/fUs0mw3W2qhqX89PI2yvok83MnuctYGCPrabGIoi0fFso4DQ+sNUQ
==
}
dev
:
false
/@types/long@4.0.2
:
resolution
:
{
integrity
:
sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==
}
dev
:
false
/@types/markdown-it@13.0.
2
:
resolution
:
{
integrity
:
sha512-
Tla7hH9oeXHOlJyBFdoqV61xWE9FZf/y2g+gFVwQ2vE1/eBzjUno5JCd3Hdb5oATve5OF6xNjZ/4VIZhVVx+hA
==
}
/@types/markdown-it@13.0.
4
:
resolution
:
{
integrity
:
sha512-
FAIUdEXrCDnQmAAmJC+UeW/3p0eCI4QZ/+W0lX/h83VD3v78IgTFYftjnAeXS8H0g4PFQCgipc51cQDA8tjgLw
==
}
dependencies
:
'
@types/linkify-it'
:
3.0.
3
'
@types/mdurl'
:
1.0.
3
'
@types/linkify-it'
:
3.0.
4
'
@types/mdurl'
:
1.0.
4
dev
:
false
/@types/mdurl@1.0.
3
:
resolution
:
{
integrity
:
sha512-
T5k6kTXak79gwmIOaDF2UUQXFbnBE0zBUzF20pz7wDYu0RQMzWg+Ml/Pz50214NsFHBITkoi5VtdjFZnJ2ijj
A==
}
/@types/mdurl@1.0.
4
:
resolution
:
{
integrity
:
sha512-
ARVxjAEX5TARFRzpDRVC6cEk0hUIXCCwaMhz8y7S1/PxU6zZS1UMjyobz7q4w/D/R552r4++EhwmXK1N2rAy0
A==
}
dev
:
false
/@types/mime@1.3.3
:
...
...
@@ -1580,6 +1580,14 @@ packages:
resolution
:
{
integrity
:
sha512-jxiZQFpb+NlH5kjW49vXxvxTjeeqlbsnTAdBTKpzEdPs9itay7MscYXz3Fo9VYFEsfQ6LJFitHad3faerLAjCw==
}
dev
:
false
/@types/node@20.8.7
:
resolution
:
{
integrity
:
sha512-21TKHHh3eUHIi2MloeptJWALuCu5H7HQTdTrWIFReA8ad+aggoX+lRes3ex7/FtpC+sVUpFMQ+QTfYr74mruiQ==
}
requiresBuild
:
true
dependencies
:
undici-types
:
5.25.3
dev
:
false
optional
:
true
/@types/notp@2.0.3
:
resolution
:
{
integrity
:
sha512-biFO/VNDdq/vH7PVN+WovqxhbRhvaA2daj1uAvMFKrcMQ12tfoSySud3vV8m9Zls6eM2FC8N9CpKbkLYJS1AAA==
}
dependencies
:
...
...
@@ -1651,14 +1659,18 @@ packages:
'
@types/node'
:
20.8.3
dev
:
false
/@types/yauzl@2.10.
1
:
resolution
:
{
integrity
:
sha512-
CHzgNU3qYBnp/O4S3yv2tXPlvMTq0YWSTVg2/JYLqWZGHwwgJGAwd00poay/11asPq8wLFwHzubyInqHIFmmiw
==
}
/@types/yauzl@2.10.
2
:
resolution
:
{
integrity
:
sha512-
Km7XAtUIduROw7QPgvcft0lIupeG8a8rdKL8RiSyKvlE7dYY31fEn41HVuQsRFDuROA8tA4K2UVL+WdfFmErBA
==
}
requiresBuild
:
true
dependencies
:
'
@types/node'
:
20.8.
3
'
@types/node'
:
20.8.
7
dev
:
false
optional
:
true
/@ungap/structured-clone@1.2.0
:
resolution
:
{
integrity
:
sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
}
dev
:
true
/@wry/context@0.7.3
:
resolution
:
{
integrity
:
sha512-Nl8WTesHp89RF803Se9X3IiHjdmLBrIvPMaJkl+rKVJAYyPsz1TEUbu89943HpvujtSJgDUx9W4vZw3K1Mr3sA==
}
engines
:
{
node
:
'
>=8'
}
...
...
@@ -1966,8 +1978,8 @@ packages:
resolution
:
{
integrity
:
sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
}
engines
:
{
node
:
'
>=
0.4'
}
/aws-sdk@2.147
2
.0
:
resolution
:
{
integrity
:
sha512-
U7kAHRbvTy753IXKV8Oom/AqlqnsbXG+Kw5gRbKi6VcsZ3hR/EpNMzdRXTWO5U415bnLWGo8WAqIz67PIaaKsw
==
}
/aws-sdk@2.147
8
.0
:
resolution
:
{
integrity
:
sha512-
F+Ud9FxMD4rwvGbEXn7qc25Q19N4p+9klRjiH1llFLYssPw6TRtY464Cry/jG4OzuYkE/DsnhcwVFEJjGvMmuQ
==
}
engines
:
{
node
:
'
>=
10.0.0'
}
dependencies
:
buffer
:
4.9.2
...
...
@@ -2203,6 +2215,14 @@ packages:
function-bind
:
1.1.1
get-intrinsic
:
1.2.1
/call-bind@1.0.5
:
resolution
:
{
integrity
:
sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==
}
dependencies
:
function-bind
:
1.1.2
get-intrinsic
:
1.2.2
set-function-length
:
1.1.1
dev
:
false
/callsites@3.1.0
:
resolution
:
{
integrity
:
sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
}
engines
:
{
node
:
'
>=6'
}
...
...
@@ -2285,12 +2305,12 @@ packages:
resolution
:
{
integrity
:
sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==
}
dev
:
false
/chromium-bidi@0.4.3
1(devtools-protocol@0.0.1179426
)
:
resolution
:
{
integrity
:
sha512-
OtvEg2JMRQrHsmLx4FV3u1Hf9waYxB5PmL+yM0HkFpc9H2x3TMbUqS+GP2/fC4399hzOO+EQF8uVU43By9ILa
g==
}
/chromium-bidi@0.4.3
2(devtools-protocol@0.0.1191157
)
:
resolution
:
{
integrity
:
sha512-
RJnw0PW3sNdx1WclINVfVVx8JUH+tWTHZNpnEzlcM+Qgvf40dUH34U7gJq+cc/0LE+rbPxeT6ldqWrCbUf4je
g==
}
peerDependencies
:
devtools-protocol
:
'
*'
dependencies
:
devtools-protocol
:
0.0.11
79426
devtools-protocol
:
0.0.11
91157
mitt
:
3.0.1
urlpattern-polyfill
:
9.0.0
dev
:
false
...
...
@@ -2632,6 +2652,15 @@ packages:
has-property-descriptors
:
1.0.0
dev
:
true
/define-data-property@1.1.1
:
resolution
:
{
integrity
:
sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==
}
engines
:
{
node
:
'
>=
0.4'
}
dependencies
:
get-intrinsic
:
1.2.2
gopd
:
1.0.1
has-property-descriptors
:
1.0.1
dev
:
false
/define-properties@1.2.1
:
resolution
:
{
integrity
:
sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==
}
engines
:
{
node
:
'
>=
0.4'
}
...
...
@@ -2679,8 +2708,8 @@ packages:
engines
:
{
node
:
'
>=8'
}
dev
:
false
/devtools-protocol@0.0.11
79426
:
resolution
:
{
integrity
:
sha512-
KKC7IGwdOr7u9kTGgjUvGTov/z1s2H7oHi3zKCdR9eSDyCPia5CBi4aRhtp7d8uR7l0GS5UTDw3TjKGu5CqINg
==
}
/devtools-protocol@0.0.11
91157
:
resolution
:
{
integrity
:
sha512-
Fu2mUhX7zkzLHMJZk5wQTiHdl1eJrhK0GypUoSzogUt51MmYEv/46pCz4PtGGFlr0f2ZyYDzzx5CPtbEkuvcTA
==
}
dev
:
false
/dezalgo@1.0.4
:
...
...
@@ -2789,8 +2818,8 @@ packages:
resolution
:
{
integrity
:
sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
}
dev
:
false
/emoji-regex@10.
2.1
:
resolution
:
{
integrity
:
sha512-
97g6QgOk8zlDRdgq1WxwgTMgEWGVAQvB5Fdpgc1MkNy56la5SKP9GsMXKDOdqwn90/41a8yPwIGk1Y6WVbeMQA
==
}
/emoji-regex@10.
3.0
:
resolution
:
{
integrity
:
sha512-
QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw
==
}
dev
:
false
/emoji-regex@8.0.0
:
...
...
@@ -2942,7 +2971,7 @@ packages:
source-map
:
0.6.1
dev
:
false
/eslint-config-requarks@1.0.7(eslint-plugin-import@2.28.1)(eslint-plugin-node@11.1.0)(eslint-plugin-promise@6.1.1)(eslint-plugin-standard@5.0.0)(eslint@8.5
1
.0)
:
/eslint-config-requarks@1.0.7(eslint-plugin-import@2.28.1)(eslint-plugin-node@11.1.0)(eslint-plugin-promise@6.1.1)(eslint-plugin-standard@5.0.0)(eslint@8.5
2
.0)
:
resolution
:
{
integrity
:
sha512-Qx1Ase/ryjVQxjwR6O+3d/u5hn/+vO4ixATPcZ0NYzHORaiXtAAiJ0ZkaGCjl2yM3LUcIW28z8e6lzUFv3s8PA==
}
peerDependencies
:
eslint
:
'
>=3.19.0'
...
...
@@ -2951,14 +2980,14 @@ packages:
eslint-plugin-promise
:
'
>=3.5.0'
eslint-plugin-standard
:
'
>=3.0.0'
dependencies
:
eslint
:
8.5
1
.0
eslint-plugin-import
:
2.28.1(eslint@8.5
1
.0)
eslint-plugin-node
:
11.1.0(eslint@8.5
1
.0)
eslint-plugin-promise
:
6.1.1(eslint@8.5
1
.0)
eslint-plugin-standard
:
5.0.0(eslint@8.5
1
.0)
eslint
:
8.5
2
.0
eslint-plugin-import
:
2.28.1(eslint@8.5
2
.0)
eslint-plugin-node
:
11.1.0(eslint@8.5
2
.0)
eslint-plugin-promise
:
6.1.1(eslint@8.5
2
.0)
eslint-plugin-standard
:
5.0.0(eslint@8.5
2
.0)
dev
:
true
/eslint-config-standard@17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.
1.0)(eslint-plugin-promise@6.1.1)(eslint@8.51
.0)
:
/eslint-config-standard@17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.
2.0)(eslint-plugin-promise@6.1.1)(eslint@8.52
.0)
:
resolution
:
{
integrity
:
sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==
}
engines
:
{
node
:
'
>=12.0.0'
}
peerDependencies
:
...
...
@@ -2967,10 +2996,10 @@ packages:
eslint-plugin-n
:
'
^15.0.0
||
^16.0.0
'
eslint-plugin-promise
:
^6.0.0
dependencies
:
eslint
:
8.5
1
.0
eslint-plugin-import
:
2.28.1(eslint@8.5
1
.0)
eslint-plugin-n
:
16.
1.0(eslint@8.51
.0)
eslint-plugin-promise
:
6.1.1(eslint@8.5
1
.0)
eslint
:
8.5
2
.0
eslint-plugin-import
:
2.28.1(eslint@8.5
2
.0)
eslint-plugin-n
:
16.
2.0(eslint@8.52
.0)
eslint-plugin-promise
:
6.1.1(eslint@8.5
2
.0)
dev
:
true
/eslint-import-resolver-node@0.3.9
:
...
...
@@ -2983,7 +3012,7 @@ packages:
-
supports-color
dev
:
true
/eslint-module-utils@2.8.0(eslint-import-resolver-node@0.3.9)(eslint@8.5
1
.0)
:
/eslint-module-utils@2.8.0(eslint-import-resolver-node@0.3.9)(eslint@8.5
2
.0)
:
resolution
:
{
integrity
:
sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==
}
engines
:
{
node
:
'
>=4'
}
peerDependencies
:
...
...
@@ -3005,35 +3034,35 @@ packages:
optional
:
true
dependencies
:
debug
:
3.2.7(supports-color@5.5.0)
eslint
:
8.5
1
.0
eslint
:
8.5
2
.0
eslint-import-resolver-node
:
0.3.9
transitivePeerDependencies
:
-
supports-color
dev
:
true
/eslint-plugin-es-x@7.2.0(eslint@8.5
1
.0)
:
/eslint-plugin-es-x@7.2.0(eslint@8.5
2
.0)
:
resolution
:
{
integrity
:
sha512-9dvv5CcvNjSJPqnS5uZkqb3xmbeqRLnvXKK7iI5+oK/yTusyc46zbBZKENGsOfojm/mKfszyZb+wNqNPAPeGXA==
}
engines
:
{
node
:
^14.18.0 || >=16.0.0
}
peerDependencies
:
eslint
:
'
>=8'
dependencies
:
'
@eslint-community/eslint-utils'
:
4.4.0(eslint@8.5
1
.0)
'
@eslint-community/eslint-utils'
:
4.4.0(eslint@8.5
2
.0)
'
@eslint-community/regexpp'
:
4.9.1
eslint
:
8.5
1
.0
eslint
:
8.5
2
.0
dev
:
true
/eslint-plugin-es@3.0.1(eslint@8.5
1
.0)
:
/eslint-plugin-es@3.0.1(eslint@8.5
2
.0)
:
resolution
:
{
integrity
:
sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==
}
engines
:
{
node
:
'
>=8.10.0'
}
peerDependencies
:
eslint
:
'
>=4.19.1'
dependencies
:
eslint
:
8.5
1
.0
eslint
:
8.5
2
.0
eslint-utils
:
2.1.0
regexpp
:
3.2.0
dev
:
true
/eslint-plugin-import@2.28.1(eslint@8.5
1
.0)
:
/eslint-plugin-import@2.28.1(eslint@8.5
2
.0)
:
resolution
:
{
integrity
:
sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==
}
engines
:
{
node
:
'
>=4'
}
peerDependencies
:
...
...
@@ -3049,9 +3078,9 @@ packages:
array.prototype.flatmap
:
1.3.2
debug
:
3.2.7(supports-color@5.5.0)
doctrine
:
2.1.0
eslint
:
8.5
1
.0
eslint
:
8.5
2
.0
eslint-import-resolver-node
:
0.3.9
eslint-module-utils
:
2.8.0(eslint-import-resolver-node@0.3.9)(eslint@8.5
1
.0)
eslint-module-utils
:
2.8.0(eslint-import-resolver-node@0.3.9)(eslint@8.5
2
.0)
has
:
1.0.4
is-core-module
:
2.13.0
is-glob
:
4.0.3
...
...
@@ -3067,32 +3096,32 @@ packages:
-
supports-color
dev
:
true
/eslint-plugin-n@16.
1.0(eslint@8.51
.0)
:
resolution
:
{
integrity
:
sha512-
3wv/TooBst0N4ND+pnvffHuz9gNPmk/NkLwAxOt2JykTl/hcuECe6yhTtLJcZjIxtZwN+GX92ACp/QTLpHA3H
g==
}
/eslint-plugin-n@16.
2.0(eslint@8.52
.0)
:
resolution
:
{
integrity
:
sha512-
AQER2jEyQOt1LG6JkGJCCIFotzmlcCZFur2wdKrp1JX2cNotC7Ae0BcD/4lLv3lUAArM9uNS8z/fsvXTd0L71
g==
}
engines
:
{
node
:
'
>=16.0.0'
}
peerDependencies
:
eslint
:
'
>=7.0.0'
dependencies
:
'
@eslint-community/eslint-utils'
:
4.4.0(eslint@8.5
1
.0)
'
@eslint-community/eslint-utils'
:
4.4.0(eslint@8.5
2
.0)
builtins
:
5.0.1
eslint
:
8.5
1
.0
eslint-plugin-es-x
:
7.2.0(eslint@8.5
1
.0)
eslint
:
8.5
2
.0
eslint-plugin-es-x
:
7.2.0(eslint@8.5
2
.0)
get-tsconfig
:
4.7.2
ignore
:
5.2.4
is-core-module
:
2.13.
0
is-core-module
:
2.13.
1
minimatch
:
3.1.2
resolve
:
1.22.
6
resolve
:
1.22.
8
semver
:
7.5.4
dev
:
true
/eslint-plugin-node@11.1.0(eslint@8.5
1
.0)
:
/eslint-plugin-node@11.1.0(eslint@8.5
2
.0)
:
resolution
:
{
integrity
:
sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
}
engines
:
{
node
:
'
>=8.10.0'
}
peerDependencies
:
eslint
:
'
>=5.16.0'
dependencies
:
eslint
:
8.5
1
.0
eslint-plugin-es
:
3.0.1(eslint@8.5
1
.0)
eslint
:
8.5
2
.0
eslint-plugin-es
:
3.0.1(eslint@8.5
2
.0)
eslint-utils
:
2.1.0
ignore
:
5.2.4
minimatch
:
3.1.2
...
...
@@ -3100,22 +3129,22 @@ packages:
semver
:
6.3.1
dev
:
true
/eslint-plugin-promise@6.1.1(eslint@8.5
1
.0)
:
/eslint-plugin-promise@6.1.1(eslint@8.5
2
.0)
:
resolution
:
{
integrity
:
sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
peerDependencies
:
eslint
:
^7.0.0 || ^8.0.0
dependencies
:
eslint
:
8.5
1
.0
eslint
:
8.5
2
.0
dev
:
true
/eslint-plugin-standard@5.0.0(eslint@8.5
1
.0)
:
/eslint-plugin-standard@5.0.0(eslint@8.5
2
.0)
:
resolution
:
{
integrity
:
sha512-eSIXPc9wBM4BrniMzJRBm2uoVuXz2EPa+NXPk2+itrVt+r5SbKFERx/IgrK/HmfjddyKVz2f+j+7gBRvu19xLg==
}
deprecated
:
'
standard
16.0.0
and
eslint-config-standard
16.0.0
no
longer
require
the
eslint-plugin-standard
package.
You
can
remove
it
from
your
dependencies
with
'
'
npm
rm
eslint-plugin-standard'
'
.
More
info
here:
https://github.com/standard/standard/issues/1316'
peerDependencies
:
eslint
:
'
>=5.0.0'
dependencies
:
eslint
:
8.5
1
.0
eslint
:
8.5
2
.0
dev
:
true
/eslint-scope@7.2.2
:
...
...
@@ -3143,18 +3172,19 @@ packages:
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
dev
:
true
/eslint@8.5
1
.0
:
resolution
:
{
integrity
:
sha512-
2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA
==
}
/eslint@8.5
2
.0
:
resolution
:
{
integrity
:
sha512-
zh/JHnaixqHZsolRB/w9/02akBk9EPrOs9JwcTP2ek7yL5bVvXuRariiaAjjoJ5DvuwQ1WAE/HsMz+w17YgBCg
==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
hasBin
:
true
dependencies
:
'
@eslint-community/eslint-utils'
:
4.4.0(eslint@8.5
1
.0)
'
@eslint-community/eslint-utils'
:
4.4.0(eslint@8.5
2
.0)
'
@eslint-community/regexpp'
:
4.9.1
'
@eslint/eslintrc'
:
2.1.2
'
@eslint/js'
:
8.5
1
.0
'
@humanwhocodes/config-array'
:
0.11.1
1
'
@eslint/js'
:
8.5
2
.0
'
@humanwhocodes/config-array'
:
0.11.1
3
'
@humanwhocodes/module-importer'
:
1.0.1
'
@nodelib/fs.walk'
:
1.2.8
'
@ungap/structured-clone'
:
1.2.0
ajv
:
6.12.6
chalk
:
4.1.2
cross-spawn
:
7.0.3
...
...
@@ -3329,7 +3359,7 @@ packages:
get-stream
:
5.2.0
yauzl
:
2.10.0
optionalDependencies
:
'
@types/yauzl'
:
2.10.
1
'
@types/yauzl'
:
2.10.
2
transitivePeerDependencies
:
-
supports-color
dev
:
false
...
...
@@ -3522,6 +3552,9 @@ packages:
/function-bind@1.1.1
:
resolution
:
{
integrity
:
sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
}
/function-bind@1.1.2
:
resolution
:
{
integrity
:
sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
}
/function.prototype.name@1.1.6
:
resolution
:
{
integrity
:
sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==
}
engines
:
{
node
:
'
>=
0.4'
}
...
...
@@ -3549,6 +3582,15 @@ packages:
has-proto
:
1.0.1
has-symbols
:
1.0.3
/get-intrinsic@1.2.2
:
resolution
:
{
integrity
:
sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==
}
dependencies
:
function-bind
:
1.1.2
has-proto
:
1.0.1
has-symbols
:
1.0.3
hasown
:
2.0.0
dev
:
false
/get-package-type@0.1.0
:
resolution
:
{
integrity
:
sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
}
engines
:
{
node
:
'
>=8.0.0'
}
...
...
@@ -3668,14 +3710,14 @@ packages:
resolution
:
{
integrity
:
sha512-9TSAwcVA3KWw7JWYep5NCk2aw3wl1ayLtbMpmG7l26vh1FZ+gZexNPP+XJfUFyJa71UU0zcKSgtgpsrsA3Xv9Q==
}
dev
:
false
/graphql-rate-limit-directive@2.0.4(@graphql-tools/utils@10.0.
6
)(graphql@16.8.1)(rate-limiter-flexible@2.4.2)
:
/graphql-rate-limit-directive@2.0.4(@graphql-tools/utils@10.0.
7
)(graphql@16.8.1)(rate-limiter-flexible@2.4.2)
:
resolution
:
{
integrity
:
sha512-C6MOmh/xnCuZkNgS3mMIZuLd5hWJhZF64YrqhEfNt8e2YbVjy2I/EAHgiD99FagCPGMmue4fttHTsVSqbYcQDg==
}
peerDependencies
:
'
@graphql-tools/utils'
:
^8.0.0 || ^9.0.0 || ^10.0.0
graphql
:
^16.0.0
rate-limiter-flexible
:
^2.0.0
dependencies
:
'
@graphql-tools/utils'
:
10.0.
6
(graphql@16.8.1)
'
@graphql-tools/utils'
:
10.0.
7
(graphql@16.8.1)
graphql
:
16.8.1
rate-limiter-flexible
:
2.4.2
dev
:
false
...
...
@@ -3763,6 +3805,12 @@ packages:
get-intrinsic
:
1.2.1
dev
:
true
/has-property-descriptors@1.0.1
:
resolution
:
{
integrity
:
sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==
}
dependencies
:
get-intrinsic
:
1.2.2
dev
:
false
/has-proto@1.0.1
:
resolution
:
{
integrity
:
sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==
}
engines
:
{
node
:
'
>=
0.4'
}
...
...
@@ -3781,6 +3829,12 @@ packages:
resolution
:
{
integrity
:
sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==
}
engines
:
{
node
:
'
>=
0.4.0'
}
/hasown@2.0.0
:
resolution
:
{
integrity
:
sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==
}
engines
:
{
node
:
'
>=
0.4'
}
dependencies
:
function-bind
:
1.1.2
/he@1.2.0
:
resolution
:
{
integrity
:
sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
}
hasBin
:
true
...
...
@@ -3794,6 +3848,13 @@ packages:
/highlight.js@11.8.0
:
resolution
:
{
integrity
:
sha512-MedQhoqVdr0U6SSnWPzfiadUcDHfN/Wzq25AkXiQv9oiOO/sG0S7XkvpFIqWBl9Yq1UYyYOOVORs5UW2XlPyzg==
}
engines
:
{
node
:
'
>=12.0.0'
}
requiresBuild
:
true
dev
:
false
optional
:
true
/highlight.js@11.9.0
:
resolution
:
{
integrity
:
sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==
}
engines
:
{
node
:
'
>=12.0.0'
}
dev
:
false
/hogan.js@3.0.2
:
...
...
@@ -3986,7 +4047,7 @@ packages:
resolution
:
{
integrity
:
sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==
}
engines
:
{
node
:
'
>=
0.4'
}
dependencies
:
call-bind
:
1.0.
2
call-bind
:
1.0.
5
has-tostringtag
:
1.0.0
dev
:
false
...
...
@@ -4031,6 +4092,12 @@ packages:
dependencies
:
has
:
1.0.4
/is-core-module@2.13.1
:
resolution
:
{
integrity
:
sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
}
dependencies
:
hasown
:
2.0.0
dev
:
true
/is-date-object@1.0.5
:
resolution
:
{
integrity
:
sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==
}
engines
:
{
node
:
'
>=
0.4'
}
...
...
@@ -4584,13 +4651,13 @@ packages:
resolution
:
{
integrity
:
sha512-HyxjAu6BRsdt6Xcv6TKVQnkz/E70TdGXEFHRYBGLncRE9lBFwDNLVtFojKxjJWgJ+5XxUwLaHXy+2sGBbDn+4A==
}
dev
:
false
/markdown-it-mdc@0.1.4(@types/markdown-it@13.0.
2
)(markdown-it@13.0.2)
:
/markdown-it-mdc@0.1.4(@types/markdown-it@13.0.
4
)(markdown-it@13.0.2)
:
resolution
:
{
integrity
:
sha512-9+DN+a7aA3dywExjFxfEcH6JFEpEcysnysqWVDXcgcYvI3Ej0dYNdXLF2YLDMu8je/Qpf9QiHLA9L8tJbb1aog==
}
peerDependencies
:
'
@types/markdown-it'
:
^13.0.1
markdown-it
:
^13.0.1
dependencies
:
'
@types/markdown-it'
:
13.0.
2
'
@types/markdown-it'
:
13.0.
4
js-yaml
:
4.1.0
markdown-it
:
13.0.2
dev
:
false
...
...
@@ -4755,8 +4822,8 @@ packages:
dev
:
false
optional
:
true
/nanoid@5.0.
1
:
resolution
:
{
integrity
:
sha512-
vWeVtV5Cw68aML/QaZvqN/3QQXc6fBfIieAlu05m7FZW2Dgb+3f0xc0TTxuJW+7u30t7iSDTV/j3kVI0oJqIfQ
==
}
/nanoid@5.0.
2
:
resolution
:
{
integrity
:
sha512-
2ustYUX1R2rL/Br5B/FMhi8d5/QzvkJ912rBYxskcpu0myTHzSZfTr1LAS2Sm7jxRUObRrSBFoyzwAhL49aVSg
==
}
engines
:
{
node
:
^18 || >=20
}
hasBin
:
true
dev
:
false
...
...
@@ -4860,8 +4927,8 @@ packages:
deprecated
:
Use uuid module instead
dev
:
false
/nodemailer@6.9.
5
:
resolution
:
{
integrity
:
sha512-
/dmdWo62XjumuLc5+AYQZeiRj+PRR8y8qKtFCOyuOl1k/hckZd8durUUHs/ucKx6/8kN+wFxqKJlQ/LK/qR5FA
==
}
/nodemailer@6.9.
7
:
resolution
:
{
integrity
:
sha512-
rUtR77ksqex/eZRLmQ21LKVH5nAAsVicAtAYudK7JgwenEDZ0UIQ1adUGqErz7sMkWYxWTTU1aeP2Jga6WQyJw
==
}
engines
:
{
node
:
'
>=6.0.0'
}
dev
:
false
...
...
@@ -5616,15 +5683,15 @@ packages:
resolution
:
{
integrity
:
sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==
}
engines
:
{
node
:
'
>=6'
}
/puppeteer-core@21.
3.8
:
resolution
:
{
integrity
:
sha512-
yv12E/+zZ7Lei5tJB4sUkSrsuqKibuYpYxLGbmtLUjjYIqGE5HKz9OUI2I/RFHEvF+pHi2bTbv5bWydeCGJ6M
w==
}
/puppeteer-core@21.
4.0
:
resolution
:
{
integrity
:
sha512-
ONYjYgHItm6i9WdJf+MnRTRPB4HegwPbPfi1jjNN0LCW3rnNich/5hXgZFcn2oWvgFc8DWLDIcwly7C8z+EvI
w==
}
engines
:
{
node
:
'
>=16.3.0'
}
dependencies
:
'
@puppeteer/browsers'
:
1.
7.1
chromium-bidi
:
0.4.3
1(devtools-protocol@0.0.1179426
)
'
@puppeteer/browsers'
:
1.
8.0
chromium-bidi
:
0.4.3
2(devtools-protocol@0.0.1191157
)
cross-fetch
:
4.0.0
debug
:
4.3.4
devtools-protocol
:
0.0.11
79426
devtools-protocol
:
0.0.11
91157
ws
:
8.14.2
transitivePeerDependencies
:
-
bufferutil
...
...
@@ -5836,6 +5903,15 @@ packages:
path-parse
:
1.0.7
supports-preserve-symlinks-flag
:
1.0.0
/resolve@1.22.8
:
resolution
:
{
integrity
:
sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==
}
hasBin
:
true
dependencies
:
is-core-module
:
2.13.1
path-parse
:
1.0.7
supports-preserve-symlinks-flag
:
1.0.0
dev
:
true
/response-iterator@0.2.6
:
resolution
:
{
integrity
:
sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw==
}
engines
:
{
node
:
'
>=0.8'
}
...
...
@@ -6009,6 +6085,16 @@ packages:
-
supports-color
dev
:
false
/set-function-length@1.1.1
:
resolution
:
{
integrity
:
sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==
}
engines
:
{
node
:
'
>=
0.4'
}
dependencies
:
define-data-property
:
1.1.1
get-intrinsic
:
1.2.2
gopd
:
1.0.1
has-property-descriptors
:
1.0.1
dev
:
false
/set-function-name@2.0.1
:
resolution
:
{
integrity
:
sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==
}
engines
:
{
node
:
'
>=
0.4'
}
...
...
@@ -6589,6 +6675,12 @@ packages:
resolution
:
{
integrity
:
sha512-5WsVTFcH1ut/kkhAaHf4PVgI8c7++GiVcpCGxPouI6ZVjsqPnSDf8h/8HtVqc0t4fzRXwnMK70EcZeAs3PIddg==
}
dev
:
false
/undici-types@5.25.3
:
resolution
:
{
integrity
:
sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==
}
requiresBuild
:
true
dev
:
false
optional
:
true
/universal-github-app-jwt@1.1.1
:
resolution
:
{
integrity
:
sha512-G33RTLrIBMFmlDV4u4CBF7dh71eWwykck4XgaxaIVeZKOYZRAAxvcGMRFTUclVY6xoUPQvO4Ne5wKGxYm/Yy9w==
}
dependencies
:
...
...
@@ -6670,7 +6762,7 @@ packages:
is-arguments
:
1.1.1
is-generator-function
:
1.0.10
is-typed-array
:
1.1.12
which-typed-array
:
1.1.1
1
which-typed-array
:
1.1.1
3
dev
:
false
/utils-merge@1.0.1
:
...
...
@@ -6799,6 +6891,17 @@ packages:
gopd
:
1.0.1
has-tostringtag
:
1.0.0
/which-typed-array@1.1.13
:
resolution
:
{
integrity
:
sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==
}
engines
:
{
node
:
'
>=
0.4'
}
dependencies
:
available-typed-arrays
:
1.0.5
call-bind
:
1.0.5
for-each
:
0.3.3
gopd
:
1.0.1
has-tostringtag
:
1.0.0
dev
:
false
/which@2.0.2
:
resolution
:
{
integrity
:
sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
}
engines
:
{
node
:
'
>=
8'
}
...
...
@@ -6933,19 +7036,6 @@ packages:
engines
:
{
node
:
'
>=12'
}
dev
:
false
/yargs@17.7.1
:
resolution
:
{
integrity
:
sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==
}
engines
:
{
node
:
'
>=12'
}
dependencies
:
cliui
:
8.0.1
escalade
:
3.1.1
get-caller-file
:
2.0.5
require-directory
:
2.1.1
string-width
:
4.2.3
y18n
:
5.0.8
yargs-parser
:
21.1.1
dev
:
false
/yargs@17.7.2
:
resolution
:
{
integrity
:
sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
}
engines
:
{
node
:
'
>=12'
}
...
...
ux/package.json
View file @
61e8e481
...
...
@@ -13,36 +13,36 @@
"ncu-u"
:
"ncu -u -x codemirror,codemirror-asciidoc"
},
"dependencies"
:
{
"@apollo/client"
:
"3.8.
5
"
,
"@apollo/client"
:
"3.8.
6
"
,
"@lezer/common"
:
"1.1.0"
,
"@mdi/font"
:
"7.3.67"
,
"@quasar/extras"
:
"1.16.7"
,
"@simplewebauthn/browser"
:
"8.3.1"
,
"@tiptap/core"
:
"2.1.1
1
"
,
"@tiptap/extension-code-block"
:
"2.1.1
1
"
,
"@tiptap/extension-code-block-lowlight"
:
"2.1.1
1
"
,
"@tiptap/extension-color"
:
"2.1.1
1
"
,
"@tiptap/extension-dropcursor"
:
"2.1.1
1
"
,
"@tiptap/extension-font-family"
:
"2.1.1
1
"
,
"@tiptap/extension-gapcursor"
:
"2.1.1
1
"
,
"@tiptap/extension-hard-break"
:
"2.1.1
1
"
,
"@tiptap/extension-highlight"
:
"2.1.1
1
"
,
"@tiptap/extension-history"
:
"2.1.1
1
"
,
"@tiptap/extension-image"
:
"2.1.1
1
"
,
"@tiptap/extension-mention"
:
"2.1.1
1
"
,
"@tiptap/extension-placeholder"
:
"2.1.1
1
"
,
"@tiptap/extension-table"
:
"2.1.1
1
"
,
"@tiptap/extension-table-cell"
:
"2.1.1
1
"
,
"@tiptap/extension-table-header"
:
"2.1.1
1
"
,
"@tiptap/extension-table-row"
:
"2.1.1
1
"
,
"@tiptap/extension-task-item"
:
"2.1.1
1
"
,
"@tiptap/extension-task-list"
:
"2.1.1
1
"
,
"@tiptap/extension-text-align"
:
"2.1.1
1
"
,
"@tiptap/extension-text-style"
:
"2.1.1
1
"
,
"@tiptap/extension-typography"
:
"2.1.1
1
"
,
"@tiptap/pm"
:
"2.1.1
1
"
,
"@tiptap/starter-kit"
:
"2.1.1
1
"
,
"@tiptap/vue-3"
:
"2.1.1
1
"
,
"@tiptap/core"
:
"2.1.1
2
"
,
"@tiptap/extension-code-block"
:
"2.1.1
2
"
,
"@tiptap/extension-code-block-lowlight"
:
"2.1.1
2
"
,
"@tiptap/extension-color"
:
"2.1.1
2
"
,
"@tiptap/extension-dropcursor"
:
"2.1.1
2
"
,
"@tiptap/extension-font-family"
:
"2.1.1
2
"
,
"@tiptap/extension-gapcursor"
:
"2.1.1
2
"
,
"@tiptap/extension-hard-break"
:
"2.1.1
2
"
,
"@tiptap/extension-highlight"
:
"2.1.1
2
"
,
"@tiptap/extension-history"
:
"2.1.1
2
"
,
"@tiptap/extension-image"
:
"2.1.1
2
"
,
"@tiptap/extension-mention"
:
"2.1.1
2
"
,
"@tiptap/extension-placeholder"
:
"2.1.1
2
"
,
"@tiptap/extension-table"
:
"2.1.1
2
"
,
"@tiptap/extension-table-cell"
:
"2.1.1
2
"
,
"@tiptap/extension-table-header"
:
"2.1.1
2
"
,
"@tiptap/extension-table-row"
:
"2.1.1
2
"
,
"@tiptap/extension-task-item"
:
"2.1.1
2
"
,
"@tiptap/extension-task-list"
:
"2.1.1
2
"
,
"@tiptap/extension-text-align"
:
"2.1.1
2
"
,
"@tiptap/extension-text-style"
:
"2.1.1
2
"
,
"@tiptap/extension-typography"
:
"2.1.1
2
"
,
"@tiptap/pm"
:
"2.1.1
2
"
,
"@tiptap/starter-kit"
:
"2.1.1
2
"
,
"@tiptap/vue-3"
:
"2.1.1
2
"
,
"apollo-upload-client"
:
"17.0.0"
,
"browser-fs-access"
:
"0.35.0"
,
"clipboard"
:
"2.0.11"
,
...
...
@@ -54,12 +54,12 @@
"fuse.js"
:
"6.6.2"
,
"graphql"
:
"16.6.0"
,
"graphql-tag"
:
"2.12.6"
,
"highlight.js"
:
"11.
8
.0"
,
"highlight.js"
:
"11.
9
.0"
,
"js-cookie"
:
"3.0.5"
,
"jwt-decode"
:
"3.1.2"
,
"katex"
:
"0.16.9"
,
"lodash-es"
:
"4.17.21"
,
"lowlight"
:
"3.
0
.0"
,
"lowlight"
:
"3.
1
.0"
,
"luxon"
:
"3.4.3"
,
"markdown-it"
:
"13.0.2"
,
"markdown-it-abbr"
:
"1.0.4"
,
...
...
@@ -78,7 +78,7 @@
"mitt"
:
"3.0.1"
,
"monaco-editor"
:
"0.44.0"
,
"pako"
:
"2.1.0"
,
"pinia"
:
"2.1.
6
"
,
"pinia"
:
"2.1.
7
"
,
"prosemirror-commands"
:
"1.5.2"
,
"prosemirror-history"
:
"1.3.2"
,
"prosemirror-keymap"
:
"1.2.2"
,
...
...
@@ -86,9 +86,9 @@
"prosemirror-schema-list"
:
"1.3.0"
,
"prosemirror-state"
:
"1.4.3"
,
"prosemirror-transform"
:
"1.8.0"
,
"prosemirror-view"
:
"1.32.
0
"
,
"prosemirror-view"
:
"1.32.
1
"
,
"pug"
:
"3.0.2"
,
"quasar"
:
"2.1
2.7
"
,
"quasar"
:
"2.1
3.0
"
,
"slugify"
:
"1.6.6"
,
"socket.io-client"
:
"4.7.2"
,
"sortablejs-vue3"
:
"1.2.9"
,
...
...
@@ -97,7 +97,7 @@
"twemoji"
:
"14.0.2"
,
"uuid"
:
"9.0.1"
,
"v-network-graph"
:
"0.9.10"
,
"vue"
:
"3.3.
4
"
,
"vue"
:
"3.3.
6
"
,
"vue-i18n"
:
"9.5.0"
,
"vue-router"
:
"4.2.5"
,
"vue3-otp-input"
:
"0.4.1"
,
...
...
@@ -108,14 +108,14 @@
"devDependencies"
:
{
"@intlify/unplugin-vue-i18n"
:
"1.4.0"
,
"@quasar/app-vite"
:
"1.6.2"
,
"@types/lodash"
:
"4.14.
199
"
,
"@vue/language-plugin-pug"
:
"1.8.1
6
"
,
"@types/lodash"
:
"4.14.
200
"
,
"@vue/language-plugin-pug"
:
"1.8.1
9
"
,
"autoprefixer"
:
"10.4.16"
,
"browserlist"
:
"latest"
,
"eslint"
:
"8.5
1
.0"
,
"eslint"
:
"8.5
2
.0"
,
"eslint-config-standard"
:
"17.1.0"
,
"eslint-plugin-import"
:
"2.28.1"
,
"eslint-plugin-n"
:
"16.
1
.0"
,
"eslint-plugin-n"
:
"16.
2
.0"
,
"eslint-plugin-promise"
:
"6.1.1"
,
"eslint-plugin-vue"
:
"9.17.0"
},
...
...
ux/pnpm-lock.yaml
View file @
61e8e481
...
...
@@ -6,8 +6,8 @@ settings:
dependencies
:
'
@apollo/client'
:
specifier
:
3.8.
5
version
:
3.8.
5
(graphql@16.6.0)
specifier
:
3.8.
6
version
:
3.8.
6
(graphql@16.6.0)
'
@lezer/common'
:
specifier
:
1.1.0
version
:
1.1.0
...
...
@@ -21,83 +21,83 @@ dependencies:
specifier
:
8.3.1
version
:
8.3.1
'
@tiptap/core'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/pm@2.1.11
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/pm@2.1.12
)
'
@tiptap/extension-code-block'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
'
@tiptap/extension-code-block-lowlight'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/core@2.1.11)(@tiptap/extension-code-block@2.1.11)(@tiptap/pm@2.1.11
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/core@2.1.12)(@tiptap/extension-code-block@2.1.12)(@tiptap/pm@2.1.12
)
'
@tiptap/extension-color'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/core@2.1.11)(@tiptap/extension-text-style@2.1.11
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/core@2.1.12)(@tiptap/extension-text-style@2.1.12
)
'
@tiptap/extension-dropcursor'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
'
@tiptap/extension-font-family'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/core@2.1.11)(@tiptap/extension-text-style@2.1.11
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/core@2.1.12)(@tiptap/extension-text-style@2.1.12
)
'
@tiptap/extension-gapcursor'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
'
@tiptap/extension-hard-break'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/core@2.1.11
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/core@2.1.12
)
'
@tiptap/extension-highlight'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/core@2.1.11
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/core@2.1.12
)
'
@tiptap/extension-history'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
'
@tiptap/extension-image'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/core@2.1.11
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/core@2.1.12
)
'
@tiptap/extension-mention'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11)(@tiptap/suggestion@2.1.11
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)(@tiptap/suggestion@2.1.12
)
'
@tiptap/extension-placeholder'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
'
@tiptap/extension-table'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
'
@tiptap/extension-table-cell'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/core@2.1.11
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/core@2.1.12
)
'
@tiptap/extension-table-header'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/core@2.1.11
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/core@2.1.12
)
'
@tiptap/extension-table-row'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/core@2.1.11
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/core@2.1.12
)
'
@tiptap/extension-task-item'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
'
@tiptap/extension-task-list'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/core@2.1.11
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/core@2.1.12
)
'
@tiptap/extension-text-align'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/core@2.1.11
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/core@2.1.12
)
'
@tiptap/extension-text-style'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/core@2.1.11
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/core@2.1.12
)
'
@tiptap/extension-typography'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/core@2.1.11
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/core@2.1.12
)
'
@tiptap/pm'
:
specifier
:
2.1.1
1
version
:
2.1.1
1
specifier
:
2.1.1
2
version
:
2.1.1
2
'
@tiptap/starter-kit'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/pm@2.1.11
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/pm@2.1.12
)
'
@tiptap/vue-3'
:
specifier
:
2.1.1
1
version
:
2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11)(vue@3.3.4
)
specifier
:
2.1.1
2
version
:
2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)(vue@3.3.6
)
apollo-upload-client
:
specifier
:
17.0.0
version
:
17.0.0(@apollo/client@3.8.
5
)(graphql@16.6.0)
version
:
17.0.0(@apollo/client@3.8.
6
)(graphql@16.6.0)
browser-fs-access
:
specifier
:
0.35.0
version
:
0.35.0
...
...
@@ -129,8 +129,8 @@ dependencies:
specifier
:
2.12.6
version
:
2.12.6(graphql@16.6.0)
highlight.js
:
specifier
:
11.
8
.0
version
:
11.
8
.0
specifier
:
11.
9
.0
version
:
11.
9
.0
js-cookie
:
specifier
:
3.0.5
version
:
3.0.5
...
...
@@ -144,8 +144,8 @@ dependencies:
specifier
:
4.17.21
version
:
4.17.21
lowlight
:
specifier
:
3.
0
.0
version
:
3.
0
.0
specifier
:
3.
1
.0
version
:
3.
1
.0
luxon
:
specifier
:
3.4.3
version
:
3.4.3
...
...
@@ -178,7 +178,7 @@ dependencies:
version
:
3.0.1
markdown-it-mdc
:
specifier
:
0.1.4
version
:
0.1.4(@types/markdown-it@13.0.
2
)(markdown-it@13.0.2)
version
:
0.1.4(@types/markdown-it@13.0.
4
)(markdown-it@13.0.2)
markdown-it-multimd-table
:
specifier
:
4.2.3
version
:
4.2.3
...
...
@@ -201,8 +201,8 @@ dependencies:
specifier
:
2.1.0
version
:
2.1.0
pinia
:
specifier
:
2.1.
6
version
:
2.1.
6(vue@3.3.4
)
specifier
:
2.1.
7
version
:
2.1.
7(vue@3.3.6
)
prosemirror-commands
:
specifier
:
1.5.2
version
:
1.5.2
...
...
@@ -225,14 +225,14 @@ dependencies:
specifier
:
1.8.0
version
:
1.8.0
prosemirror-view
:
specifier
:
1.32.
0
version
:
1.32.
0
specifier
:
1.32.
1
version
:
1.32.
1
pug
:
specifier
:
3.0.2
version
:
3.0.2
quasar
:
specifier
:
2.1
2.7
version
:
2.1
2.7
specifier
:
2.1
3.0
version
:
2.1
3.0
slugify
:
specifier
:
1.6.6
version
:
1.6.6
...
...
@@ -241,7 +241,7 @@ dependencies:
version
:
4.7.2
sortablejs-vue3
:
specifier
:
1.2.9
version
:
1.2.9(sortablejs@1.15.0)(vue@3.3.
4
)
version
:
1.2.9(sortablejs@1.15.0)(vue@3.3.
6
)
tabulator-tables
:
specifier
:
5.5.2
version
:
5.5.2
...
...
@@ -256,22 +256,22 @@ dependencies:
version
:
9.0.1
v-network-graph
:
specifier
:
0.9.10
version
:
0.9.10(vue@3.3.
4
)
version
:
0.9.10(vue@3.3.
6
)
vue
:
specifier
:
3.3.
4
version
:
3.3.
4
specifier
:
3.3.
6
version
:
3.3.
6
vue-i18n
:
specifier
:
9.5.0
version
:
9.5.0(vue@3.3.
4
)
version
:
9.5.0(vue@3.3.
6
)
vue-router
:
specifier
:
4.2.5
version
:
4.2.5(vue@3.3.
4
)
version
:
4.2.5(vue@3.3.
6
)
vue3-otp-input
:
specifier
:
0.4.1
version
:
0.4.1(vue@3.3.
4
)
version
:
0.4.1(vue@3.3.
6
)
vuedraggable
:
specifier
:
4.1.0
version
:
4.1.0(vue@3.3.
4
)
version
:
4.1.0(vue@3.3.
6
)
xterm
:
specifier
:
5.3.0
version
:
5.3.0
...
...
@@ -285,13 +285,13 @@ devDependencies:
version
:
1.4.0(vue-i18n@9.5.0)
'
@quasar/app-vite'
:
specifier
:
1.6.2
version
:
1.6.2(eslint@8.5
1.0)(pinia@2.1.6)(quasar@2.12.7)(vue-router@4.2.5)(vue@3.3.4
)
version
:
1.6.2(eslint@8.5
2.0)(pinia@2.1.7)(quasar@2.13.0)(vue-router@4.2.5)(vue@3.3.6
)
'
@types/lodash'
:
specifier
:
4.14.
199
version
:
4.14.
199
specifier
:
4.14.
200
version
:
4.14.
200
'
@vue/language-plugin-pug'
:
specifier
:
1.8.1
6
version
:
1.8.1
6
specifier
:
1.8.1
9
version
:
1.8.1
9
autoprefixer
:
specifier
:
10.4.16
version
:
10.4.16(postcss@8.4.31)
...
...
@@ -299,23 +299,23 @@ devDependencies:
specifier
:
latest
version
:
1.0.1
eslint
:
specifier
:
8.5
1
.0
version
:
8.5
1
.0
specifier
:
8.5
2
.0
version
:
8.5
2
.0
eslint-config-standard
:
specifier
:
17.1.0
version
:
17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.
1.0)(eslint-plugin-promise@6.1.1)(eslint@8.51
.0)
version
:
17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.
2.0)(eslint-plugin-promise@6.1.1)(eslint@8.52
.0)
eslint-plugin-import
:
specifier
:
2.28.1
version
:
2.28.1(eslint@8.5
1
.0)
version
:
2.28.1(eslint@8.5
2
.0)
eslint-plugin-n
:
specifier
:
16.
1
.0
version
:
16.
1.0(eslint@8.51
.0)
specifier
:
16.
2
.0
version
:
16.
2.0(eslint@8.52
.0)
eslint-plugin-promise
:
specifier
:
6.1.1
version
:
6.1.1(eslint@8.5
1
.0)
version
:
6.1.1(eslint@8.5
2
.0)
eslint-plugin-vue
:
specifier
:
9.17.0
version
:
9.17.0(eslint@8.5
1
.0)
version
:
9.17.0(eslint@8.5
2
.0)
packages
:
...
...
@@ -324,8 +324,8 @@ packages:
engines
:
{
node
:
'
>=0.10.0'
}
dev
:
true
/@apollo/client@3.8.
5
(graphql@16.6.0)
:
resolution
:
{
integrity
:
sha512-
/ueWC3f1pFeH+tWbM1phz6pzUGGijyml6oQ+LKUcQzpXF6tVFPrb6oUIUQCbZpr6Xmv/dtNiFDohc39ra7Solg
==
}
/@apollo/client@3.8.
6
(graphql@16.6.0)
:
resolution
:
{
integrity
:
sha512-
FnHg3vhQP8tQzgBs6oTJCFFIbovelDGYujj6MK7CJneiHf62TJstCIO0Ot4A1h7XrgFEtgl8a/OgajQWqrTuYw
==
}
peerDependencies
:
graphql
:
^14.0.0 || ^15.0.0 || ^16.0.0
graphql-ws
:
^5.5.5
...
...
@@ -385,13 +385,13 @@ packages:
resolution
:
{
integrity
:
sha512-6u+KTQec+9+3bRdk2mReix8AGsp2mB40cw0iYfQQzo22QBkeCNpXl2amnfwQzK7xB9oH/62Wvf2z7l6l2w+csA==
}
dev
:
false
/@eslint-community/eslint-utils@4.4.0(eslint@8.5
1
.0)
:
/@eslint-community/eslint-utils@4.4.0(eslint@8.5
2
.0)
:
resolution
:
{
integrity
:
sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
peerDependencies
:
eslint
:
^6.0.0 || ^7.0.0 || >=8.0.0
dependencies
:
eslint
:
8.5
1
.0
eslint
:
8.5
2
.0
eslint-visitor-keys
:
3.4.3
dev
:
true
...
...
@@ -417,8 +417,8 @@ packages:
-
supports-color
dev
:
true
/@eslint/js@8.5
1
.0
:
resolution
:
{
integrity
:
sha512-
HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg
==
}
/@eslint/js@8.5
2
.0
:
resolution
:
{
integrity
:
sha512-
mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA
==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
dev
:
true
...
...
@@ -430,11 +430,11 @@ packages:
graphql
:
16.6.0
dev
:
false
/@humanwhocodes/config-array@0.11.1
1
:
resolution
:
{
integrity
:
sha512-
N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA
==
}
/@humanwhocodes/config-array@0.11.1
3
:
resolution
:
{
integrity
:
sha512-
JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ
==
}
engines
:
{
node
:
'
>=10.10.0'
}
dependencies
:
'
@humanwhocodes/object-schema'
:
1.2
.1
'
@humanwhocodes/object-schema'
:
2.0
.1
debug
:
4.3.4
minimatch
:
3.1.2
transitivePeerDependencies
:
...
...
@@ -446,8 +446,8 @@ packages:
engines
:
{
node
:
'
>=12.22'
}
dev
:
true
/@humanwhocodes/object-schema@
1.2
.1
:
resolution
:
{
integrity
:
sha512-
ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA
==
}
/@humanwhocodes/object-schema@
2.0
.1
:
resolution
:
{
integrity
:
sha512-
dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw
==
}
dev
:
true
/@intlify/bundle-utils@7.4.0(vue-i18n@9.5.0)
:
...
...
@@ -471,7 +471,7 @@ packages:
magic-string
:
0.30.4
mlly
:
1.4.2
source-map-js
:
1.0.2
vue-i18n
:
9.5.0(vue@3.3.
4
)
vue-i18n
:
9.5.0(vue@3.3.
6
)
yaml-eslint-parser
:
1.2.2
dev
:
true
...
...
@@ -520,7 +520,7 @@ packages:
picocolors
:
1.0.0
source-map-js
:
1.0.2
unplugin
:
1.5.0
vue-i18n
:
9.5.0(vue@3.3.
4
)
vue-i18n
:
9.5.0(vue@3.3.
6
)
transitivePeerDependencies
:
-
rollup
-
supports-color
...
...
@@ -562,7 +562,7 @@ packages:
resolution
:
{
integrity
:
sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==
}
dev
:
false
/@quasar/app-vite@1.6.2(eslint@8.5
1.0)(pinia@2.1.6)(quasar@2.12.7)(vue-router@4.2.5)(vue@3.3.4
)
:
/@quasar/app-vite@1.6.2(eslint@8.5
2.0)(pinia@2.1.7)(quasar@2.13.0)(vue-router@4.2.5)(vue@3.3.6
)
:
resolution
:
{
integrity
:
sha512-keyJ28cqVtzNLDibQESo1c/DD++6+wqf8nQO6oMRqH6WgYcPs+YO1buRsRMXF9w3ghMCV0/9/Lj8Kyb7S55j6A==
}
engines
:
{
node
:
^24 || ^22 || ^20 || ^18 || ^16 || ^14.19
,
npm
:
'
>=
6.14.12'
,
yarn
:
'
>=
1.17.3'
}
hasBin
:
true
...
...
@@ -591,13 +591,13 @@ packages:
optional
:
true
dependencies
:
'
@quasar/render-ssr-error'
:
1.0.2
'
@quasar/vite-plugin'
:
1.5.0(@vitejs/plugin-vue@2.3.4)(quasar@2.1
2.7)(vite@2.9.16)(vue@3.3.4
)
'
@quasar/vite-plugin'
:
1.5.0(@vitejs/plugin-vue@2.3.4)(quasar@2.1
3.0)(vite@2.9.16)(vue@3.3.6
)
'
@rollup/pluginutils'
:
4.2.1
'
@types/chrome'
:
0.0.208
'
@types/compression'
:
1.7.3
'
@types/cordova'
:
0.0.34
'
@types/express'
:
4.17.18
'
@vitejs/plugin-vue'
:
2.3.4(vite@2.9.16)(vue@3.3.
4
)
'
@vitejs/plugin-vue'
:
2.3.4(vite@2.9.16)(vue@3.3.
6
)
archiver
:
5.3.2
chokidar
:
3.5.3
ci-info
:
3.9.0
...
...
@@ -606,7 +606,7 @@ packages:
dot-prop
:
6.0.1
elementtree
:
0.1.7
esbuild
:
0.14.51
eslint
:
8.5
1
.0
eslint
:
8.5
2
.0
express
:
4.18.2
fast-glob
:
3.2.12
fs-extra
:
11.1.1
...
...
@@ -617,8 +617,8 @@ packages:
lodash
:
4.17.21
minimist
:
1.2.8
open
:
8.4.2
pinia
:
2.1.
6(vue@3.3.4
)
quasar
:
2.1
2.7
pinia
:
2.1.
7(vue@3.3.6
)
quasar
:
2.1
3.0
register-service-worker
:
1.7.2
rollup-plugin-visualizer
:
5.9.2
sass
:
1.32.12
...
...
@@ -626,8 +626,8 @@ packages:
serialize-javascript
:
6.0.1
table
:
6.8.1
vite
:
2.9.16(sass@1.32.12)
vue
:
3.3.
4
vue-router
:
4.2.5(vue@3.3.
4
)
vue
:
3.3.
6
vue-router
:
4.2.5(vue@3.3.
6
)
webpack-merge
:
5.9.0
transitivePeerDependencies
:
-
less
...
...
@@ -647,7 +647,7 @@ packages:
stack-trace
:
1.0.0-pre2
dev
:
true
/@quasar/vite-plugin@1.5.0(@vitejs/plugin-vue@2.3.4)(quasar@2.1
2.7)(vite@2.9.16)(vue@3.3.4
)
:
/@quasar/vite-plugin@1.5.0(@vitejs/plugin-vue@2.3.4)(quasar@2.1
3.0)(vite@2.9.16)(vue@3.3.6
)
:
resolution
:
{
integrity
:
sha512-Kd4nFeWd0eAr7e+HMY8Wtmo86RjPZhCi6/bybTAyliFmS8AhZ2/oRTOGnBD9R1C6Ub3JPzC4eWFA20IlHa5A3w==
}
engines
:
{
node
:
'
>=12'
}
peerDependencies
:
...
...
@@ -656,10 +656,10 @@ packages:
vite
:
^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-beta.0
vue
:
^3.0.0
dependencies
:
'
@vitejs/plugin-vue'
:
2.3.4(vite@2.9.16)(vue@3.3.
4
)
quasar
:
2.1
2.7
'
@vitejs/plugin-vue'
:
2.3.4(vite@2.9.16)(vue@3.3.
6
)
quasar
:
2.1
3.0
vite
:
2.9.16(sass@1.32.12)
vue
:
3.3.
4
vue
:
3.3.
6
dev
:
true
/@remirror/core-constants@2.0.2
:
...
...
@@ -671,8 +671,8 @@ packages:
dependencies
:
'
@remirror/core-constants'
:
2.0.2
'
@remirror/types'
:
1.0.1
'
@types/object.omit'
:
3.0.
1
'
@types/object.pick'
:
1.3.
2
'
@types/object.omit'
:
3.0.
2
'
@types/object.pick'
:
1.3.
3
'
@types/throttle-debounce'
:
2.1.0
case-anything
:
2.1.13
dash-get
:
1.0.2
...
...
@@ -726,338 +726,338 @@ packages:
resolution
:
{
integrity
:
sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==
}
dev
:
false
/@tiptap/core@2.1.1
1(@tiptap/pm@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
1W2DdjpPwfphHgQ3Qm4s5wzCnEjiXm1TeZ+6/zBl89yKURXgv8Mw1JGdj/NcImQjtDcsNn97MscACK3GKbEJBA
==
}
/@tiptap/core@2.1.1
2(@tiptap/pm@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
ZGc3xrBJA9KY8kln5AYTj8y+GDrKxi7u95xIl2eccrqTY5CQeRu6HRNM1yT4mAjuSaG9jmazyjGRlQuhyxCKxQ
==
}
peerDependencies
:
'
@tiptap/pm'
:
^2.0.0
dependencies
:
'
@tiptap/pm'
:
2.1.1
1
'
@tiptap/pm'
:
2.1.1
2
dev
:
false
/@tiptap/extension-blockquote@2.1.1
1(@tiptap/core@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
IEVe3goA0rgp1G8Wm733BSRJiy71Vh2fmTCyZKWmc2A6GREVSy1X3fCvAo6pMENRObhjIoaBQUCE3p4iJYOxq
g==
}
/@tiptap/extension-blockquote@2.1.1
2(@tiptap/core@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
Qb3YRlCfugx9pw7VgLTb+jY37OY4aBJeZnqHzx4QThSm13edNYjasokbX0nTwL1Up4NPTcY19JUeHt6fVaVVG
g==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
dev
:
false
/@tiptap/extension-bold@2.1.1
1(@tiptap/core@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
vhdkBtvd029ufOYt2ug49Gz+RLKSczO/CCqKYBqBmpIpsifyK7M6jkgamvAQg3c/vYk0LNcKiL2dp0Jp7L+5Gw
==
}
/@tiptap/extension-bold@2.1.1
2(@tiptap/core@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
AZGxIxcGU1/y6V2YEbKsq6BAibL8yQrbRm6EdcBnby41vj1WziewEKswhLGmZx5IKM2r2ldxld03KlfSIlKQZg
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
dev
:
false
/@tiptap/extension-bubble-menu@2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
WFJJpZvl9DP94Y5RQZB/THDxvDbrTo8tuhjT7yWlhseJ6zyhWmRXdutt39wfSZNFxitv/As+s7cO9aYLML/TVg
==
}
/@tiptap/extension-bubble-menu@2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
gAGi21EQ4wvLmT7klgariAc2Hf+cIjaNU2NWze3ut6Ku9gUo5ZLqj1t9SKHmNf4d5JG63O8GxpErqpA7lHlRtw
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
'
@tiptap/pm'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/pm'
:
2.1.1
1
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
'
@tiptap/pm'
:
2.1.1
2
tippy.js
:
6.3.7
dev
:
false
/@tiptap/extension-bullet-list@2.1.1
1(@tiptap/core@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
SOOVH2aSmdMtjWL7TTLbN72xbAFz2G5jifT4UCXb7Qx6LsyhNCyDCu0ukOW8rSosGoSdmBXxAsD9sBJ1jEOmZw
==
}
/@tiptap/extension-bullet-list@2.1.1
2(@tiptap/core@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
vtD8vWtNlmAZX8LYqt2yU9w3mU9rPCiHmbp4hDXJs2kBnI0Ju/qAyXFx6iJ3C3XyuMnMbJdDI9ee0spAvFz7cQ
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
dev
:
false
/@tiptap/extension-code-block-lowlight@2.1.1
1(@tiptap/core@2.1.11)(@tiptap/extension-code-block@2.1.11)(@tiptap/pm@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
k3olDvsRYO32JR9hyNa6VLqUdhwcpLwvR4Z6tJ66jHag5rsfP/7JZxJhrX9A1AF/jRCILdTiq9DTKybHieFjsw
==
}
/@tiptap/extension-code-block-lowlight@2.1.1
2(@tiptap/core@2.1.12)(@tiptap/extension-code-block@2.1.12)(@tiptap/pm@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
dtIbpI9QrWa9TzNO4v5q/zf7+d83wpy5i9PEccdJAVtRZ0yOI8JIZAWzG5ex3zAoCA0CnQFdsPSVykYSDdxtDA
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
'
@tiptap/extension-code-block'
:
^2.0.0
'
@tiptap/pm'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/extension-code-block'
:
2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
'
@tiptap/pm'
:
2.1.1
1
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
'
@tiptap/extension-code-block'
:
2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
'
@tiptap/pm'
:
2.1.1
2
dev
:
false
/@tiptap/extension-code-block@2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
QhmhCCWqg/5qLXpZ3sl2A0rqJqV8zMOegcxUFaqcJMOqNbsuHcRgc9C+1hWSVLbCmstB7M6sgF02QpTBOkYHxg
==
}
/@tiptap/extension-code-block@2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
RXtSYCVsnk8D+K80uNZShClfZjvv1EgO42JlXLVGWQdIgaNyuOv/6I/Jdf+ZzhnpsBnHufW+6TJjwP5vJPSPHA
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
'
@tiptap/pm'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/pm'
:
2.1.1
1
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
'
@tiptap/pm'
:
2.1.1
2
dev
:
false
/@tiptap/extension-code@2.1.1
1(@tiptap/core@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
G0UEbMFunujy/F86yHN0/dumPLbwTis9C+6IQv1XRPNsV28U0MgxBhlPcJUgyO5lwuleePDxiBVcRv2XrysgK
w==
}
/@tiptap/extension-code@2.1.1
2(@tiptap/core@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
CRiRq5OTC1lFgSx6IMrECqmtb93a0ZZKujEnaRhzWliPBjLIi66va05f/P1vnV6/tHaC3yfXys6dxB5A4J8jx
w==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
dev
:
false
/@tiptap/extension-color@2.1.1
1(@tiptap/core@2.1.11)(@tiptap/extension-text-style@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
xfSfZRnNd40YtFfrXvzpGa2OZsRAZapq0Ce09q7bCEpudhiD7yIIVOjOjggagllOFnafKTwKkFaDLIA0K0eIwg
==
}
/@tiptap/extension-color@2.1.1
2(@tiptap/core@2.1.12)(@tiptap/extension-text-style@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
Myd6iSbPJvvclr+NRBEdE0k52QlQrXZnJljk4JKn0b25cl60ERA40FH9QLBjkpTed7SDbI3oX7LWIzTUoCj39w
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
'
@tiptap/extension-text-style'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/extension-text-style'
:
2.1.1
1(@tiptap/core@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
'
@tiptap/extension-text-style'
:
2.1.1
2(@tiptap/core@2.1.12
)
dev
:
false
/@tiptap/extension-document@2.1.1
1(@tiptap/core@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
L/iLuqxvJep33ycCFNrnUhdR0VtcZyeNnqB+ZvVHzEwLoRud+LBy44lpEdBrAFsvRm3DG14m/FGYL+TfaD0vxA
==
}
/@tiptap/extension-document@2.1.1
2(@tiptap/core@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
0QNfAkCcFlB9O8cUNSwTSIQMV9TmoEhfEaLz/GvbjwEq4skXK3bU+OQX7Ih07waCDVXIGAZ7YAZogbvrn/WbOw
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
dev
:
false
/@tiptap/extension-dropcursor@2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
MiJepRpHlu93aInOMW8NeRCvm9VE5rL0MA9TONY/IspJFGFIqonc/01J6t33JQa3Xh/x3xAfis4nKa/UazeVJw
==
}
/@tiptap/extension-dropcursor@2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
0tT/q8nL4NBCYPxr9T0Brck+RQbWuczm9nV0bnxgt0IiQXoRHutfPWdS7GA65PTuVRBS/3LOco30fbjFhkfz/A
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
'
@tiptap/pm'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/pm'
:
2.1.1
1
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
'
@tiptap/pm'
:
2.1.1
2
dev
:
false
/@tiptap/extension-floating-menu@2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
ExeoOQ6nT0CY0eWx6WjbG+osurXLXa7XrqIdhCAcTmzBAlGiKt8khX9qaZ+QF+BRK1r1lja2KX+5/fpLK7Dt1g
==
}
/@tiptap/extension-floating-menu@2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
uo0ydCJNg6AWwLT6cMUJYVChfvw2PY9ZfvKRhh9YJlGfM02jS4RUG/bJBts6R37f+a5FsOvAVwg8EvqPlNND1A
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
'
@tiptap/pm'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/pm'
:
2.1.1
1
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
'
@tiptap/pm'
:
2.1.1
2
tippy.js
:
6.3.7
dev
:
false
/@tiptap/extension-font-family@2.1.1
1(@tiptap/core@2.1.11)(@tiptap/extension-text-style@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
seSBBi8Uct3YT9QXxre14QUKRvJBxdtBL8MMtZmsIb6G8H2ec6+OyMWIrwEsVHc+qGOyOQ2AnRekzBb4glqtTg
==
}
/@tiptap/extension-font-family@2.1.1
2(@tiptap/core@2.1.12)(@tiptap/extension-text-style@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
1PAvmtilBD1OWfr1I+oKND1MLNGWMEx/Qa7xC2YDzonxhiBd56Xog6fDE/+2Bbud0vPEIrMHrg8QOjCDH413vw
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
'
@tiptap/extension-text-style'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/extension-text-style'
:
2.1.1
1(@tiptap/core@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
'
@tiptap/extension-text-style'
:
2.1.1
2(@tiptap/core@2.1.12
)
dev
:
false
/@tiptap/extension-gapcursor@2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
P/xjyhSOVyop5XXbNtRPgrooQrSlpYblwR67ClI9FAC7uQliuOwi5VcndmEItjWWSe85kJa2IHjOS7mLYvJe8A
==
}
/@tiptap/extension-gapcursor@2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
zFYdZCqPgpwoB7whyuwpc8EYLYjUE5QYKb8vICvc+FraBUDM51ujYhFSgJC3rhs8EjI+8GcK8ShLbSMIn49YOQ
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
'
@tiptap/pm'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/pm'
:
2.1.1
1
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
'
@tiptap/pm'
:
2.1.1
2
dev
:
false
/@tiptap/extension-hard-break@2.1.1
1(@tiptap/core@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
qhiPe6FA0b6PPb/ITlgSnY0l9tEVmXZ9e7eSjvks12ORfqL/dofSCLtChHWvhZxugzo92xejG2hXLi6lyOLbkg
==
}
/@tiptap/extension-hard-break@2.1.1
2(@tiptap/core@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
nqKcAYGEOafg9D+2cy1E4gHNGuL12LerVa0eS2SQOb+PT8vSel9OTKU1RyZldsWSQJ5rq/w4uIjmLnrSR2w6Yw
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
dev
:
false
/@tiptap/extension-heading@2.1.1
1(@tiptap/core@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
QBtl0S1aDFB+F1wvTrS5iGdNUEeXp+WuTddj+L2f5EP4KqG2x7sj7e7ENMy20g/l8tbKwzd3AZZydvClH4Ybb
w==
}
/@tiptap/extension-heading@2.1.1
2(@tiptap/core@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
MoANP3POAP68Ko9YXarfDKLM/kXtscgp6m+xRagPAghRNujVY88nK1qBMZ3JdvTVN6b/ATJhp8UdrZX96TLV2
w==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
dev
:
false
/@tiptap/extension-highlight@2.1.1
1(@tiptap/core@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
pcs55B1lF2vyQ8VvZob9CsYdbFgVpIfG3+qchLsA1WflUJCcIexstTclWTS9N5UocADg4hBOeerZ4ecq1iXs3w
==
}
/@tiptap/extension-highlight@2.1.1
2(@tiptap/core@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
buen31cYPyiiHA2i0o2i/UcjRTg/42mNDCizGr1OJwvv3AELG3qOFc4Y58WJWIvWNv+1Dr4ZxHA3GNVn0ANWyg
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
dev
:
false
/@tiptap/extension-history@2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
88dovV2O9icmBn0IvaArFFeS6X5ts6BxZPu5VbGML8KBL8iAu+Og7RXEPdOy5e13K0K4V21fDpO3n7KdvNOAYQ
==
}
/@tiptap/extension-history@2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
6b7UFVkvPjq3LVoCTrYZAczt5sQrQUaoDWAieVClVZoFLfjga2Fwjcfgcie8IjdPt8YO2hG/sar/c07i9vM0Sg
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
'
@tiptap/pm'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/pm'
:
2.1.1
1
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
'
@tiptap/pm'
:
2.1.1
2
dev
:
false
/@tiptap/extension-horizontal-rule@2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
uvHPa2YCKnDhtSBSZB3lk5U4H3wRKP0DNvVx4Y2F7MdQianVzcyOd1pZYO9BQs+lUB1aZots6doE69Zqz3mU2Q
==
}
/@tiptap/extension-horizontal-rule@2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
RRuoK4KxrXRrZNAjJW5rpaxjiP0FJIaqpi7nFbAua2oHXgsCsG8qbW2Y0WkbIoS8AJsvLZ3fNGsQ8gpdliuq3A
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
'
@tiptap/pm'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/pm'
:
2.1.1
1
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
'
@tiptap/pm'
:
2.1.1
2
dev
:
false
/@tiptap/extension-image@2.1.1
1(@tiptap/core@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
dFFRvzl9F4fEcG95nyka72TeV127C1UVaMm816GHoFlVEFGV4yJ8NKgzT3UEDgFcs6OPwPlt8tuHuDeYm7EVOQ
==
}
/@tiptap/extension-image@2.1.1
2(@tiptap/core@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
VCgOTeNLuoR89WoCESLverpdZpPamOd7IprQbDIeG14sUySt7RHNgf2AEfyTYJEHij12rduvAwFzerPldVAIJg
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
dev
:
false
/@tiptap/extension-italic@2.1.1
1(@tiptap/core@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
QmDsHtnBBit/1KtQpBPxjSPjDC1mVKtoNTgsEwMWK6YAkCKOKPj7oPEqqjaNZIRMKPPzE5XCsfBoS3jtVmo+6
A==
}
/@tiptap/extension-italic@2.1.1
2(@tiptap/core@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
/XYrW4ZEWyqDvnXVKbgTXItpJOp2ycswk+fJ3vuexyolO6NSs0UuYC6X4f+FbHYL5VuWqVBv7EavGa+tB6sl3
A==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
dev
:
false
/@tiptap/extension-list-item@2.1.1
1(@tiptap/core@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
YhwHaPGhffsFsg/zjCu1G24//j/BTRDRZbZXmMwp77m1yEqPULcWyoWrI+gUzetQxJRD/ruAucqjLtoLLfICmQ
==
}
/@tiptap/extension-list-item@2.1.1
2(@tiptap/core@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
Gk7hBFofAPmNQ8+uw8w5QSsZOMEGf7KQXJnx5B022YAUJTYYxO3jYVuzp34Drk9p+zNNIcXD4kc7ff5+nFOTrg
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
dev
:
false
/@tiptap/extension-mention@2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11)(@tiptap/suggestion@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
QMHmAkhiDQEgAdUHdKRfVna0AINcbSbQCrpgwKLIHGWcpbi1zJbAPpm+xngbl0I9ZNxaMzbP4utTAzeQ92pJkw
==
}
/@tiptap/extension-mention@2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)(@tiptap/suggestion@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
Nc8wFlyPp+/48IpOFPk2O3hYsF465wizcM3aihMvZM96Ahic7dvv9yVptyOfoOwgpExl2FIn1QPjRDXF60VAUg
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
'
@tiptap/pm'
:
^2.0.0
'
@tiptap/suggestion'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/pm'
:
2.1.1
1
'
@tiptap/suggestion'
:
2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
'
@tiptap/pm'
:
2.1.1
2
'
@tiptap/suggestion'
:
2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
dev
:
false
/@tiptap/extension-ordered-list@2.1.1
1(@tiptap/core@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
/tghfEJ5U7WFbF8xyOqRJks8KxP/lRjnroMXMglaushSMx8PYPo1dZDB/dJZw7ksy47MAaKJfKlx3gyN2CPXBQ
==
}
/@tiptap/extension-ordered-list@2.1.1
2(@tiptap/core@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
tF6VGl+D2avCgn9U/2YLJ8qVmV6sPE/iEzVAFZuOSe6L0Pj7SQw4K6AO640QBob/d8VrqqJFHCb6l10amJOnXA
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
dev
:
false
/@tiptap/extension-paragraph@2.1.1
1(@tiptap/core@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
gXMgJ2CU3X4yh1wKnb8RdbDmhITB76pH6DX0uWprmEgvzNMN3Qw+h5uBD9lgxg1WVghbCmkG9mY9J4PPbPTLx
w==
}
/@tiptap/extension-paragraph@2.1.1
2(@tiptap/core@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
hoH/uWPX+KKnNAZagudlsrr4Xu57nusGekkJWBcrb5MCDE91BS+DN2xifuhwXiTHxnwOMVFjluc0bPzQbkArs
w==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
dev
:
false
/@tiptap/extension-placeholder@2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
laHYRFxJWj6m72Yf1v6Q5nF2nvwWpQlKUj6Yu/yluOOoVE92HpLqCAvA8RamqLtPiw5VxR3v3oCY0WNeQRvyIg
==
}
/@tiptap/extension-placeholder@2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
K52o7B1zkP4vaVy3z4ZwHn+tQy6KlXtedj1skLg+796ImwH2GYS5z6MFOTfKzBO2hLncUzLco/s0C5PLCD6SDw
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
'
@tiptap/pm'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/pm'
:
2.1.1
1
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
'
@tiptap/pm'
:
2.1.1
2
dev
:
false
/@tiptap/extension-strike@2.1.1
1(@tiptap/core@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
UnjeSVgu3bDuyjjUdWsUErRCoQKAHCzH/pAiqTEPEEdFYgZFQPBpcJICRVdlYjRmI2ZKh6d0TMUS55m7ckmwmQ
==
}
/@tiptap/extension-strike@2.1.1
2(@tiptap/core@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
HlhrzIjYUT8oCH9nYzEL2QTTn8d1ECnVhKvzAe6x41xk31PjLMHTUy8aYjeQEkWZOWZ34tiTmslV1ce6R3Dt8g
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
dev
:
false
/@tiptap/extension-table-cell@2.1.1
1(@tiptap/core@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
RiQmwW4TftgxjJi9I3KO3GRHYrMfE/KMzhHclTk56/F+P+bbRwbRDaDMj/Zh/eBMrfTxtgRWb+yg3CGvifqif
g==
}
/@tiptap/extension-table-cell@2.1.1
2(@tiptap/core@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
hextcfVTdwX8G7s8Q/V6LW2aUhGvPgu1dfV+kVVO42AFHxG+6PIkDOUuHphGajG3Nrs129bjMDWb8jphj38dU
g==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
dev
:
false
/@tiptap/extension-table-header@2.1.1
1(@tiptap/core@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
e8BsdE5CugtQjv/RSWhjFtUHhUfrltvf/FNwWlzPRaWq25LuECLkYIrosvQ5MTdTSqrXZPxA9tZnFP+8HAa0XQ
==
}
/@tiptap/extension-table-header@2.1.1
2(@tiptap/core@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
a4WZ5Z7gqQ/QlK8cK2d1ONYdma/J5+yH/0SNtQhkfELoS45GsLJh89OyKO0W0FnY6Mg0RoH1FsoBD+cqm0yazA
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
dev
:
false
/@tiptap/extension-table-row@2.1.1
1(@tiptap/core@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
sHQiHRfsU4/4i1RDHBwJbjAJaPCXPKF5Wqi8fMSi/XED04BnnM/VyH3demEGrj/OLIgzsJYfeFdNqF1UukKBXA
==
}
/@tiptap/extension-table-row@2.1.1
2(@tiptap/core@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
0kPr+zngQC1YQRcU6+Fl3CpIW/SdJhVJ5qOLpQleXrLPdjmZQd3Z1DXvOSDphYjXCowGPCxeUa++6bo7IoEMJw
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
dev
:
false
/@tiptap/extension-table@2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
NTec4CyjZWKIy8mly8nNLZlf9FSZNL5lGfONQqt0vTrh5mBaQNZKYBgvDKKlrH9jS06hoM3zhDMsh2Cp8+wbtg
==
}
/@tiptap/extension-table@2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
q/DuKZ4j1ycRfuFdb9rBJ3MglGNxlM2BQ1csScX/BrVIsAQI5B8sdzy1BrIlepQ6DRu4DCzHcKMI8u4/edUSWA
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
'
@tiptap/pm'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/pm'
:
2.1.1
1
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
'
@tiptap/pm'
:
2.1.1
2
dev
:
false
/@tiptap/extension-task-item@2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
721inc/MAZkljPup/EWCpNho4nf+XrYVKWRixqgX+AjikusTJefylbiZ5OeRn+71osTA7SdnXiKkM2ZbHtAsYA
==
}
/@tiptap/extension-task-item@2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
uqrDTO4JwukZUt40GQdvB6S+oDhdp4cKNPMi0sbteWziQugkSMLlkYvxU0Hfb/YeziaWWwFI7ssPu/hahyk6dQ
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
'
@tiptap/pm'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/pm'
:
2.1.1
1
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
'
@tiptap/pm'
:
2.1.1
2
dev
:
false
/@tiptap/extension-task-list@2.1.1
1(@tiptap/core@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
9C1M9N3jbNjm4001mPkgwUH19b6ZvKj5nnRT3zib/gFIQLOnSHE3VErDPHP/lkkjH84LgOMrm69cm8chQpgNsA
==
}
/@tiptap/extension-task-list@2.1.1
2(@tiptap/core@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
BUpYlEWK+Q3kw9KIiOqvhd0tUPhMcOf1+fJmCkluJok+okAxMbP1umAtCEQ3QkoCwLr+vpHJov7h3yi9+dwgeQ
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
dev
:
false
/@tiptap/extension-text-align@2.1.1
1(@tiptap/core@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
mRUouUZviU7OjzMbW5O728HsRl/T/Gue4DuNWaY2hiddlJWOpDmO/FYRR7JaAQjTr+16NCofRwgfWdJL3nyv5w
==
}
/@tiptap/extension-text-align@2.1.1
2(@tiptap/core@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
siMlwrkgVrAxxgmZn8GOc75J7UZi2CVrP9vDHkUPPyKm/fjssYekXwGCEk4Vswii1BbOh2gt+MDsRkeYRGyDlQ
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
dev
:
false
/@tiptap/extension-text-style@2.1.1
1(@tiptap/core@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
+JDWmcSUyFKzMDm/1xqlk7e0qPJ1nQ/UKIRuDeRtqgbxTyEw4fNlkV2k7GHCoELXqxUoplzweLID+kM1Vk2OaA
==
}
/@tiptap/extension-text-style@2.1.1
2(@tiptap/core@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
nfjWXX0JSRHLcscfiMESh+RN+Z7bG8nio/C9+8yQASM90VxU9f8oKgF8HnnSYsSrD4lLf44Q6XjmB7aMVUuikg
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
dev
:
false
/@tiptap/extension-text@2.1.1
1(@tiptap/core@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
Iey0EXYv9079+lbHMvZtLc6XcYfKrq++msEXuFFNHxvL0i/XzndhGf+qlDhLROLgEtDiiTqzOBBwFCGlFjbDow
==
}
/@tiptap/extension-text@2.1.1
2(@tiptap/core@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
rCNUd505p/PXwU9Jgxo4ZJv4A3cIBAyAqlx/dtcY6cjztCQuXJhuQILPhjGhBTOLEEL4kW2wQtqzCmb7O8i2jg
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
dev
:
false
/@tiptap/extension-typography@2.1.1
1(@tiptap/core@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
rtd294KTVW+xjuugacNuPA8Fs09ilXdfFOlEgyNcuUUA5ofhS/VdkqzNQ16Omrf+wN5clEmVFbkbsnuCCSjUC
Q==
}
/@tiptap/extension-typography@2.1.1
2(@tiptap/core@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
OFkQHmUbKQwVO0b/NP2MLuuqQIWxw/gHaWQF/atgZf3mG0YDV2x3P/u+RBpKnsIujPZFvoEBRJGnstvEAB7zf
Q==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
dev
:
false
/@tiptap/pm@2.1.1
1
:
resolution
:
{
integrity
:
sha512-
vBIAic+H8fjHfT8r2qJkAOxdx1Iiss9+qMyujAoIdPkiyjEc4+sXcM0qSYgIr6KL5icITyuK8J7x/V62VfB7Uw
==
}
/@tiptap/pm@2.1.1
2
:
resolution
:
{
integrity
:
sha512-
Q3MXXQABG4CZBesSp82yV84uhJh/W0Gag6KPm2HRWPimSFELM09Z9/5WK9RItAYE0aLhe4Krnyiczn9AAa1tQQ
==
}
dependencies
:
prosemirror-changeset
:
2.2.1
prosemirror-collab
:
1.3.1
...
...
@@ -1074,59 +1074,59 @@ packages:
prosemirror-schema-list
:
1.3.0
prosemirror-state
:
1.4.3
prosemirror-tables
:
1.3.4
prosemirror-trailing-node
:
2.0.7(prosemirror-model@1.19.3)(prosemirror-state@1.4.3)(prosemirror-view@1.32.
0
)
prosemirror-trailing-node
:
2.0.7(prosemirror-model@1.19.3)(prosemirror-state@1.4.3)(prosemirror-view@1.32.
1
)
prosemirror-transform
:
1.8.0
prosemirror-view
:
1.32.
0
dev
:
false
/@tiptap/starter-kit@2.1.1
1(@tiptap/pm@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
kZXwuo9yxrs1ASxluRKjXThjdcy90d7owJxnJWD7SyEwXaXYc4h+Ar1M9rP3jieCDBuRTtCgvAOKbVbhnRJ2jg
==
}
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/extension-blockquote'
:
2.1.1
1(@tiptap/core@2.1.11
)
'
@tiptap/extension-bold'
:
2.1.1
1(@tiptap/core@2.1.11
)
'
@tiptap/extension-bullet-list'
:
2.1.1
1(@tiptap/core@2.1.11
)
'
@tiptap/extension-code'
:
2.1.1
1(@tiptap/core@2.1.11
)
'
@tiptap/extension-code-block'
:
2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
'
@tiptap/extension-document'
:
2.1.1
1(@tiptap/core@2.1.11
)
'
@tiptap/extension-dropcursor'
:
2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
'
@tiptap/extension-gapcursor'
:
2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
'
@tiptap/extension-hard-break'
:
2.1.1
1(@tiptap/core@2.1.11
)
'
@tiptap/extension-heading'
:
2.1.1
1(@tiptap/core@2.1.11
)
'
@tiptap/extension-history'
:
2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
'
@tiptap/extension-horizontal-rule'
:
2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
'
@tiptap/extension-italic'
:
2.1.1
1(@tiptap/core@2.1.11
)
'
@tiptap/extension-list-item'
:
2.1.1
1(@tiptap/core@2.1.11
)
'
@tiptap/extension-ordered-list'
:
2.1.1
1(@tiptap/core@2.1.11
)
'
@tiptap/extension-paragraph'
:
2.1.1
1(@tiptap/core@2.1.11
)
'
@tiptap/extension-strike'
:
2.1.1
1(@tiptap/core@2.1.11
)
'
@tiptap/extension-text'
:
2.1.1
1(@tiptap/core@2.1.11
)
prosemirror-view
:
1.32.
1
dev
:
false
/@tiptap/starter-kit@2.1.1
2(@tiptap/pm@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
+RoP1rWV7rSCit2+3wl2bjvSRiePRJE/7YNKbvH8Faz/+AMO23AFegHoUFynR7U0ouGgYDljGkkj35e0asbSDA
==
}
dependencies
:
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
'
@tiptap/extension-blockquote'
:
2.1.1
2(@tiptap/core@2.1.12
)
'
@tiptap/extension-bold'
:
2.1.1
2(@tiptap/core@2.1.12
)
'
@tiptap/extension-bullet-list'
:
2.1.1
2(@tiptap/core@2.1.12
)
'
@tiptap/extension-code'
:
2.1.1
2(@tiptap/core@2.1.12
)
'
@tiptap/extension-code-block'
:
2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
'
@tiptap/extension-document'
:
2.1.1
2(@tiptap/core@2.1.12
)
'
@tiptap/extension-dropcursor'
:
2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
'
@tiptap/extension-gapcursor'
:
2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
'
@tiptap/extension-hard-break'
:
2.1.1
2(@tiptap/core@2.1.12
)
'
@tiptap/extension-heading'
:
2.1.1
2(@tiptap/core@2.1.12
)
'
@tiptap/extension-history'
:
2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
'
@tiptap/extension-horizontal-rule'
:
2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
'
@tiptap/extension-italic'
:
2.1.1
2(@tiptap/core@2.1.12
)
'
@tiptap/extension-list-item'
:
2.1.1
2(@tiptap/core@2.1.12
)
'
@tiptap/extension-ordered-list'
:
2.1.1
2(@tiptap/core@2.1.12
)
'
@tiptap/extension-paragraph'
:
2.1.1
2(@tiptap/core@2.1.12
)
'
@tiptap/extension-strike'
:
2.1.1
2(@tiptap/core@2.1.12
)
'
@tiptap/extension-text'
:
2.1.1
2(@tiptap/core@2.1.12
)
transitivePeerDependencies
:
-
'
@tiptap/pm'
dev
:
false
/@tiptap/suggestion@2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
:
resolution
:
{
integrity
:
sha512-
AVMB4x1X3eU7QCO1A8URQK0W7ps5dsVzveIP7+c//Z/GYe8lFSGIUnEbLJdr6bwgPkRL56m7c9+oZqVST5wfjQ
==
}
/@tiptap/suggestion@2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
:
resolution
:
{
integrity
:
sha512-
rhlLWwVkOodBGRMK0mAmE34l2a+BqM2Y7q1ViuQRBhs/6sZ8d83O4hARHKVwqT5stY4i1l7d7PoemV3uAGI6+g
==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
'
@tiptap/pm'
:
^2.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/pm'
:
2.1.1
1
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
'
@tiptap/pm'
:
2.1.1
2
dev
:
false
/@tiptap/vue-3@2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11)(vue@3.3.4
)
:
resolution
:
{
integrity
:
sha512-
PA0ep7W4cXh1jSXpXgR/eKjTbBxP8b0rIKmwLHOLVLaXz2fGFYt+HwKmtZSnYMTcf+CscXmbhmajBJZQJVJQw
Q==
}
/@tiptap/vue-3@2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)(vue@3.3.6
)
:
resolution
:
{
integrity
:
sha512-
yAcfmWw/9jtIUbhb0uGQVI9NoPYgHRasX2sAGWnm9Al+0aJktgmQ3mLCifXfXfjyEbeMF0p2L6Ul8tO7eho7a
Q==
}
peerDependencies
:
'
@tiptap/core'
:
^2.0.0
'
@tiptap/pm'
:
^2.0.0
vue
:
^3.0.0
dependencies
:
'
@tiptap/core'
:
2.1.1
1(@tiptap/pm@2.1.11
)
'
@tiptap/extension-bubble-menu'
:
2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
'
@tiptap/extension-floating-menu'
:
2.1.1
1(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11
)
'
@tiptap/pm'
:
2.1.1
1
vue
:
3.3.
4
'
@tiptap/core'
:
2.1.1
2(@tiptap/pm@2.1.12
)
'
@tiptap/extension-bubble-menu'
:
2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
'
@tiptap/extension-floating-menu'
:
2.1.1
2(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12
)
'
@tiptap/pm'
:
2.1.1
2
vue
:
3.3.
6
dev
:
false
/@types/body-parser@1.19.3
:
...
...
@@ -1195,10 +1195,10 @@ packages:
resolution
:
{
integrity
:
sha512-PwBsCBD3lDODn4xpje3Y1di0aDJp4Ww7aSfMRVw6ysnxD4I7Wmq2mBkSKaDtN403hqH5sp6c9xQUvFYY3+lkBg==
}
dev
:
true
/@types/hast@3.0.
1
:
resolution
:
{
integrity
:
sha512-
hs/iBJx2aydugBQx5ETV3ZgeSS0oIreQrFJ4bjBl0XvM4wAmDjFEALY7p0rTSLt2eL+ibjRAAs9dTPiCLtmbqQ
==
}
/@types/hast@3.0.
2
:
resolution
:
{
integrity
:
sha512-
B5hZHgHsXvfCoO3xgNJvBnX7N8p86TqQeGKXcokW4XXi+qY4vxxPSFYofytvVmpFxzPv7oxDQzjg5Un5m2/xiw
==
}
dependencies
:
'
@types/unist'
:
3.0.
0
'
@types/unist'
:
3.0.
1
dev
:
false
/@types/http-errors@2.0.2
:
...
...
@@ -1209,23 +1209,23 @@ packages:
resolution
:
{
integrity
:
sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
}
dev
:
true
/@types/linkify-it@3.0.
3
:
resolution
:
{
integrity
:
sha512-
pTjcqY9E4nOI55Wgpz7eiI8+LzdYnw3qxXCfHyBDdPbYvbyLgWLJGh8EdPvqawwMK1Uo1794AUkkR38Fr0g+2g
==
}
/@types/linkify-it@3.0.
4
:
resolution
:
{
integrity
:
sha512-
hPpIeeHb/2UuCw06kSNAOVWgehBLXEo0/fUs0mw3W2qhqX89PI2yvok83MnuctYGCPrabGIoi0fFso4DQ+sNUQ
==
}
dev
:
false
/@types/lodash@4.14.
199
:
resolution
:
{
integrity
:
sha512-
Vrjz5N5Ia4SEzWWgIVwnHNEnb1UE1XMkvY5DGXrAeOGE9imk0hgTHh5GyDjLDJi9OTCn9oo9dXH1uToK1VRfrg
==
}
/@types/lodash@4.14.
200
:
resolution
:
{
integrity
:
sha512-
YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q
==
}
dev
:
true
/@types/markdown-it@13.0.
2
:
resolution
:
{
integrity
:
sha512-
Tla7hH9oeXHOlJyBFdoqV61xWE9FZf/y2g+gFVwQ2vE1/eBzjUno5JCd3Hdb5oATve5OF6xNjZ/4VIZhVVx+hA
==
}
/@types/markdown-it@13.0.
4
:
resolution
:
{
integrity
:
sha512-
FAIUdEXrCDnQmAAmJC+UeW/3p0eCI4QZ/+W0lX/h83VD3v78IgTFYftjnAeXS8H0g4PFQCgipc51cQDA8tjgLw
==
}
dependencies
:
'
@types/linkify-it'
:
3.0.
3
'
@types/mdurl'
:
1.0.
3
'
@types/linkify-it'
:
3.0.
4
'
@types/mdurl'
:
1.0.
4
dev
:
false
/@types/mdurl@1.0.
3
:
resolution
:
{
integrity
:
sha512-
T5k6kTXak79gwmIOaDF2UUQXFbnBE0zBUzF20pz7wDYu0RQMzWg+Ml/Pz50214NsFHBITkoi5VtdjFZnJ2ijj
A==
}
/@types/mdurl@1.0.
4
:
resolution
:
{
integrity
:
sha512-
ARVxjAEX5TARFRzpDRVC6cEk0hUIXCCwaMhz8y7S1/PxU6zZS1UMjyobz7q4w/D/R552r4++EhwmXK1N2rAy0
A==
}
dev
:
false
/@types/mime@1.3.3
:
...
...
@@ -1240,12 +1240,12 @@ packages:
resolution
:
{
integrity
:
sha512-jxiZQFpb+NlH5kjW49vXxvxTjeeqlbsnTAdBTKpzEdPs9itay7MscYXz3Fo9VYFEsfQ6LJFitHad3faerLAjCw==
}
dev
:
true
/@types/object.omit@3.0.
1
:
resolution
:
{
integrity
:
sha512-
24XD34UeRWw505TsMNBrQ4bES2s8IxiFC59mmNUFhTz9IX2hAtA7gQ8wVww1i17QmhBYILg5iqYP2y7aqA3pwQ
==
}
/@types/object.omit@3.0.
2
:
resolution
:
{
integrity
:
sha512-
BxWU36cMP+FKD3OLFluQaj2cBev2sx2LJaHELuphHwnleq+xnEhTmuYYYx4pOT/1U/ZoR6B+RdvxWh2FD6lGGA
==
}
dev
:
false
/@types/object.pick@1.3.
2
:
resolution
:
{
integrity
:
sha512-
sn7L+qQ6RLPdXRoiaE7bZ/Ek+o4uICma/lBFPyJEKDTPTBP1W8u0c4baj3EiS4DiqLs+Hk+KUGvMVJtAw3ePJg
==
}
/@types/object.pick@1.3.
3
:
resolution
:
{
integrity
:
sha512-
qZqHmdGEALeSATMB1djT1S5szv6Wtpb7DKpHrt2XG4iyKlV7C2Xk8GmDXr1KXakOqUfX6ohw7ceruYt4NVmB1Q
==
}
dev
:
false
/@types/qs@6.9.8
:
...
...
@@ -1275,11 +1275,15 @@ packages:
resolution
:
{
integrity
:
sha512-5eQEtSCoESnh2FsiLTxE121IiE60hnMqcb435fShf4bpLRjEu1Eoekht23y6zXS9Ts3l+Szu3TARnTsA0GkOkQ==
}
dev
:
false
/@types/unist@3.0.
0
:
resolution
:
{
integrity
:
sha512-
MFETx3tbTjE7Uk6vvnWINA/1iJ7LuMdO4fcq8UfF0pRbj01aGLduVvQcRyswuACJdpnHgg8E3rQLhaRdNEJS0w
==
}
/@types/unist@3.0.
1
:
resolution
:
{
integrity
:
sha512-
ue/hDUpPjC85m+PM9OQDMZr3LywT+CT6mPsQq8OJtCLiERkGRcQUFvu9XASF5XWqyZFXbf15lvb3JFJ4dRLWPg
==
}
dev
:
false
/@vitejs/plugin-vue@2.3.4(vite@2.9.16)(vue@3.3.4)
:
/@ungap/structured-clone@1.2.0
:
resolution
:
{
integrity
:
sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
}
dev
:
true
/@vitejs/plugin-vue@2.3.4(vite@2.9.16)(vue@3.3.6)
:
resolution
:
{
integrity
:
sha512-IfFNbtkbIm36O9KB8QodlwwYvTEsJb4Lll4c2IwB3VHc2gie2mSPtSzL0eYay7X2jd/2WX02FjSGTWR6OPr/zg==
}
engines
:
{
node
:
'
>=12.0.0'
}
peerDependencies
:
...
...
@@ -1287,27 +1291,27 @@ packages:
vue
:
^3.2.25
dependencies
:
vite
:
2.9.16(sass@1.32.12)
vue
:
3.3.
4
vue
:
3.3.
6
dev
:
true
/@volar/language-core@1.10.
3
:
resolution
:
{
integrity
:
sha512-
7Qgwu9bWUHN+cLrOkCbIVBkL+RVPREhvY07wY89dGxi4mY9mQCsUVRRp64F61lX7Nc27meMnvy0sWlzY0x6oQ
Q==
}
/@volar/language-core@1.10.
4
:
resolution
:
{
integrity
:
sha512-
Na69qA6uwVIdA0rHuOc2W3pHtVQQO8hCNim7FOaKNpRJh0oAFnu5r9i7Oopo5C4cnELZkPNjTrbmpcCTiW+CM
Q==
}
dependencies
:
'
@volar/source-map'
:
1.10.
3
'
@volar/source-map'
:
1.10.
4
dev
:
true
/@volar/language-service@1.10.
3
:
resolution
:
{
integrity
:
sha512-
nz7Gh8bm+aLFuVxJ0wn18d7ihr2XEtJ9Ed8bD74m3IQlmdqNwSILh5jEMNXOI7DW0R5loxtBHN1HYiNJPXDcvA
==
}
/@volar/language-service@1.10.
4
:
resolution
:
{
integrity
:
sha512-
SGDsmGojVJi7RiHM9WON4O2Ed7PbjU+3gzEn0lODxK5qa+PDGzzSaFWIQeCp8Av+ef5uhZ4gJcTUR3AmD/29HQ
==
}
dependencies
:
'
@volar/language-core'
:
1.10.
3
'
@volar/source-map'
:
1.10.
3
'
@volar/language-core'
:
1.10.
4
'
@volar/source-map'
:
1.10.
4
vscode-languageserver-protocol
:
3.17.5
vscode-languageserver-textdocument
:
1.0.11
vscode-uri
:
3.0.8
dev
:
true
/@volar/source-map@1.10.
3
:
resolution
:
{
integrity
:
sha512-
QE9nwK3xsdBQGongHnC9SCR0itx7xUKQFsUDn5HbZY3pHpyXxdY1hSBG0eh9mE+aTKoM4KlqMvrb+19Tv9vS1Q
==
}
/@volar/source-map@1.10.
4
:
resolution
:
{
integrity
:
sha512-
RxZdUEL+pV8p+SMqnhVjzy5zpb1QRZTlcwSk4bdcBO7yOu4rtEWqDGahVCEj4CcXour+0yJUMrMczfSCpP9Uxg
==
}
dependencies
:
muggle-string
:
0.3.1
dev
:
true
...
...
@@ -1323,12 +1327,28 @@ packages:
'
@vue/shared'
:
3.3.4
estree-walker
:
2.0.2
source-map-js
:
1.0.2
dev
:
true
/@vue/compiler-core@3.3.6
:
resolution
:
{
integrity
:
sha512-2JNjemwaNwf+MkkatATVZi7oAH1Hx0B04DdPH3ZoZ8vKC1xZVP7nl4HIsk8XYd3r+/52sqqoz9TWzYc3yE9dqA==
}
dependencies
:
'
@babel/parser'
:
7.23.0
'
@vue/shared'
:
3.3.6
estree-walker
:
2.0.2
source-map-js
:
1.0.2
/@vue/compiler-dom@3.3.4
:
resolution
:
{
integrity
:
sha512-wyM+OjOVpuUukIq6p5+nwHYtj9cFroz9cwkfmP9O1nzH68BenTTv0u7/ndggT8cIQlnBeOo6sUT/gvHcIkLA5w==
}
dependencies
:
'
@vue/compiler-core'
:
3.3.4
'
@vue/shared'
:
3.3.4
dev
:
true
/@vue/compiler-dom@3.3.6
:
resolution
:
{
integrity
:
sha512-1MxXcJYMHiTPexjLAJUkNs/Tw2eDf2tY3a0rL+LfuWyiKN2s6jvSwywH3PWD8bKICjfebX3GWx2Os8jkRDq3Ng==
}
dependencies
:
'
@vue/compiler-core'
:
3.3.6
'
@vue/shared'
:
3.3.6
/@vue/compiler-sfc@3.3.4
:
resolution
:
{
integrity
:
sha512-6y/d8uw+5TkCuzBkgLS0v3lSM3hJDntFEiUORM11pQ/hKvkhSKZrXW6i69UyXlJQisJxuUEJKAWEqWbWsLeNKQ==
}
...
...
@@ -1343,20 +1363,45 @@ packages:
magic-string
:
0.30.4
postcss
:
8.4.31
source-map-js
:
1.0.2
dev
:
true
/@vue/compiler-sfc@3.3.6
:
resolution
:
{
integrity
:
sha512-/Kms6du2h1VrXFreuZmlvQej8B1zenBqIohP0690IUBkJjsFvJxY0crcvVRJ0UhMgSR9dewB+khdR1DfbpArJA==
}
dependencies
:
'
@babel/parser'
:
7.23.0
'
@vue/compiler-core'
:
3.3.6
'
@vue/compiler-dom'
:
3.3.6
'
@vue/compiler-ssr'
:
3.3.6
'
@vue/reactivity-transform'
:
3.3.6
'
@vue/shared'
:
3.3.6
estree-walker
:
2.0.2
magic-string
:
0.30.5
postcss
:
8.4.31
source-map-js
:
1.0.2
/@vue/compiler-ssr@3.3.4
:
resolution
:
{
integrity
:
sha512-m0v6oKpup2nMSehwA6Uuu+j+wEwcy7QmwMkVNVfrV9P2qE5KshC6RwOCq8fjGS/Eak/uNb8AaWekfiXxbBB6gQ==
}
dependencies
:
'
@vue/compiler-dom'
:
3.3.4
'
@vue/shared'
:
3.3.4
dev
:
true
/@vue/compiler-ssr@3.3.6
:
resolution
:
{
integrity
:
sha512-QTIHAfDCHhjXlYGkUg5KH7YwYtdUM1vcFl/FxFDlD6d0nXAmnjizka3HITp8DGudzHndv2PjKVS44vqqy0vP4w==
}
dependencies
:
'
@vue/compiler-dom'
:
3.3.6
'
@vue/shared'
:
3.3.6
/@vue/devtools-api@6.5.0
:
resolution
:
{
integrity
:
sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==
}
/@vue/language-plugin-pug@1.8.16
:
resolution
:
{
integrity
:
sha512-BDLTVhPSTfTZzqV/wI7QIMl9XyBbD0FFTqJHjj6PkFodWOx5VeSKHp3D27c7PdUvXzd5pJ152cnYax3Plk4RrA==
}
/@vue/devtools-api@6.5.1
:
resolution
:
{
integrity
:
sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==
}
/@vue/language-plugin-pug@1.8.19
:
resolution
:
{
integrity
:
sha512-EI5fjmSt8AJDxxMnLxkyY3ErUF4C+n2hbih6RCwss3/y/5q1+G2uX9W7/8RpVZ2j6tF3ziStlr9xJ81wgAfYMw==
}
dependencies
:
'
@volar/source-map'
:
1.10.
3
'
@volar/source-map'
:
1.10.
4
volar-service-pug
:
0.0.14
dev
:
true
...
...
@@ -1368,36 +1413,50 @@ packages:
'
@vue/shared'
:
3.3.4
estree-walker
:
2.0.2
magic-string
:
0.30.4
dev
:
true
/@vue/reactivity
@3.3.4
:
resolution
:
{
integrity
:
sha512-
kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ
==
}
/@vue/reactivity
-transform@3.3.6
:
resolution
:
{
integrity
:
sha512-
RlJl4dHfeO7EuzU1iJOsrlqWyJfHTkJbvYz/IOJWqu8dlCNWtxWX377WI0VsbAgBizjwD+3ZjdnvSyyFW1YVng
==
}
dependencies
:
'
@vue/shared'
:
3.3.4
'
@babel/parser'
:
7.23.0
'
@vue/compiler-core'
:
3.3.6
'
@vue/shared'
:
3.3.6
estree-walker
:
2.0.2
magic-string
:
0.30.5
/@vue/r
untime-core@3.3.4
:
resolution
:
{
integrity
:
sha512-
R+bqxMN6pWO7zGI4OMlmvePOdP2c93GsHFM/siJI7O2nxFRzj55pLwkpCedEY+bTMgp5miZ8CxfIZo3S+gFqvA
==
}
/@vue/r
eactivity@3.3.6
:
resolution
:
{
integrity
:
sha512-
gtChAumfQz5lSy5jZXfyXbKrIYPf9XEOrIr6rxwVyeWVjFhJwmwPLtV6Yis+M9onzX++I5AVE9j+iPH60U+B8Q
==
}
dependencies
:
'
@vue/reactivity'
:
3.3.4
'
@vue/shared'
:
3.3.4
'
@vue/shared'
:
3.3.6
/@vue/runtime-
dom@3.3.4
:
resolution
:
{
integrity
:
sha512-
Aj5bTJ3u5sFsUckRghsNjVTtxZQ1OyMWCr5dZRAPijF/0Vy4xEoRCwLyHXcj4D0UFbJ4lbx3gPTgg06K/GnPnQ
==
}
/@vue/runtime-
core@3.3.6
:
resolution
:
{
integrity
:
sha512-
qp7HTP1iw1UW2ZGJ8L3zpqlngrBKvLsDAcq5lA6JvEXHmpoEmjKju7ahM9W2p/h51h0OT5F2fGlP/gMhHOmbUA
==
}
dependencies
:
'
@vue/runtime-core'
:
3.3.4
'
@vue/shared'
:
3.3.4
'
@vue/reactivity'
:
3.3.6
'
@vue/shared'
:
3.3.6
/@vue/runtime-dom@3.3.6
:
resolution
:
{
integrity
:
sha512-AoX3Cp8NqMXjLbIG9YR6n/pPLWE9TiDdk6wTJHFnl2GpHzDFH1HLBC9wlqqQ7RlnvN3bVLpzPGAAH00SAtOxHg==
}
dependencies
:
'
@vue/runtime-core'
:
3.3.6
'
@vue/shared'
:
3.3.6
csstype
:
3.1.2
/@vue/server-renderer@3.3.
4(vue@3.3.4
)
:
resolution
:
{
integrity
:
sha512-
Q6jDDzR23ViIb67v+vM1Dqntu+HUexQcsWKhhQa4ARVzxOY2HbC7QRW/ggkDBd5BU+uM1sV6XOAP0b216o34JQ
==
}
/@vue/server-renderer@3.3.
6(vue@3.3.6
)
:
resolution
:
{
integrity
:
sha512-
kgLoN43W4ERdZ6dpyy+gnk2ZHtcOaIr5Uc/WUP5DRwutgvluzu2pudsZGoD2b7AEJHByUVMa9k6Sho5lLRCykw
==
}
peerDependencies
:
vue
:
3.3.
4
vue
:
3.3.
6
dependencies
:
'
@vue/compiler-ssr'
:
3.3.
4
'
@vue/shared'
:
3.3.
4
vue
:
3.3.
4
'
@vue/compiler-ssr'
:
3.3.
6
'
@vue/shared'
:
3.3.
6
vue
:
3.3.
6
/@vue/shared@3.3.4
:
resolution
:
{
integrity
:
sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==
}
dev
:
true
/@vue/shared@3.3.6
:
resolution
:
{
integrity
:
sha512-Xno5pEqg8SVhomD0kTSmfh30ZEmV/+jZtyh39q6QflrjdJCXah5lrnOLi9KB6a5k5aAHXMXjoMnxlzUkCNfWLQ==
}
/@wry/context@0.7.3
:
resolution
:
{
integrity
:
sha512-Nl8WTesHp89RF803Se9X3IiHjdmLBrIvPMaJkl+rKVJAYyPsz1TEUbu89943HpvujtSJgDUx9W4vZw3K1Mr3sA==
}
...
...
@@ -1499,14 +1558,14 @@ packages:
picomatch
:
2.3.1
dev
:
true
/apollo-upload-client@17.0.0(@apollo/client@3.8.
5
)(graphql@16.6.0)
:
/apollo-upload-client@17.0.0(@apollo/client@3.8.
6
)(graphql@16.6.0)
:
resolution
:
{
integrity
:
sha512-pue33bWVbdlXAGFPkgz53TTmxVMrKeQr0mdRcftNY+PoHIdbGZD0hoaXHvO6OePJAkFz7OiCFUf98p1G/9+Ykw==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >= 16.0.0
}
peerDependencies
:
'
@apollo/client'
:
^3.0.0
graphql
:
14 - 16
dependencies
:
'
@apollo/client'
:
3.8.
5
(graphql@16.6.0)
'
@apollo/client'
:
3.8.
6
(graphql@16.6.0)
extract-files
:
11.0.0
graphql
:
16.6.0
dev
:
false
...
...
@@ -2545,7 +2604,7 @@ packages:
source-map
:
0.6.1
dev
:
true
/eslint-config-standard@17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.
1.0)(eslint-plugin-promise@6.1.1)(eslint@8.51
.0)
:
/eslint-config-standard@17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.
2.0)(eslint-plugin-promise@6.1.1)(eslint@8.52
.0)
:
resolution
:
{
integrity
:
sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==
}
engines
:
{
node
:
'
>=12.0.0'
}
peerDependencies
:
...
...
@@ -2554,10 +2613,10 @@ packages:
eslint-plugin-n
:
'
^15.0.0
||
^16.0.0
'
eslint-plugin-promise
:
^6.0.0
dependencies
:
eslint
:
8.5
1
.0
eslint-plugin-import
:
2.28.1(eslint@8.5
1
.0)
eslint-plugin-n
:
16.
1.0(eslint@8.51
.0)
eslint-plugin-promise
:
6.1.1(eslint@8.5
1
.0)
eslint
:
8.5
2
.0
eslint-plugin-import
:
2.28.1(eslint@8.5
2
.0)
eslint-plugin-n
:
16.
2.0(eslint@8.52
.0)
eslint-plugin-promise
:
6.1.1(eslint@8.5
2
.0)
dev
:
true
/eslint-import-resolver-node@0.3.9
:
...
...
@@ -2570,7 +2629,7 @@ packages:
-
supports-color
dev
:
true
/eslint-module-utils@2.8.0(eslint-import-resolver-node@0.3.9)(eslint@8.5
1
.0)
:
/eslint-module-utils@2.8.0(eslint-import-resolver-node@0.3.9)(eslint@8.5
2
.0)
:
resolution
:
{
integrity
:
sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==
}
engines
:
{
node
:
'
>=4'
}
peerDependencies
:
...
...
@@ -2592,24 +2651,24 @@ packages:
optional
:
true
dependencies
:
debug
:
3.2.7
eslint
:
8.5
1
.0
eslint
:
8.5
2
.0
eslint-import-resolver-node
:
0.3.9
transitivePeerDependencies
:
-
supports-color
dev
:
true
/eslint-plugin-es-x@7.2.0(eslint@8.5
1
.0)
:
/eslint-plugin-es-x@7.2.0(eslint@8.5
2
.0)
:
resolution
:
{
integrity
:
sha512-9dvv5CcvNjSJPqnS5uZkqb3xmbeqRLnvXKK7iI5+oK/yTusyc46zbBZKENGsOfojm/mKfszyZb+wNqNPAPeGXA==
}
engines
:
{
node
:
^14.18.0 || >=16.0.0
}
peerDependencies
:
eslint
:
'
>=8'
dependencies
:
'
@eslint-community/eslint-utils'
:
4.4.0(eslint@8.5
1
.0)
'
@eslint-community/eslint-utils'
:
4.4.0(eslint@8.5
2
.0)
'
@eslint-community/regexpp'
:
4.9.1
eslint
:
8.5
1
.0
eslint
:
8.5
2
.0
dev
:
true
/eslint-plugin-import@2.28.1(eslint@8.5
1
.0)
:
/eslint-plugin-import@2.28.1(eslint@8.5
2
.0)
:
resolution
:
{
integrity
:
sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==
}
engines
:
{
node
:
'
>=4'
}
peerDependencies
:
...
...
@@ -2625,9 +2684,9 @@ packages:
array.prototype.flatmap
:
1.3.2
debug
:
3.2.7
doctrine
:
2.1.0
eslint
:
8.5
1
.0
eslint
:
8.5
2
.0
eslint-import-resolver-node
:
0.3.9
eslint-module-utils
:
2.8.0(eslint-import-resolver-node@0.3.9)(eslint@8.5
1
.0)
eslint-module-utils
:
2.8.0(eslint-import-resolver-node@0.3.9)(eslint@8.5
2
.0)
has
:
1.0.4
is-core-module
:
2.13.0
is-glob
:
4.0.3
...
...
@@ -2643,46 +2702,46 @@ packages:
-
supports-color
dev
:
true
/eslint-plugin-n@16.
1.0(eslint@8.51
.0)
:
resolution
:
{
integrity
:
sha512-
3wv/TooBst0N4ND+pnvffHuz9gNPmk/NkLwAxOt2JykTl/hcuECe6yhTtLJcZjIxtZwN+GX92ACp/QTLpHA3H
g==
}
/eslint-plugin-n@16.
2.0(eslint@8.52
.0)
:
resolution
:
{
integrity
:
sha512-
AQER2jEyQOt1LG6JkGJCCIFotzmlcCZFur2wdKrp1JX2cNotC7Ae0BcD/4lLv3lUAArM9uNS8z/fsvXTd0L71
g==
}
engines
:
{
node
:
'
>=16.0.0'
}
peerDependencies
:
eslint
:
'
>=7.0.0'
dependencies
:
'
@eslint-community/eslint-utils'
:
4.4.0(eslint@8.5
1
.0)
'
@eslint-community/eslint-utils'
:
4.4.0(eslint@8.5
2
.0)
builtins
:
5.0.1
eslint
:
8.5
1
.0
eslint-plugin-es-x
:
7.2.0(eslint@8.5
1
.0)
eslint
:
8.5
2
.0
eslint-plugin-es-x
:
7.2.0(eslint@8.5
2
.0)
get-tsconfig
:
4.7.2
ignore
:
5.2.4
is-core-module
:
2.13.
0
is-core-module
:
2.13.
1
minimatch
:
3.1.2
resolve
:
1.22.
6
resolve
:
1.22.
8
semver
:
7.5.4
dev
:
true
/eslint-plugin-promise@6.1.1(eslint@8.5
1
.0)
:
/eslint-plugin-promise@6.1.1(eslint@8.5
2
.0)
:
resolution
:
{
integrity
:
sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
peerDependencies
:
eslint
:
^7.0.0 || ^8.0.0
dependencies
:
eslint
:
8.5
1
.0
eslint
:
8.5
2
.0
dev
:
true
/eslint-plugin-vue@9.17.0(eslint@8.5
1
.0)
:
/eslint-plugin-vue@9.17.0(eslint@8.5
2
.0)
:
resolution
:
{
integrity
:
sha512-r7Bp79pxQk9I5XDP0k2dpUC7Ots3OSWgvGZNu3BxmKK6Zg7NgVtcOB6OCna5Kb9oQwJPl5hq183WD0SY5tZtIQ==
}
engines
:
{
node
:
^14.17.0 || >=16.0.0
}
peerDependencies
:
eslint
:
^6.2.0 || ^7.0.0 || ^8.0.0
dependencies
:
'
@eslint-community/eslint-utils'
:
4.4.0(eslint@8.5
1
.0)
eslint
:
8.5
1
.0
'
@eslint-community/eslint-utils'
:
4.4.0(eslint@8.5
2
.0)
eslint
:
8.5
2
.0
natural-compare
:
1.4.0
nth-check
:
2.1.1
postcss-selector-parser
:
6.0.13
semver
:
7.5.4
vue-eslint-parser
:
9.3.1(eslint@8.5
1
.0)
vue-eslint-parser
:
9.3.1(eslint@8.5
2
.0)
xml-name-validator
:
4.0.0
transitivePeerDependencies
:
-
supports-color
...
...
@@ -2701,18 +2760,19 @@ packages:
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
dev
:
true
/eslint@8.5
1
.0
:
resolution
:
{
integrity
:
sha512-
2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA
==
}
/eslint@8.5
2
.0
:
resolution
:
{
integrity
:
sha512-
zh/JHnaixqHZsolRB/w9/02akBk9EPrOs9JwcTP2ek7yL5bVvXuRariiaAjjoJ5DvuwQ1WAE/HsMz+w17YgBCg
==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
hasBin
:
true
dependencies
:
'
@eslint-community/eslint-utils'
:
4.4.0(eslint@8.5
1
.0)
'
@eslint-community/eslint-utils'
:
4.4.0(eslint@8.5
2
.0)
'
@eslint-community/regexpp'
:
4.9.1
'
@eslint/eslintrc'
:
2.1.2
'
@eslint/js'
:
8.5
1
.0
'
@humanwhocodes/config-array'
:
0.11.1
1
'
@eslint/js'
:
8.5
2
.0
'
@humanwhocodes/config-array'
:
0.11.1
3
'
@humanwhocodes/module-importer'
:
1.0.1
'
@nodelib/fs.walk'
:
1.2.8
'
@ungap/structured-clone'
:
1.2.0
ajv
:
6.12.6
chalk
:
4.1.2
cross-spawn
:
7.0.3
...
...
@@ -3009,6 +3069,9 @@ packages:
/function-bind@1.1.1
:
resolution
:
{
integrity
:
sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
}
/function-bind@1.1.2
:
resolution
:
{
integrity
:
sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
}
/function.prototype.name@1.1.6
:
resolution
:
{
integrity
:
sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==
}
engines
:
{
node
:
'
>=
0.4'
}
...
...
@@ -3166,13 +3229,19 @@ packages:
resolution
:
{
integrity
:
sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==
}
engines
:
{
node
:
'
>=
0.4.0'
}
/hasown@2.0.0
:
resolution
:
{
integrity
:
sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==
}
engines
:
{
node
:
'
>=
0.4'
}
dependencies
:
function-bind
:
1.1.2
/he@1.2.0
:
resolution
:
{
integrity
:
sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
}
hasBin
:
true
dev
:
true
/highlight.js@11.
8
.0
:
resolution
:
{
integrity
:
sha512-
MedQhoqVdr0U6SSnWPzfiadUcDHfN/Wzq25AkXiQv9oiOO/sG0S7XkvpFIqWBl9Yq1UYyYOOVORs5UW2XlPyzg
==
}
/highlight.js@11.
9
.0
:
resolution
:
{
integrity
:
sha512-
fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw
==
}
engines
:
{
node
:
'
>=12.0.0'
}
dev
:
false
...
...
@@ -3320,6 +3389,12 @@ packages:
resolution
:
{
integrity
:
sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==
}
dependencies
:
has
:
1.0.4
dev
:
true
/is-core-module@2.13.1
:
resolution
:
{
integrity
:
sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
}
dependencies
:
hasown
:
2.0.0
/is-date-object@1.0.5
:
resolution
:
{
integrity
:
sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==
}
...
...
@@ -3683,12 +3758,12 @@ packages:
resolution
:
{
integrity
:
sha512-2Fgx1Ycm599x+WGpIYwJOvsjmXFzTSc34IwDWALRA/8AopUKAVPwfJ+h5+f85BCp0PWmmJcWzEpxOpoXycMpdA==
}
dev
:
true
/lowlight@3.
0
.0
:
resolution
:
{
integrity
:
sha512-
kedX6yxvgak8P4LGh3vKRDQuMbVcnP+qRuDJlve2w+mNJAbEhEQPjYCp9QJnpVL5F2aAAVjeIzzrbQZUKHiDJw
==
}
/lowlight@3.
1
.0
:
resolution
:
{
integrity
:
sha512-
CEbNVoSikAxwDMDPjXlqlFYiZLkDJHwyGu/MfOsJnF3d7f3tds5J3z8s/l9TMXhzfsJCCJEAsD78842mwmg0PQ
==
}
dependencies
:
'
@types/hast'
:
3.0.
1
'
@types/hast'
:
3.0.
2
devlop
:
1.1.0
highlight.js
:
11.
8
.0
highlight.js
:
11.
9
.0
dev
:
false
/lru-cache@6.0.0
:
...
...
@@ -3708,6 +3783,13 @@ packages:
engines
:
{
node
:
'
>=12'
}
dependencies
:
'
@jridgewell/sourcemap-codec'
:
1.4.15
dev
:
true
/magic-string@0.30.5
:
resolution
:
{
integrity
:
sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==
}
engines
:
{
node
:
'
>=12'
}
dependencies
:
'
@jridgewell/sourcemap-codec'
:
1.4.15
/make-error@1.3.6
:
resolution
:
{
integrity
:
sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==
}
...
...
@@ -3752,13 +3834,13 @@ packages:
resolution
:
{
integrity
:
sha512-HyxjAu6BRsdt6Xcv6TKVQnkz/E70TdGXEFHRYBGLncRE9lBFwDNLVtFojKxjJWgJ+5XxUwLaHXy+2sGBbDn+4A==
}
dev
:
false
/markdown-it-mdc@0.1.4(@types/markdown-it@13.0.
2
)(markdown-it@13.0.2)
:
/markdown-it-mdc@0.1.4(@types/markdown-it@13.0.
4
)(markdown-it@13.0.2)
:
resolution
:
{
integrity
:
sha512-9+DN+a7aA3dywExjFxfEcH6JFEpEcysnysqWVDXcgcYvI3Ej0dYNdXLF2YLDMu8je/Qpf9QiHLA9L8tJbb1aog==
}
peerDependencies
:
'
@types/markdown-it'
:
^13.0.1
markdown-it
:
^13.0.1
dependencies
:
'
@types/markdown-it'
:
13.0.
2
'
@types/markdown-it'
:
13.0.
4
js-yaml
:
4.1.0
markdown-it
:
13.0.2
dev
:
false
...
...
@@ -4149,8 +4231,8 @@ packages:
engines
:
{
node
:
'
>=8.6'
}
dev
:
true
/pinia@2.1.
6(vue@3.3.4
)
:
resolution
:
{
integrity
:
sha512-
bIU6QuE5qZviMmct5XwCesXelb5VavdOWKWaB17ggk++NUwQWWbP5YnsONTk3b752QkW9sACiR81rorpeOMSv
Q==
}
/pinia@2.1.
7(vue@3.3.6
)
:
resolution
:
{
integrity
:
sha512-
+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxG
Q==
}
peerDependencies
:
'
@vue/composition-api'
:
^1.4.0
typescript
:
'
>=4.4.4'
...
...
@@ -4161,9 +4243,9 @@ packages:
typescript
:
optional
:
true
dependencies
:
'
@vue/devtools-api'
:
6.5.
0
vue
:
3.3.
4
vue-demi
:
0.14.6(vue@3.3.
4
)
'
@vue/devtools-api'
:
6.5.
1
vue
:
3.3.
6
vue-demi
:
0.14.6(vue@3.3.
6
)
/pkg-types@1.0.3
:
resolution
:
{
integrity
:
sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==
}
...
...
@@ -4241,7 +4323,7 @@ packages:
dependencies
:
prosemirror-state
:
1.4.3
prosemirror-transform
:
1.8.0
prosemirror-view
:
1.32.
0
prosemirror-view
:
1.32.
1
dev
:
false
/prosemirror-gapcursor@1.3.2
:
...
...
@@ -4250,7 +4332,7 @@ packages:
prosemirror-keymap
:
1.2.2
prosemirror-model
:
1.19.3
prosemirror-state
:
1.4.3
prosemirror-view
:
1.32.
0
prosemirror-view
:
1.32.
1
dev
:
false
/prosemirror-history@1.3.2
:
...
...
@@ -4258,7 +4340,7 @@ packages:
dependencies
:
prosemirror-state
:
1.4.3
prosemirror-transform
:
1.8.0
prosemirror-view
:
1.32.
0
prosemirror-view
:
1.32.
1
rope-sequence
:
1.3.4
dev
:
false
...
...
@@ -4317,7 +4399,7 @@ packages:
dependencies
:
prosemirror-model
:
1.19.3
prosemirror-transform
:
1.8.0
prosemirror-view
:
1.32.
0
prosemirror-view
:
1.32.
1
dev
:
false
/prosemirror-tables@1.3.4
:
...
...
@@ -4327,10 +4409,10 @@ packages:
prosemirror-model
:
1.19.3
prosemirror-state
:
1.4.3
prosemirror-transform
:
1.8.0
prosemirror-view
:
1.32.
0
prosemirror-view
:
1.32.
1
dev
:
false
/prosemirror-trailing-node@2.0.7(prosemirror-model@1.19.3)(prosemirror-state@1.4.3)(prosemirror-view@1.32.
0
)
:
/prosemirror-trailing-node@2.0.7(prosemirror-model@1.19.3)(prosemirror-state@1.4.3)(prosemirror-view@1.32.
1
)
:
resolution
:
{
integrity
:
sha512-8zcZORYj/8WEwsGo6yVCRXFMOfBo0Ub3hCUvmoWIZYfMP26WqENU0mpEP27w7mt8buZWuGrydBewr0tOArPb1Q==
}
peerDependencies
:
prosemirror-model
:
^1.19.0
...
...
@@ -4342,7 +4424,7 @@ packages:
escape-string-regexp
:
4.0.0
prosemirror-model
:
1.19.3
prosemirror-state
:
1.4.3
prosemirror-view
:
1.32.
0
prosemirror-view
:
1.32.
1
dev
:
false
/prosemirror-transform@1.8.0
:
...
...
@@ -4351,8 +4433,8 @@ packages:
prosemirror-model
:
1.19.3
dev
:
false
/prosemirror-view@1.32.
0
:
resolution
:
{
integrity
:
sha512-
HwW7IWgca6ehiW2PA48H/8yl0TakA0Ms5LgN5Krc97oar7GfjIKE/NocUsLe74Jq4mwyWKUNoBljE8WkXKZwng
==
}
/prosemirror-view@1.32.
1
:
resolution
:
{
integrity
:
sha512-
9SnB4HBgRczzTyIMZLPE1iszegL04hNfUyS8uPtP1RPxNM2NTCiIs8KwNsJU4nbZO9rxJTwVTv7Jm3zU4CR78A
==
}
dependencies
:
prosemirror-model
:
1.19.3
prosemirror-state
:
1.4.3
...
...
@@ -4467,8 +4549,8 @@ packages:
side-channel
:
1.0.4
dev
:
true
/quasar@2.1
2.7
:
resolution
:
{
integrity
:
sha512-
JF2rb8u1RcXPpiaDh/RnO/5rFx7kABDMov0WnRI3acJ5s4TD2FyPrCmS7VgleLubDYRSsSAontJ6EijGz4BHig
==
}
/quasar@2.1
3.0
:
resolution
:
{
integrity
:
sha512-
VPxbDy4vsobROUqGfet415SAvthj03fbm06pHSOYH5TeixWKHiLBIbwV9/LmWsDqwEsmMpADkHNZhmBZ40ha2w
==
}
engines
:
{
node
:
'
>=
10.18.1'
,
npm
:
'
>=
6.13.4'
,
yarn
:
'
>=
1.21.1'
}
/queue-microtask@1.2.3
:
...
...
@@ -4575,9 +4657,18 @@ packages:
resolution
:
{
integrity
:
sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw==
}
hasBin
:
true
dependencies
:
is-core-module
:
2.13.0
is-core-module
:
2.13.1
path-parse
:
1.0.7
supports-preserve-symlinks-flag
:
1.0.0
/resolve@1.22.8
:
resolution
:
{
integrity
:
sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==
}
hasBin
:
true
dependencies
:
is-core-module
:
2.13.1
path-parse
:
1.0.7
supports-preserve-symlinks-flag
:
1.0.0
dev
:
true
/response-iterator@0.2.6
:
resolution
:
{
integrity
:
sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw==
}
...
...
@@ -4829,14 +4920,14 @@ packages:
-
supports-color
dev
:
false
/sortablejs-vue3@1.2.9(sortablejs@1.15.0)(vue@3.3.
4
)
:
/sortablejs-vue3@1.2.9(sortablejs@1.15.0)(vue@3.3.
6
)
:
resolution
:
{
integrity
:
sha512-l0IIBdu+nRIwC2+KOkiavXw5vRfsn6MIPVSVSf7ItBevcuRZ4mVzC7dgnr/Hs/VPH2Q+nF2PYP3FsrnrG+7qCw==
}
peerDependencies
:
sortablejs
:
^1.15.0
vue
:
^3.2.25
dependencies
:
sortablejs
:
1.15.0
vue
:
3.3.
4
vue
:
3.3.
6
dev
:
false
/sortablejs@1.14.0
:
...
...
@@ -5214,7 +5305,7 @@ packages:
hasBin
:
true
dev
:
false
/v-network-graph@0.9.10(vue@3.3.
4
)
:
/v-network-graph@0.9.10(vue@3.3.
6
)
:
resolution
:
{
integrity
:
sha512-t/iZmqBV3ndSjzEQb628rbYaqOlgJz0pJ59dG7bUE/Js6UmI5WWkU2XHvKYUyQtemBACBeCyCUB8KI+3eiwkKA==
}
peerDependencies
:
d3-force
:
^3.0.0
...
...
@@ -5226,7 +5317,7 @@ packages:
'
@dash14/svg-pan-zoom'
:
3.6.9
lodash-es
:
4.17.21
mitt
:
3.0.1
vue
:
3.3.
4
vue
:
3.3.
6
dev
:
false
/vary@1.1.2
:
...
...
@@ -5264,7 +5355,7 @@ packages:
engines
:
{
node
:
'
>=0.10.0'
}
dev
:
false
/volar-service-html@0.0.14(@volar/language-service@1.10.
3
)
:
/volar-service-html@0.0.14(@volar/language-service@1.10.
4
)
:
resolution
:
{
integrity
:
sha512-PQb97QICxXhXD7AJFU/S/Vexd1L4IP2Sa5SzxYyKnApcx0GNdxaIbFHlev9wazrTgtCtSnaVXJBxY05pZzTKPw==
}
peerDependencies
:
'
@volar/language-service'
:
~1.10.0
...
...
@@ -5272,7 +5363,7 @@ packages:
'
@volar/language-service'
:
optional
:
true
dependencies
:
'
@volar/language-service'
:
1.10.
3
'
@volar/language-service'
:
1.10.
4
vscode-html-languageservice
:
5.1.0
vscode-uri
:
3.0.8
dev
:
true
...
...
@@ -5280,12 +5371,12 @@ packages:
/volar-service-pug@0.0.14
:
resolution
:
{
integrity
:
sha512-HZRc5UPy0WsrtbwveDfKiqLECrCR/yGasAcOCIt+z/BcrXDbz6zIAbFkNk409gjam0uyX6vmWcT+z9X3T2bm/w==
}
dependencies
:
'
@volar/language-service'
:
1.10.
3
'
@volar/source-map'
:
1.10.
3
'
@volar/language-service'
:
1.10.
4
'
@volar/source-map'
:
1.10.
4
muggle-string
:
0.3.1
pug-lexer
:
5.0.1
pug-parser
:
6.0.0
volar-service-html
:
0.0.14(@volar/language-service@1.10.
3
)
volar-service-html
:
0.0.14(@volar/language-service@1.10.
4
)
vscode-html-languageservice
:
5.1.0
vscode-languageserver-textdocument
:
1.0.11
dev
:
true
...
...
@@ -5323,7 +5414,7 @@ packages:
resolution
:
{
integrity
:
sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==
}
dev
:
true
/vue-demi@0.14.6(vue@3.3.
4
)
:
/vue-demi@0.14.6(vue@3.3.
6
)
:
resolution
:
{
integrity
:
sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==
}
engines
:
{
node
:
'
>=12'
}
hasBin
:
true
...
...
@@ -5335,16 +5426,16 @@ packages:
'
@vue/composition-api'
:
optional
:
true
dependencies
:
vue
:
3.3.
4
vue
:
3.3.
6
/vue-eslint-parser@9.3.1(eslint@8.5
1
.0)
:
/vue-eslint-parser@9.3.1(eslint@8.5
2
.0)
:
resolution
:
{
integrity
:
sha512-Clr85iD2XFZ3lJ52/ppmUDG/spxQu6+MAeHXjjyI4I1NUYZ9xmenQp4N0oaHJhrA8OOxltCVxMRfANGa70vU0g==
}
engines
:
{
node
:
^14.17.0 || >=16.0.0
}
peerDependencies
:
eslint
:
'
>=6.0.0'
dependencies
:
debug
:
4.3.4
eslint
:
8.5
1
.0
eslint
:
8.5
2
.0
eslint-scope
:
7.2.2
eslint-visitor-keys
:
3.4.3
espree
:
9.6.1
...
...
@@ -5355,7 +5446,7 @@ packages:
-
supports-color
dev
:
true
/vue-i18n@9.5.0(vue@3.3.
4
)
:
/vue-i18n@9.5.0(vue@3.3.
6
)
:
resolution
:
{
integrity
:
sha512-NiI3Ph1qMstNf7uhYh8trQBOBFLxeJgcOxBq51pCcZ28Vs18Y7BDS58r8HGDKCYgXdLUYqPDXdKatIF4bvBVZg==
}
engines
:
{
node
:
'
>=
16'
}
peerDependencies
:
...
...
@@ -5364,41 +5455,46 @@ packages:
'
@intlify/core-base'
:
9.5.0
'
@intlify/shared'
:
9.5.0
'
@vue/devtools-api'
:
6.5.0
vue
:
3.3.
4
vue
:
3.3.
6
/vue-router@4.2.5(vue@3.3.
4
)
:
/vue-router@4.2.5(vue@3.3.
6
)
:
resolution
:
{
integrity
:
sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==
}
peerDependencies
:
vue
:
^3.2.0
dependencies
:
'
@vue/devtools-api'
:
6.5.0
vue
:
3.3.
4
vue
:
3.3.
6
/vue3-otp-input@0.4.1(vue@3.3.
4
)
:
/vue3-otp-input@0.4.1(vue@3.3.
6
)
:
resolution
:
{
integrity
:
sha512-wVl9i3DcWlO0C7fBI9V+RIP3crm/1tY72fuhvb3YM2JfbLoYofB96aPl5AgFhA0Cse5bQEMYtIvOeiqW3rfbAw==
}
engines
:
{
node
:
'
>=16.0.0'
,
npm
:
'
>=8.0.0'
}
peerDependencies
:
vue
:
^3.0.*
dependencies
:
vue
:
3.3.
4
vue
:
3.3.
6
dev
:
false
/vue@3.3.4
:
resolution
:
{
integrity
:
sha512-VTyEYn3yvIeY1Py0WaYGZsXnz3y5UnGi62GjVEqvEGPl6nxbOrCXbVOTQWBEJUqAyTUk2uJ5JLVnYJ6ZzGbrSw==
}
/vue@3.3.6
:
resolution
:
{
integrity
:
sha512-jJIDETeWJnoY+gfn4ZtMPMS5KtbP4ax+CT4dcQFhTnWEk8xMupFyQ0JxL28nvT/M4+p4a0ptxaV2WY0LiIxvRg==
}
peerDependencies
:
typescript
:
'
*'
peerDependenciesMeta
:
typescript
:
optional
:
true
dependencies
:
'
@vue/compiler-dom'
:
3.3.
4
'
@vue/compiler-sfc'
:
3.3.
4
'
@vue/runtime-dom'
:
3.3.
4
'
@vue/server-renderer'
:
3.3.
4(vue@3.3.4
)
'
@vue/shared'
:
3.3.
4
'
@vue/compiler-dom'
:
3.3.
6
'
@vue/compiler-sfc'
:
3.3.
6
'
@vue/runtime-dom'
:
3.3.
6
'
@vue/server-renderer'
:
3.3.
6(vue@3.3.6
)
'
@vue/shared'
:
3.3.
6
/vuedraggable@4.1.0(vue@3.3.
4
)
:
/vuedraggable@4.1.0(vue@3.3.
6
)
:
resolution
:
{
integrity
:
sha512-FU5HCWBmsf20GpP3eudURW3WdWTKIbEIQxh9/8GE806hydR9qZqRRxRE3RjqX7PkuLuMQG/A7n3cfj9rCEchww==
}
peerDependencies
:
vue
:
^3.0.1
dependencies
:
sortablejs
:
1.14.0
vue
:
3.3.
4
vue
:
3.3.
6
dev
:
false
/w3c-keyname@2.2.8
:
...
...
ux/src/App.vue
View file @
61e8e481
...
...
@@ -3,7 +3,7 @@ router-view
</
template
>
<
script
setup
>
import
{
nextTick
,
onMounted
,
reactive
,
watch
}
from
'vue'
import
{
reactive
,
watch
}
from
'vue'
import
{
useRouter
,
useRoute
}
from
'vue-router'
import
{
setCssVar
,
useQuasar
}
from
'quasar'
import
{
useI18n
}
from
'vue-i18n'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment