Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
2e87da49
Commit
2e87da49
authored
Mar 26, 2024
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update frontend dependencies
parent
d460e6bf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
184 additions
and
231 deletions
+184
-231
frontend-tests.yml
.github/workflows/frontend-tests.yml
+4
-1
package.json
web/package.json
+8
-12
pnpm-lock.yaml
web/pnpm-lock.yaml
+172
-218
No files found.
.github/workflows/frontend-tests.yml
View file @
2e87da49
...
@@ -11,7 +11,7 @@ on:
...
@@ -11,7 +11,7 @@ on:
-
"
web/**"
-
"
web/**"
jobs
:
jobs
:
eslint
-checks
:
static
-checks
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
...
@@ -28,6 +28,9 @@ jobs:
...
@@ -28,6 +28,9 @@ jobs:
-
name
:
Run eslint check
-
name
:
Run eslint check
run
:
pnpm lint
run
:
pnpm lint
working-directory
:
web
working-directory
:
web
-
name
:
Run type checks
run
:
pnpm type-checks
working-directory
:
web
frontend-build
:
frontend-build
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
...
...
web/package.json
View file @
2e87da49
...
@@ -4,10 +4,9 @@
...
@@ -4,10 +4,9 @@
"dev"
:
"vite"
,
"dev"
:
"vite"
,
"build"
:
"tsc && vite build"
,
"build"
:
"tsc && vite build"
,
"lint"
:
"eslint --ext .js,.ts,.tsx, src"
,
"lint"
:
"eslint --ext .js,.ts,.tsx, src"
,
"type-check"
:
"tsc"
,
"type-check"
:
"tsc
--noEmit
"
,
"postinstall"
:
"cd ../proto && buf generate"
"postinstall"
:
"cd ../proto && buf generate"
},
},
"packageManager"
:
"pnpm@8.7.0"
,
"dependencies"
:
{
"dependencies"
:
{
"@emotion/react"
:
"^11.11.4"
,
"@emotion/react"
:
"^11.11.4"
,
"@emotion/styled"
:
"^11.11.0"
,
"@emotion/styled"
:
"^11.11.0"
,
...
@@ -21,7 +20,7 @@
...
@@ -21,7 +20,7 @@
"fuse.js"
:
"^7.0.0"
,
"fuse.js"
:
"^7.0.0"
,
"highlight.js"
:
"^11.9.0"
,
"highlight.js"
:
"^11.9.0"
,
"i18next"
:
"^21.10.0"
,
"i18next"
:
"^21.10.0"
,
"katex"
:
"^0.16.
9
"
,
"katex"
:
"^0.16.
10
"
,
"lodash-es"
:
"^4.17.21"
,
"lodash-es"
:
"^4.17.21"
,
"lucide-react"
:
"^0.309.0"
,
"lucide-react"
:
"^0.309.0"
,
"mermaid"
:
"^10.9.0"
,
"mermaid"
:
"^10.9.0"
,
...
@@ -45,15 +44,15 @@
...
@@ -45,15 +44,15 @@
"@types/katex"
:
"^0.16.7"
,
"@types/katex"
:
"^0.16.7"
,
"@types/lodash-es"
:
"^4.17.12"
,
"@types/lodash-es"
:
"^4.17.12"
,
"@types/node"
:
"^20.11.30"
,
"@types/node"
:
"^20.11.30"
,
"@types/qs"
:
"^6.9.1
3
"
,
"@types/qs"
:
"^6.9.1
4
"
,
"@types/react"
:
"^18.2.
67
"
,
"@types/react"
:
"^18.2.
71
"
,
"@types/react-dom"
:
"^18.2.22"
,
"@types/react-dom"
:
"^18.2.22"
,
"@types/textarea-caret"
:
"^3.0.3"
,
"@types/textarea-caret"
:
"^3.0.3"
,
"@types/uuid"
:
"^9.0.8"
,
"@types/uuid"
:
"^9.0.8"
,
"@typescript-eslint/eslint-plugin"
:
"^6.21.0"
,
"@typescript-eslint/eslint-plugin"
:
"^6.21.0"
,
"@typescript-eslint/parser"
:
"^6.21.0"
,
"@typescript-eslint/parser"
:
"^6.21.0"
,
"@vitejs/plugin-react"
:
"^4.2.1"
,
"@vitejs/plugin-react"
:
"^4.2.1"
,
"autoprefixer"
:
"^10.4.1
8
"
,
"autoprefixer"
:
"^10.4.1
9
"
,
"eslint"
:
"^8.57.0"
,
"eslint"
:
"^8.57.0"
,
"eslint-config-prettier"
:
"^8.10.0"
,
"eslint-config-prettier"
:
"^8.10.0"
,
"eslint-plugin-prettier"
:
"^5.1.3"
,
"eslint-plugin-prettier"
:
"^5.1.3"
,
...
@@ -61,13 +60,10 @@
...
@@ -61,13 +60,10 @@
"less"
:
"^4.2.0"
,
"less"
:
"^4.2.0"
,
"long"
:
"^5.2.3"
,
"long"
:
"^5.2.3"
,
"nice-grpc-web"
:
"^3.3.3"
,
"nice-grpc-web"
:
"^3.3.3"
,
"postcss"
:
"^8.4.3
7
"
,
"postcss"
:
"^8.4.3
8
"
,
"prettier"
:
"^3.2.5"
,
"prettier"
:
"^3.2.5"
,
"protobufjs"
:
"^7.2.6"
,
"protobufjs"
:
"^7.2.6"
,
"typescript"
:
"^5.4.2"
,
"typescript"
:
"^5.4.3"
,
"vite"
:
"^5.2.2"
"vite"
:
"^5.2.6"
},
"resolutions"
:
{
"csstype"
:
"3.1.2"
}
}
}
}
web/pnpm-lock.yaml
View file @
2e87da49
...
@@ -4,25 +4,22 @@ settings:
...
@@ -4,25 +4,22 @@ settings:
autoInstallPeers
:
true
autoInstallPeers
:
true
excludeLinksFromLockfile
:
false
excludeLinksFromLockfile
:
false
overrides
:
csstype
:
3.1.2
dependencies
:
dependencies
:
'
@emotion/react'
:
'
@emotion/react'
:
specifier
:
^11.11.4
specifier
:
^11.11.4
version
:
11.11.4(@types/react@18.2.
67
)(react@18.2.0)
version
:
11.11.4(@types/react@18.2.
71
)(react@18.2.0)
'
@emotion/styled'
:
'
@emotion/styled'
:
specifier
:
^11.11.0
specifier
:
^11.11.0
version
:
11.11.0(@emotion/react@11.11.4)(@types/react@18.2.
67
)(react@18.2.0)
version
:
11.11.0(@emotion/react@11.11.4)(@types/react@18.2.
71
)(react@18.2.0)
'
@github/relative-time-element'
:
'
@github/relative-time-element'
:
specifier
:
^4.3.1
specifier
:
^4.3.1
version
:
4.3.1
version
:
4.3.1
'
@matejmazur/react-katex'
:
'
@matejmazur/react-katex'
:
specifier
:
^3.1.3
specifier
:
^3.1.3
version
:
3.1.3(katex@0.16.
9
)(react@18.2.0)
version
:
3.1.3(katex@0.16.
10
)(react@18.2.0)
'
@mui/joy'
:
'
@mui/joy'
:
specifier
:
5.0.0-beta.32
specifier
:
5.0.0-beta.32
version
:
5.0.0-beta.32(@emotion/react@11.11.4)(@emotion/styled@11.11.0)(@types/react@18.2.
67
)(react-dom@18.2.0)(react@18.2.0)
version
:
5.0.0-beta.32(@emotion/react@11.11.4)(@emotion/styled@11.11.0)(@types/react@18.2.
71
)(react-dom@18.2.0)(react@18.2.0)
'
@reduxjs/toolkit'
:
'
@reduxjs/toolkit'
:
specifier
:
^1.9.7
specifier
:
^1.9.7
version
:
1.9.7(react-redux@8.1.3)(react@18.2.0)
version
:
1.9.7(react-redux@8.1.3)(react@18.2.0)
...
@@ -45,8 +42,8 @@ dependencies:
...
@@ -45,8 +42,8 @@ dependencies:
specifier
:
^21.10.0
specifier
:
^21.10.0
version
:
21.10.0
version
:
21.10.0
katex
:
katex
:
specifier
:
^0.16.
9
specifier
:
^0.16.
10
version
:
0.16.
9
version
:
0.16.
10
lodash-es
:
lodash-es
:
specifier
:
^4.17.21
specifier
:
^4.17.21
version
:
4.17.21
version
:
4.17.21
...
@@ -64,13 +61,13 @@ dependencies:
...
@@ -64,13 +61,13 @@ dependencies:
version
:
18.2.0(react@18.2.0)
version
:
18.2.0(react@18.2.0)
react-hot-toast
:
react-hot-toast
:
specifier
:
^2.4.1
specifier
:
^2.4.1
version
:
2.4.1(csstype@3.1.
2
)(react-dom@18.2.0)(react@18.2.0)
version
:
2.4.1(csstype@3.1.
3
)(react-dom@18.2.0)(react@18.2.0)
react-i18next
:
react-i18next
:
specifier
:
^11.18.6
specifier
:
^11.18.6
version
:
11.18.6(i18next@21.10.0)(react-dom@18.2.0)(react@18.2.0)
version
:
11.18.6(i18next@21.10.0)(react-dom@18.2.0)(react@18.2.0)
react-redux
:
react-redux
:
specifier
:
^8.1.3
specifier
:
^8.1.3
version
:
8.1.3(@types/react-dom@18.2.22)(@types/react@18.2.
67
)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1)
version
:
8.1.3(@types/react-dom@18.2.22)(@types/react@18.2.
71
)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1)
react-router-dom
:
react-router-dom
:
specifier
:
^6.22.3
specifier
:
^6.22.3
version
:
6.22.3(react-dom@18.2.0)(react@18.2.0)
version
:
6.22.3(react-dom@18.2.0)(react@18.2.0)
...
@@ -88,7 +85,7 @@ dependencies:
...
@@ -88,7 +85,7 @@ dependencies:
version
:
9.0.1
version
:
9.0.1
zustand
:
zustand
:
specifier
:
^4.5.2
specifier
:
^4.5.2
version
:
4.5.2(@types/react@18.2.
67
)(react@18.2.0)
version
:
4.5.2(@types/react@18.2.
71
)(react@18.2.0)
devDependencies
:
devDependencies
:
'
@bufbuild/buf'
:
'
@bufbuild/buf'
:
...
@@ -113,11 +110,11 @@ devDependencies:
...
@@ -113,11 +110,11 @@ devDependencies:
specifier
:
^20.11.30
specifier
:
^20.11.30
version
:
20.11.30
version
:
20.11.30
'
@types/qs'
:
'
@types/qs'
:
specifier
:
^6.9.1
3
specifier
:
^6.9.1
4
version
:
6.9.1
3
version
:
6.9.1
4
'
@types/react'
:
'
@types/react'
:
specifier
:
^18.2.
67
specifier
:
^18.2.
71
version
:
18.2.
67
version
:
18.2.
71
'
@types/react-dom'
:
'
@types/react-dom'
:
specifier
:
^18.2.22
specifier
:
^18.2.22
version
:
18.2.22
version
:
18.2.22
...
@@ -129,16 +126,16 @@ devDependencies:
...
@@ -129,16 +126,16 @@ devDependencies:
version
:
9.0.8
version
:
9.0.8
'
@typescript-eslint/eslint-plugin'
:
'
@typescript-eslint/eslint-plugin'
:
specifier
:
^6.21.0
specifier
:
^6.21.0
version
:
6.21.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.4.
2
)
version
:
6.21.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.4.
3
)
'
@typescript-eslint/parser'
:
'
@typescript-eslint/parser'
:
specifier
:
^6.21.0
specifier
:
^6.21.0
version
:
6.21.0(eslint@8.57.0)(typescript@5.4.
2
)
version
:
6.21.0(eslint@8.57.0)(typescript@5.4.
3
)
'
@vitejs/plugin-react'
:
'
@vitejs/plugin-react'
:
specifier
:
^4.2.1
specifier
:
^4.2.1
version
:
4.2.1(vite@5.2.
2
)
version
:
4.2.1(vite@5.2.
6
)
autoprefixer
:
autoprefixer
:
specifier
:
^10.4.1
8
specifier
:
^10.4.1
9
version
:
10.4.1
8(postcss@8.4.37
)
version
:
10.4.1
9(postcss@8.4.38
)
eslint
:
eslint
:
specifier
:
^8.57.0
specifier
:
^8.57.0
version
:
8.57.0
version
:
8.57.0
...
@@ -161,8 +158,8 @@ devDependencies:
...
@@ -161,8 +158,8 @@ devDependencies:
specifier
:
^3.3.3
specifier
:
^3.3.3
version
:
3.3.3(ws@8.16.0)
version
:
3.3.3(ws@8.16.0)
postcss
:
postcss
:
specifier
:
^8.4.3
7
specifier
:
^8.4.3
8
version
:
8.4.3
7
version
:
8.4.3
8
prettier
:
prettier
:
specifier
:
^3.2.5
specifier
:
^3.2.5
version
:
3.2.5
version
:
3.2.5
...
@@ -170,11 +167,11 @@ devDependencies:
...
@@ -170,11 +167,11 @@ devDependencies:
specifier
:
^7.2.6
specifier
:
^7.2.6
version
:
7.2.6
version
:
7.2.6
typescript
:
typescript
:
specifier
:
^5.4.
2
specifier
:
^5.4.
3
version
:
5.4.
2
version
:
5.4.
3
vite
:
vite
:
specifier
:
^5.2.
2
specifier
:
^5.2.
6
version
:
5.2.
2
(@types/node@20.11.30)(less@4.2.0)
version
:
5.2.
6
(@types/node@20.11.30)(less@4.2.0)
packages
:
packages
:
...
@@ -561,7 +558,7 @@ packages:
...
@@ -561,7 +558,7 @@ packages:
resolution
:
{
integrity
:
sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==
}
resolution
:
{
integrity
:
sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==
}
dev
:
false
dev
:
false
/@emotion/react@11.11.4(@types/react@18.2.
67
)(react@18.2.0)
:
/@emotion/react@11.11.4(@types/react@18.2.
71
)(react@18.2.0)
:
resolution
:
{
integrity
:
sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==
}
resolution
:
{
integrity
:
sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==
}
peerDependencies
:
peerDependencies
:
'
@types/react'
:
'
*'
'
@types/react'
:
'
*'
...
@@ -577,7 +574,7 @@ packages:
...
@@ -577,7 +574,7 @@ packages:
'
@emotion/use-insertion-effect-with-fallbacks'
:
1.0.1(react@18.2.0)
'
@emotion/use-insertion-effect-with-fallbacks'
:
1.0.1(react@18.2.0)
'
@emotion/utils'
:
1.2.1
'
@emotion/utils'
:
1.2.1
'
@emotion/weak-memoize'
:
0.3.1
'
@emotion/weak-memoize'
:
0.3.1
'
@types/react'
:
18.2.
67
'
@types/react'
:
18.2.
71
hoist-non-react-statics
:
3.3.2
hoist-non-react-statics
:
3.3.2
react
:
18.2.0
react
:
18.2.0
dev
:
false
dev
:
false
...
@@ -589,14 +586,14 @@ packages:
...
@@ -589,14 +586,14 @@ packages:
'
@emotion/memoize'
:
0.8.1
'
@emotion/memoize'
:
0.8.1
'
@emotion/unitless'
:
0.8.1
'
@emotion/unitless'
:
0.8.1
'
@emotion/utils'
:
1.2.1
'
@emotion/utils'
:
1.2.1
csstype
:
3.1.
2
csstype
:
3.1.
3
dev
:
false
dev
:
false
/@emotion/sheet@1.2.2
:
/@emotion/sheet@1.2.2
:
resolution
:
{
integrity
:
sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==
}
resolution
:
{
integrity
:
sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==
}
dev
:
false
dev
:
false
/@emotion/styled@11.11.0(@emotion/react@11.11.4)(@types/react@18.2.
67
)(react@18.2.0)
:
/@emotion/styled@11.11.0(@emotion/react@11.11.4)(@types/react@18.2.
71
)(react@18.2.0)
:
resolution
:
{
integrity
:
sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==
}
resolution
:
{
integrity
:
sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==
}
peerDependencies
:
peerDependencies
:
'
@emotion/react'
:
^11.0.0-rc.0
'
@emotion/react'
:
^11.0.0-rc.0
...
@@ -609,11 +606,11 @@ packages:
...
@@ -609,11 +606,11 @@ packages:
'
@babel/runtime'
:
7.24.1
'
@babel/runtime'
:
7.24.1
'
@emotion/babel-plugin'
:
11.11.0
'
@emotion/babel-plugin'
:
11.11.0
'
@emotion/is-prop-valid'
:
1.2.2
'
@emotion/is-prop-valid'
:
1.2.2
'
@emotion/react'
:
11.11.4(@types/react@18.2.
67
)(react@18.2.0)
'
@emotion/react'
:
11.11.4(@types/react@18.2.
71
)(react@18.2.0)
'
@emotion/serialize'
:
1.1.3
'
@emotion/serialize'
:
1.1.3
'
@emotion/use-insertion-effect-with-fallbacks'
:
1.0.1(react@18.2.0)
'
@emotion/use-insertion-effect-with-fallbacks'
:
1.0.1(react@18.2.0)
'
@emotion/utils'
:
1.2.1
'
@emotion/utils'
:
1.2.1
'
@types/react'
:
18.2.
67
'
@types/react'
:
18.2.
71
react
:
18.2.0
react
:
18.2.0
dev
:
false
dev
:
false
...
@@ -970,18 +967,18 @@ packages:
...
@@ -970,18 +967,18 @@ packages:
'
@jridgewell/resolve-uri'
:
3.1.2
'
@jridgewell/resolve-uri'
:
3.1.2
'
@jridgewell/sourcemap-codec'
:
1.4.15
'
@jridgewell/sourcemap-codec'
:
1.4.15
/@matejmazur/react-katex@3.1.3(katex@0.16.
9
)(react@18.2.0)
:
/@matejmazur/react-katex@3.1.3(katex@0.16.
10
)(react@18.2.0)
:
resolution
:
{
integrity
:
sha512-rBp7mJ9An7ktNoU653BWOYdO4FoR4YNwofHZi+vaytX/nWbIlmHVIF+X8VFOn6c3WYmrLT5FFBjKqCZ1sjR5uQ==
}
resolution
:
{
integrity
:
sha512-rBp7mJ9An7ktNoU653BWOYdO4FoR4YNwofHZi+vaytX/nWbIlmHVIF+X8VFOn6c3WYmrLT5FFBjKqCZ1sjR5uQ==
}
engines
:
{
node
:
'
>=12'
,
yarn
:
'
>=1.1'
}
engines
:
{
node
:
'
>=12'
,
yarn
:
'
>=1.1'
}
peerDependencies
:
peerDependencies
:
katex
:
'
>=0.9'
katex
:
'
>=0.9'
react
:
'
>=16'
react
:
'
>=16'
dependencies
:
dependencies
:
katex
:
0.16.
9
katex
:
0.16.
10
react
:
18.2.0
react
:
18.2.0
dev
:
false
dev
:
false
/@mui/base@5.0.0-beta.40(@types/react@18.2.
67
)(react-dom@18.2.0)(react@18.2.0)
:
/@mui/base@5.0.0-beta.40(@types/react@18.2.
71
)(react-dom@18.2.0)(react@18.2.0)
:
resolution
:
{
integrity
:
sha512-I/lGHztkCzvwlXpjD2+SNmvNQvB4227xBXhISPjEaJUXGImOQ9f3D2Yj/T3KasSI/h0MLWy74X0J6clhPmsRbQ==
}
resolution
:
{
integrity
:
sha512-I/lGHztkCzvwlXpjD2+SNmvNQvB4227xBXhISPjEaJUXGImOQ9f3D2Yj/T3KasSI/h0MLWy74X0J6clhPmsRbQ==
}
engines
:
{
node
:
'
>=12.0.0'
}
engines
:
{
node
:
'
>=12.0.0'
}
peerDependencies
:
peerDependencies
:
...
@@ -994,10 +991,10 @@ packages:
...
@@ -994,10 +991,10 @@ packages:
dependencies
:
dependencies
:
'
@babel/runtime'
:
7.24.1
'
@babel/runtime'
:
7.24.1
'
@floating-ui/react-dom'
:
2.0.8(react-dom@18.2.0)(react@18.2.0)
'
@floating-ui/react-dom'
:
2.0.8(react-dom@18.2.0)(react@18.2.0)
'
@mui/types'
:
7.2.14(@types/react@18.2.
67
)
'
@mui/types'
:
7.2.14(@types/react@18.2.
71
)
'
@mui/utils'
:
5.15.14(@types/react@18.2.
67
)(react@18.2.0)
'
@mui/utils'
:
5.15.14(@types/react@18.2.
71
)(react@18.2.0)
'
@popperjs/core'
:
2.11.8
'
@popperjs/core'
:
2.11.8
'
@types/react'
:
18.2.
67
'
@types/react'
:
18.2.
71
clsx
:
2.1.0
clsx
:
2.1.0
prop-types
:
15.8.1
prop-types
:
15.8.1
react
:
18.2.0
react
:
18.2.0
...
@@ -1008,7 +1005,7 @@ packages:
...
@@ -1008,7 +1005,7 @@ packages:
resolution
:
{
integrity
:
sha512-on75VMd0XqZfaQW+9pGjSNiqW+ghc5E2ZSLRBXwcXl/C4YzjfyjrLPhrEpKnR9Uym9KXBvxrhoHfPcczYHweyA==
}
resolution
:
{
integrity
:
sha512-on75VMd0XqZfaQW+9pGjSNiqW+ghc5E2ZSLRBXwcXl/C4YzjfyjrLPhrEpKnR9Uym9KXBvxrhoHfPcczYHweyA==
}
dev
:
false
dev
:
false
/@mui/joy@5.0.0-beta.32(@emotion/react@11.11.4)(@emotion/styled@11.11.0)(@types/react@18.2.
67
)(react-dom@18.2.0)(react@18.2.0)
:
/@mui/joy@5.0.0-beta.32(@emotion/react@11.11.4)(@emotion/styled@11.11.0)(@types/react@18.2.
71
)(react-dom@18.2.0)(react@18.2.0)
:
resolution
:
{
integrity
:
sha512-QJW5Mu2GTJUX4sXjxt4nQBugpJAiSkUT49S/bwoKCCWx8bCfsEyplTzZPK+FraweiGhGgZWExWOTAPpxH83RUQ==
}
resolution
:
{
integrity
:
sha512-QJW5Mu2GTJUX4sXjxt4nQBugpJAiSkUT49S/bwoKCCWx8bCfsEyplTzZPK+FraweiGhGgZWExWOTAPpxH83RUQ==
}
engines
:
{
node
:
'
>=12.0.0'
}
engines
:
{
node
:
'
>=12.0.0'
}
peerDependencies
:
peerDependencies
:
...
@@ -1026,21 +1023,21 @@ packages:
...
@@ -1026,21 +1023,21 @@ packages:
optional
:
true
optional
:
true
dependencies
:
dependencies
:
'
@babel/runtime'
:
7.24.1
'
@babel/runtime'
:
7.24.1
'
@emotion/react'
:
11.11.4(@types/react@18.2.
67
)(react@18.2.0)
'
@emotion/react'
:
11.11.4(@types/react@18.2.
71
)(react@18.2.0)
'
@emotion/styled'
:
11.11.0(@emotion/react@11.11.4)(@types/react@18.2.
67
)(react@18.2.0)
'
@emotion/styled'
:
11.11.0(@emotion/react@11.11.4)(@types/react@18.2.
71
)(react@18.2.0)
'
@mui/base'
:
5.0.0-beta.40(@types/react@18.2.
67
)(react-dom@18.2.0)(react@18.2.0)
'
@mui/base'
:
5.0.0-beta.40(@types/react@18.2.
71
)(react-dom@18.2.0)(react@18.2.0)
'
@mui/core-downloads-tracker'
:
5.15.14
'
@mui/core-downloads-tracker'
:
5.15.14
'
@mui/system'
:
5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.0)(@types/react@18.2.
67
)(react@18.2.0)
'
@mui/system'
:
5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.0)(@types/react@18.2.
71
)(react@18.2.0)
'
@mui/types'
:
7.2.14(@types/react@18.2.
67
)
'
@mui/types'
:
7.2.14(@types/react@18.2.
71
)
'
@mui/utils'
:
5.15.14(@types/react@18.2.
67
)(react@18.2.0)
'
@mui/utils'
:
5.15.14(@types/react@18.2.
71
)(react@18.2.0)
'
@types/react'
:
18.2.
67
'
@types/react'
:
18.2.
71
clsx
:
2.1.0
clsx
:
2.1.0
prop-types
:
15.8.1
prop-types
:
15.8.1
react
:
18.2.0
react
:
18.2.0
react-dom
:
18.2.0(react@18.2.0)
react-dom
:
18.2.0(react@18.2.0)
dev
:
false
dev
:
false
/@mui/private-theming@5.15.14(@types/react@18.2.
67
)(react@18.2.0)
:
/@mui/private-theming@5.15.14(@types/react@18.2.
71
)(react@18.2.0)
:
resolution
:
{
integrity
:
sha512-UH0EiZckOWcxiXLX3Jbb0K7rC8mxTr9L9l6QhOZxYc4r8FHUkefltV9VDGLrzCaWh30SQiJvAEd7djX3XXY6Xw==
}
resolution
:
{
integrity
:
sha512-UH0EiZckOWcxiXLX3Jbb0K7rC8mxTr9L9l6QhOZxYc4r8FHUkefltV9VDGLrzCaWh30SQiJvAEd7djX3XXY6Xw==
}
engines
:
{
node
:
'
>=12.0.0'
}
engines
:
{
node
:
'
>=12.0.0'
}
peerDependencies
:
peerDependencies
:
...
@@ -1051,8 +1048,8 @@ packages:
...
@@ -1051,8 +1048,8 @@ packages:
optional
:
true
optional
:
true
dependencies
:
dependencies
:
'
@babel/runtime'
:
7.24.1
'
@babel/runtime'
:
7.24.1
'
@mui/utils'
:
5.15.14(@types/react@18.2.
67
)(react@18.2.0)
'
@mui/utils'
:
5.15.14(@types/react@18.2.
71
)(react@18.2.0)
'
@types/react'
:
18.2.
67
'
@types/react'
:
18.2.
71
prop-types
:
15.8.1
prop-types
:
15.8.1
react
:
18.2.0
react
:
18.2.0
dev
:
false
dev
:
false
...
@@ -1072,14 +1069,14 @@ packages:
...
@@ -1072,14 +1069,14 @@ packages:
dependencies
:
dependencies
:
'
@babel/runtime'
:
7.24.1
'
@babel/runtime'
:
7.24.1
'
@emotion/cache'
:
11.11.0
'
@emotion/cache'
:
11.11.0
'
@emotion/react'
:
11.11.4(@types/react@18.2.
67
)(react@18.2.0)
'
@emotion/react'
:
11.11.4(@types/react@18.2.
71
)(react@18.2.0)
'
@emotion/styled'
:
11.11.0(@emotion/react@11.11.4)(@types/react@18.2.
67
)(react@18.2.0)
'
@emotion/styled'
:
11.11.0(@emotion/react@11.11.4)(@types/react@18.2.
71
)(react@18.2.0)
csstype
:
3.1.
2
csstype
:
3.1.
3
prop-types
:
15.8.1
prop-types
:
15.8.1
react
:
18.2.0
react
:
18.2.0
dev
:
false
dev
:
false
/@mui/system@5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.0)(@types/react@18.2.
67
)(react@18.2.0)
:
/@mui/system@5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.0)(@types/react@18.2.
71
)(react@18.2.0)
:
resolution
:
{
integrity
:
sha512-auXLXzUaCSSOLqJXmsAaq7P96VPRXg2Rrz6OHNV7lr+kB8lobUF+/N84Vd9C4G/wvCXYPs5TYuuGBRhcGbiBGg==
}
resolution
:
{
integrity
:
sha512-auXLXzUaCSSOLqJXmsAaq7P96VPRXg2Rrz6OHNV7lr+kB8lobUF+/N84Vd9C4G/wvCXYPs5TYuuGBRhcGbiBGg==
}
engines
:
{
node
:
'
>=12.0.0'
}
engines
:
{
node
:
'
>=12.0.0'
}
peerDependencies
:
peerDependencies
:
...
@@ -1096,20 +1093,20 @@ packages:
...
@@ -1096,20 +1093,20 @@ packages:
optional
:
true
optional
:
true
dependencies
:
dependencies
:
'
@babel/runtime'
:
7.24.1
'
@babel/runtime'
:
7.24.1
'
@emotion/react'
:
11.11.4(@types/react@18.2.
67
)(react@18.2.0)
'
@emotion/react'
:
11.11.4(@types/react@18.2.
71
)(react@18.2.0)
'
@emotion/styled'
:
11.11.0(@emotion/react@11.11.4)(@types/react@18.2.
67
)(react@18.2.0)
'
@emotion/styled'
:
11.11.0(@emotion/react@11.11.4)(@types/react@18.2.
71
)(react@18.2.0)
'
@mui/private-theming'
:
5.15.14(@types/react@18.2.
67
)(react@18.2.0)
'
@mui/private-theming'
:
5.15.14(@types/react@18.2.
71
)(react@18.2.0)
'
@mui/styled-engine'
:
5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.0)(react@18.2.0)
'
@mui/styled-engine'
:
5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.0)(react@18.2.0)
'
@mui/types'
:
7.2.14(@types/react@18.2.
67
)
'
@mui/types'
:
7.2.14(@types/react@18.2.
71
)
'
@mui/utils'
:
5.15.14(@types/react@18.2.
67
)(react@18.2.0)
'
@mui/utils'
:
5.15.14(@types/react@18.2.
71
)(react@18.2.0)
'
@types/react'
:
18.2.
67
'
@types/react'
:
18.2.
71
clsx
:
2.1.0
clsx
:
2.1.0
csstype
:
3.1.
2
csstype
:
3.1.
3
prop-types
:
15.8.1
prop-types
:
15.8.1
react
:
18.2.0
react
:
18.2.0
dev
:
false
dev
:
false
/@mui/types@7.2.14(@types/react@18.2.
67
)
:
/@mui/types@7.2.14(@types/react@18.2.
71
)
:
resolution
:
{
integrity
:
sha512-MZsBZ4q4HfzBsywtXgM1Ksj6HDThtiwmOKUXH1pKYISI9gAVXCNHNpo7TlGoGrBaYWZTdNoirIN7JsQcQUjmQQ==
}
resolution
:
{
integrity
:
sha512-MZsBZ4q4HfzBsywtXgM1Ksj6HDThtiwmOKUXH1pKYISI9gAVXCNHNpo7TlGoGrBaYWZTdNoirIN7JsQcQUjmQQ==
}
peerDependencies
:
peerDependencies
:
'
@types/react'
:
^17.0.0 || ^18.0.0
'
@types/react'
:
^17.0.0 || ^18.0.0
...
@@ -1117,10 +1114,10 @@ packages:
...
@@ -1117,10 +1114,10 @@ packages:
'
@types/react'
:
'
@types/react'
:
optional
:
true
optional
:
true
dependencies
:
dependencies
:
'
@types/react'
:
18.2.
67
'
@types/react'
:
18.2.
71
dev
:
false
dev
:
false
/@mui/utils@5.15.14(@types/react@18.2.
67
)(react@18.2.0)
:
/@mui/utils@5.15.14(@types/react@18.2.
71
)(react@18.2.0)
:
resolution
:
{
integrity
:
sha512-0lF/7Hh/ezDv5X7Pry6enMsbYyGKjADzvHyo3Qrc/SSlTsQ1VkbDMbH0m2t3OR5iIVLwMoxwM7yGd+6FCMtTFA==
}
resolution
:
{
integrity
:
sha512-0lF/7Hh/ezDv5X7Pry6enMsbYyGKjADzvHyo3Qrc/SSlTsQ1VkbDMbH0m2t3OR5iIVLwMoxwM7yGd+6FCMtTFA==
}
engines
:
{
node
:
'
>=12.0.0'
}
engines
:
{
node
:
'
>=12.0.0'
}
peerDependencies
:
peerDependencies
:
...
@@ -1131,8 +1128,8 @@ packages:
...
@@ -1131,8 +1128,8 @@ packages:
optional
:
true
optional
:
true
dependencies
:
dependencies
:
'
@babel/runtime'
:
7.24.1
'
@babel/runtime'
:
7.24.1
'
@types/prop-types'
:
15.7.1
1
'
@types/prop-types'
:
15.7.1
2
'
@types/react'
:
18.2.
67
'
@types/react'
:
18.2.
71
prop-types
:
15.8.1
prop-types
:
15.8.1
react
:
18.2.0
react
:
18.2.0
react-is
:
18.2.0
react-is
:
18.2.0
...
@@ -1228,7 +1225,7 @@ packages:
...
@@ -1228,7 +1225,7 @@ packages:
dependencies
:
dependencies
:
immer
:
9.0.21
immer
:
9.0.21
react
:
18.2.0
react
:
18.2.0
react-redux
:
8.1.3(@types/react-dom@18.2.22)(@types/react@18.2.
67
)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1)
react-redux
:
8.1.3(@types/react-dom@18.2.22)(@types/react@18.2.
71
)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1)
redux
:
4.2.1
redux
:
4.2.1
redux-thunk
:
2.4.2(redux@4.2.1)
redux-thunk
:
2.4.2(redux@4.2.1)
reselect
:
4.1.8
reselect
:
4.1.8
...
@@ -1591,7 +1588,7 @@ packages:
...
@@ -1591,7 +1588,7 @@ packages:
/@types/hoist-non-react-statics@3.3.5
:
/@types/hoist-non-react-statics@3.3.5
:
resolution
:
{
integrity
:
sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==
}
resolution
:
{
integrity
:
sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==
}
dependencies
:
dependencies
:
'
@types/react'
:
18.2.
67
'
@types/react'
:
18.2.
71
hoist-non-react-statics
:
3.3.2
hoist-non-react-statics
:
3.3.2
dev
:
false
dev
:
false
...
@@ -1637,27 +1634,27 @@ packages:
...
@@ -1637,27 +1634,27 @@ packages:
resolution
:
{
integrity
:
sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==
}
resolution
:
{
integrity
:
sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==
}
dev
:
false
dev
:
false
/@types/prop-types@15.7.1
1
:
/@types/prop-types@15.7.1
2
:
resolution
:
{
integrity
:
sha512-
ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng
==
}
resolution
:
{
integrity
:
sha512-
5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q
==
}
/@types/qs@6.9.1
3
:
/@types/qs@6.9.1
4
:
resolution
:
{
integrity
:
sha512-
iLR+1vTTJ3p0QaOUq6ACbY1mzKTODFDT/XedZI8BksOotFmL4ForwDfRQ/DZeuTHR7/2i4lI1D203gdfxuqTl
A==
}
resolution
:
{
integrity
:
sha512-
5khscbd3SwWMhFqylJBLQ0zIu7c1K6Vz0uBIt915BI3zV0q1nfjRQD3RqSBcPaO6PHEF4ov/t9y89fSiyThlP
A==
}
dev
:
true
dev
:
true
/@types/react-dom@18.2.22
:
/@types/react-dom@18.2.22
:
resolution
:
{
integrity
:
sha512-fHkBXPeNtfvri6gdsMYyW+dW7RXFo6Ad09nLFK0VQWR7yGLai/Cyvyj696gbwYvBnhGtevUG9cET0pmUbMtoPQ==
}
resolution
:
{
integrity
:
sha512-fHkBXPeNtfvri6gdsMYyW+dW7RXFo6Ad09nLFK0VQWR7yGLai/Cyvyj696gbwYvBnhGtevUG9cET0pmUbMtoPQ==
}
dependencies
:
dependencies
:
'
@types/react'
:
18.2.
67
'
@types/react'
:
18.2.
71
/@types/react@18.2.
67
:
/@types/react@18.2.
71
:
resolution
:
{
integrity
:
sha512-
vkIE2vTIMHQ/xL0rgmuoECBCkZFZeHr49HeWSc24AptMbNRo7pwSBvj73rlJJs9fGKj0koS+V7kQB1jHS0uCg
w==
}
resolution
:
{
integrity
:
sha512-
PxEsB9OjmQeYGffoWnYAd/r5FiJuUw2niFQHPc2v2idwh8wGPkkYzOHuinNJJY6NZqfoTCiOIizDOz38gYNsy
w==
}
dependencies
:
dependencies
:
'
@types/prop-types'
:
15.7.1
1
'
@types/prop-types'
:
15.7.1
2
'
@types/scheduler'
:
0.
16.8
'
@types/scheduler'
:
0.
23.0
csstype
:
3.1.
2
csstype
:
3.1.
3
/@types/scheduler@0.
16.8
:
/@types/scheduler@0.
23.0
:
resolution
:
{
integrity
:
sha512-
WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A
==
}
resolution
:
{
integrity
:
sha512-
YIoDCTH3Af6XM5VuwGG/QL/CJqga1Zm3NkU3HZ4ZHK2fRMPYP1VczsTUqtsf43PH/iJNVlPHAo2oWX7BSdB2Hw
==
}
/@types/semver@7.5.8
:
/@types/semver@7.5.8
:
resolution
:
{
integrity
:
sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
}
resolution
:
{
integrity
:
sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
}
...
@@ -1683,7 +1680,7 @@ packages:
...
@@ -1683,7 +1680,7 @@ packages:
resolution
:
{
integrity
:
sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==
}
resolution
:
{
integrity
:
sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==
}
dev
:
true
dev
:
true
/@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.4.
2
)
:
/@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.4.
3
)
:
resolution
:
{
integrity
:
sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
}
resolution
:
{
integrity
:
sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
peerDependencies
:
peerDependencies
:
...
@@ -1695,10 +1692,10 @@ packages:
...
@@ -1695,10 +1692,10 @@ packages:
optional
:
true
optional
:
true
dependencies
:
dependencies
:
'
@eslint-community/regexpp'
:
4.10.0
'
@eslint-community/regexpp'
:
4.10.0
'
@typescript-eslint/parser'
:
6.21.0(eslint@8.57.0)(typescript@5.4.
2
)
'
@typescript-eslint/parser'
:
6.21.0(eslint@8.57.0)(typescript@5.4.
3
)
'
@typescript-eslint/scope-manager'
:
6.21.0
'
@typescript-eslint/scope-manager'
:
6.21.0
'
@typescript-eslint/type-utils'
:
6.21.0(eslint@8.57.0)(typescript@5.4.
2
)
'
@typescript-eslint/type-utils'
:
6.21.0(eslint@8.57.0)(typescript@5.4.
3
)
'
@typescript-eslint/utils'
:
6.21.0(eslint@8.57.0)(typescript@5.4.
2
)
'
@typescript-eslint/utils'
:
6.21.0(eslint@8.57.0)(typescript@5.4.
3
)
'
@typescript-eslint/visitor-keys'
:
6.21.0
'
@typescript-eslint/visitor-keys'
:
6.21.0
debug
:
4.3.4
debug
:
4.3.4
eslint
:
8.57.0
eslint
:
8.57.0
...
@@ -1706,13 +1703,13 @@ packages:
...
@@ -1706,13 +1703,13 @@ packages:
ignore
:
5.3.1
ignore
:
5.3.1
natural-compare
:
1.4.0
natural-compare
:
1.4.0
semver
:
7.6.0
semver
:
7.6.0
ts-api-utils
:
1.3.0(typescript@5.4.
2
)
ts-api-utils
:
1.3.0(typescript@5.4.
3
)
typescript
:
5.4.
2
typescript
:
5.4.
3
transitivePeerDependencies
:
transitivePeerDependencies
:
-
supports-color
-
supports-color
dev
:
true
dev
:
true
/@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.
2
)
:
/@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.
3
)
:
resolution
:
{
integrity
:
sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
}
resolution
:
{
integrity
:
sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
peerDependencies
:
peerDependencies
:
...
@@ -1724,11 +1721,11 @@ packages:
...
@@ -1724,11 +1721,11 @@ packages:
dependencies
:
dependencies
:
'
@typescript-eslint/scope-manager'
:
6.21.0
'
@typescript-eslint/scope-manager'
:
6.21.0
'
@typescript-eslint/types'
:
6.21.0
'
@typescript-eslint/types'
:
6.21.0
'
@typescript-eslint/typescript-estree'
:
6.21.0(typescript@5.4.
2
)
'
@typescript-eslint/typescript-estree'
:
6.21.0(typescript@5.4.
3
)
'
@typescript-eslint/visitor-keys'
:
6.21.0
'
@typescript-eslint/visitor-keys'
:
6.21.0
debug
:
4.3.4
debug
:
4.3.4
eslint
:
8.57.0
eslint
:
8.57.0
typescript
:
5.4.
2
typescript
:
5.4.
3
transitivePeerDependencies
:
transitivePeerDependencies
:
-
supports-color
-
supports-color
dev
:
true
dev
:
true
...
@@ -1741,7 +1738,7 @@ packages:
...
@@ -1741,7 +1738,7 @@ packages:
'
@typescript-eslint/visitor-keys'
:
6.21.0
'
@typescript-eslint/visitor-keys'
:
6.21.0
dev
:
true
dev
:
true
/@typescript-eslint/type-utils@6.21.0(eslint@8.57.0)(typescript@5.4.
2
)
:
/@typescript-eslint/type-utils@6.21.0(eslint@8.57.0)(typescript@5.4.
3
)
:
resolution
:
{
integrity
:
sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
}
resolution
:
{
integrity
:
sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
peerDependencies
:
peerDependencies
:
...
@@ -1751,12 +1748,12 @@ packages:
...
@@ -1751,12 +1748,12 @@ packages:
typescript
:
typescript
:
optional
:
true
optional
:
true
dependencies
:
dependencies
:
'
@typescript-eslint/typescript-estree'
:
6.21.0(typescript@5.4.
2
)
'
@typescript-eslint/typescript-estree'
:
6.21.0(typescript@5.4.
3
)
'
@typescript-eslint/utils'
:
6.21.0(eslint@8.57.0)(typescript@5.4.
2
)
'
@typescript-eslint/utils'
:
6.21.0(eslint@8.57.0)(typescript@5.4.
3
)
debug
:
4.3.4
debug
:
4.3.4
eslint
:
8.57.0
eslint
:
8.57.0
ts-api-utils
:
1.3.0(typescript@5.4.
2
)
ts-api-utils
:
1.3.0(typescript@5.4.
3
)
typescript
:
5.4.
2
typescript
:
5.4.
3
transitivePeerDependencies
:
transitivePeerDependencies
:
-
supports-color
-
supports-color
dev
:
true
dev
:
true
...
@@ -1766,7 +1763,7 @@ packages:
...
@@ -1766,7 +1763,7 @@ packages:
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
dev
:
true
dev
:
true
/@typescript-eslint/typescript-estree@6.21.0(typescript@5.4.
2
)
:
/@typescript-eslint/typescript-estree@6.21.0(typescript@5.4.
3
)
:
resolution
:
{
integrity
:
sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
}
resolution
:
{
integrity
:
sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
peerDependencies
:
peerDependencies
:
...
@@ -1782,13 +1779,13 @@ packages:
...
@@ -1782,13 +1779,13 @@ packages:
is-glob
:
4.0.3
is-glob
:
4.0.3
minimatch
:
9.0.3
minimatch
:
9.0.3
semver
:
7.6.0
semver
:
7.6.0
ts-api-utils
:
1.3.0(typescript@5.4.
2
)
ts-api-utils
:
1.3.0(typescript@5.4.
3
)
typescript
:
5.4.
2
typescript
:
5.4.
3
transitivePeerDependencies
:
transitivePeerDependencies
:
-
supports-color
-
supports-color
dev
:
true
dev
:
true
/@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.4.
2
)
:
/@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.4.
3
)
:
resolution
:
{
integrity
:
sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
}
resolution
:
{
integrity
:
sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
peerDependencies
:
peerDependencies
:
...
@@ -1799,7 +1796,7 @@ packages:
...
@@ -1799,7 +1796,7 @@ packages:
'
@types/semver'
:
7.5.8
'
@types/semver'
:
7.5.8
'
@typescript-eslint/scope-manager'
:
6.21.0
'
@typescript-eslint/scope-manager'
:
6.21.0
'
@typescript-eslint/types'
:
6.21.0
'
@typescript-eslint/types'
:
6.21.0
'
@typescript-eslint/typescript-estree'
:
6.21.0(typescript@5.4.
2
)
'
@typescript-eslint/typescript-estree'
:
6.21.0(typescript@5.4.
3
)
eslint
:
8.57.0
eslint
:
8.57.0
semver
:
7.6.0
semver
:
7.6.0
transitivePeerDependencies
:
transitivePeerDependencies
:
...
@@ -1819,7 +1816,7 @@ packages:
...
@@ -1819,7 +1816,7 @@ packages:
resolution
:
{
integrity
:
sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
}
resolution
:
{
integrity
:
sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
}
dev
:
true
dev
:
true
/@vitejs/plugin-react@4.2.1(vite@5.2.
2
)
:
/@vitejs/plugin-react@4.2.1(vite@5.2.
6
)
:
resolution
:
{
integrity
:
sha512-oojO9IDc4nCUUi8qIR11KoQm0XFFLIwsRBwHRR4d/88IWghn1y6ckz/bJ8GHDCsYEJee8mDzqtJxh15/cisJNQ==
}
resolution
:
{
integrity
:
sha512-oojO9IDc4nCUUi8qIR11KoQm0XFFLIwsRBwHRR4d/88IWghn1y6ckz/bJ8GHDCsYEJee8mDzqtJxh15/cisJNQ==
}
engines
:
{
node
:
^14.18.0 || >=16.0.0
}
engines
:
{
node
:
^14.18.0 || >=16.0.0
}
peerDependencies
:
peerDependencies
:
...
@@ -1830,7 +1827,7 @@ packages:
...
@@ -1830,7 +1827,7 @@ packages:
'
@babel/plugin-transform-react-jsx-source'
:
7.24.1(@babel/core@7.24.3)
'
@babel/plugin-transform-react-jsx-source'
:
7.24.1(@babel/core@7.24.3)
'
@types/babel__core'
:
7.20.5
'
@types/babel__core'
:
7.20.5
react-refresh
:
0.14.0
react-refresh
:
0.14.0
vite
:
5.2.
2
(@types/node@20.11.30)(less@4.2.0)
vite
:
5.2.
6
(@types/node@20.11.30)(less@4.2.0)
transitivePeerDependencies
:
transitivePeerDependencies
:
-
supports-color
-
supports-color
dev
:
true
dev
:
true
...
@@ -1920,13 +1917,14 @@ packages:
...
@@ -1920,13 +1917,14 @@ packages:
is-array-buffer
:
3.0.4
is-array-buffer
:
3.0.4
dev
:
true
dev
:
true
/array-includes@3.1.
7
:
/array-includes@3.1.
8
:
resolution
:
{
integrity
:
sha512-
dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzw
Q==
}
resolution
:
{
integrity
:
sha512-
itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJSt
Q==
}
engines
:
{
node
:
'
>=
0.4'
}
engines
:
{
node
:
'
>=
0.4'
}
dependencies
:
dependencies
:
call-bind
:
1.0.7
call-bind
:
1.0.7
define-properties
:
1.2.1
define-properties
:
1.2.1
es-abstract
:
1.22.5
es-abstract
:
1.23.2
es-object-atoms
:
1.0.0
get-intrinsic
:
1.2.4
get-intrinsic
:
1.2.4
is-string
:
1.0.7
is-string
:
1.0.7
dev
:
true
dev
:
true
...
@@ -1954,7 +1952,7 @@ packages:
...
@@ -1954,7 +1952,7 @@ packages:
dependencies
:
dependencies
:
call-bind
:
1.0.7
call-bind
:
1.0.7
define-properties
:
1.2.1
define-properties
:
1.2.1
es-abstract
:
1.2
2.5
es-abstract
:
1.2
3.2
es-shim-unscopables
:
1.0.2
es-shim-unscopables
:
1.0.2
dev
:
true
dev
:
true
...
@@ -1964,7 +1962,7 @@ packages:
...
@@ -1964,7 +1962,7 @@ packages:
dependencies
:
dependencies
:
call-bind
:
1.0.7
call-bind
:
1.0.7
define-properties
:
1.2.1
define-properties
:
1.2.1
es-abstract
:
1.2
2.5
es-abstract
:
1.2
3.2
es-shim-unscopables
:
1.0.2
es-shim-unscopables
:
1.0.2
dev
:
true
dev
:
true
...
@@ -1973,7 +1971,7 @@ packages:
...
@@ -1973,7 +1971,7 @@ packages:
dependencies
:
dependencies
:
call-bind
:
1.0.7
call-bind
:
1.0.7
define-properties
:
1.2.1
define-properties
:
1.2.1
es-abstract
:
1.2
2.5
es-abstract
:
1.2
3.2
es-shim-unscopables
:
1.0.2
es-shim-unscopables
:
1.0.2
dev
:
true
dev
:
true
...
@@ -1982,7 +1980,7 @@ packages:
...
@@ -1982,7 +1980,7 @@ packages:
dependencies
:
dependencies
:
call-bind
:
1.0.7
call-bind
:
1.0.7
define-properties
:
1.2.1
define-properties
:
1.2.1
es-abstract
:
1.2
2.5
es-abstract
:
1.2
3.2
es-errors
:
1.3.0
es-errors
:
1.3.0
es-shim-unscopables
:
1.0.2
es-shim-unscopables
:
1.0.2
dev
:
true
dev
:
true
...
@@ -2005,19 +2003,19 @@ packages:
...
@@ -2005,19 +2003,19 @@ packages:
resolution
:
{
integrity
:
sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
}
resolution
:
{
integrity
:
sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
}
dev
:
false
dev
:
false
/autoprefixer@10.4.1
8(postcss@8.4.37
)
:
/autoprefixer@10.4.1
9(postcss@8.4.38
)
:
resolution
:
{
integrity
:
sha512-
1DKbDfsr6KUElM6wg+0zRNkB/Q7WcKYAaK+pzXn+Xqmszm/5Xa9coeNdtP88Vi+dPzZnMjhge8GIV49ZQkDa+g
==
}
resolution
:
{
integrity
:
sha512-
BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew
==
}
engines
:
{
node
:
^10 || ^12 || >=14
}
engines
:
{
node
:
^10 || ^12 || >=14
}
hasBin
:
true
hasBin
:
true
peerDependencies
:
peerDependencies
:
postcss
:
^8.1.0
postcss
:
^8.1.0
dependencies
:
dependencies
:
browserslist
:
4.23.0
browserslist
:
4.23.0
caniuse-lite
:
1.0.30001
599
caniuse-lite
:
1.0.30001
600
fraction.js
:
4.3.7
fraction.js
:
4.3.7
normalize-range
:
0.1.2
normalize-range
:
0.1.2
picocolors
:
1.0.0
picocolors
:
1.0.0
postcss
:
8.4.3
7
postcss
:
8.4.3
8
postcss-value-parser
:
4.2.0
postcss-value-parser
:
4.2.0
dev
:
true
dev
:
true
...
@@ -2078,8 +2076,8 @@ packages:
...
@@ -2078,8 +2076,8 @@ packages:
engines
:
{
node
:
^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7
}
engines
:
{
node
:
^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7
}
hasBin
:
true
hasBin
:
true
dependencies
:
dependencies
:
caniuse-lite
:
1.0.30001
599
caniuse-lite
:
1.0.30001
600
electron-to-chromium
:
1.4.71
1
electron-to-chromium
:
1.4.71
7
node-releases
:
2.0.14
node-releases
:
2.0.14
update-browserslist-db
:
1.0.13(browserslist@4.23.0)
update-browserslist-db
:
1.0.13(browserslist@4.23.0)
dev
:
true
dev
:
true
...
@@ -2104,8 +2102,8 @@ packages:
...
@@ -2104,8 +2102,8 @@ packages:
engines
:
{
node
:
'
>=
6'
}
engines
:
{
node
:
'
>=
6'
}
dev
:
false
dev
:
false
/caniuse-lite@1.0.30001
599
:
/caniuse-lite@1.0.30001
600
:
resolution
:
{
integrity
:
sha512-
LRAQHZ4yT1+f9LemSMeqdMpMxZcc4RMWdj4tiFe3G8tNkWK+E58g+/tzotb5cU6TbcVJLr4fySiAW7XmxQvZQA
==
}
resolution
:
{
integrity
:
sha512-
+2S9/2JFhYmYaDpZvo0lKkfvuKIglrx68MwOBqMGHhQsNkLjB5xtc/TGoEPs+MxjSyN/72qer2g97nzR641mOQ
==
}
dev
:
true
dev
:
true
/chalk@2.4.2
:
/chalk@2.4.2
:
...
@@ -2260,8 +2258,8 @@ packages:
...
@@ -2260,8 +2258,8 @@ packages:
hasBin
:
true
hasBin
:
true
dev
:
false
dev
:
false
/csstype@3.1.
2
:
/csstype@3.1.
3
:
resolution
:
{
integrity
:
sha512-
I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ
==
}
resolution
:
{
integrity
:
sha512-
M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw
==
}
/cytoscape-cose-bilkent@4.1.0(cytoscape@3.28.1)
:
/cytoscape-cose-bilkent@4.1.0(cytoscape@3.28.1)
:
resolution
:
{
integrity
:
sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==
}
resolution
:
{
integrity
:
sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==
}
...
@@ -2678,16 +2676,16 @@ packages:
...
@@ -2678,16 +2676,16 @@ packages:
esutils
:
2.0.3
esutils
:
2.0.3
dev
:
true
dev
:
true
/dompurify@3.0.1
0
:
/dompurify@3.0.1
1
:
resolution
:
{
integrity
:
sha512-
WZDL8ZHTliEVP3Lk4phtvjg8SNQ3YMc5WVstxE8cszKZrFjzI4PF4ZTIk9VGAc9vZADO7uGO2V/ZiStcRSAT4Q
==
}
resolution
:
{
integrity
:
sha512-
Fan4uMuyB26gFV3ovPoEoQbxRRPfTu3CvImyZnhGq5fsIEO+gEFLp45ISFt+kQBWsK5ulDdT0oV28jS1UrwQLg
==
}
dev
:
false
dev
:
false
/eastasianwidth@0.2.0
:
/eastasianwidth@0.2.0
:
resolution
:
{
integrity
:
sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
}
resolution
:
{
integrity
:
sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
}
dev
:
false
dev
:
false
/electron-to-chromium@1.4.71
1
:
/electron-to-chromium@1.4.71
7
:
resolution
:
{
integrity
:
sha512-
hRg81qzvUEibX2lDxnFlVCHACa+LtrCPIsWAxo161LDYIB3jauf57RGsMZV9mvGwE98yGH06icj3zBEoOkxd/w
==
}
resolution
:
{
integrity
:
sha512-
6Fmg8QkkumNOwuZ/5mIbMU9WI3H2fmn5ajcVya64I5Yr5CcNmO7vcLt0Y7c96DCiMO5/9G+4sI2r6eEvdg1F7A
==
}
dev
:
true
dev
:
true
/elkjs@0.9.2
:
/elkjs@0.9.2
:
...
@@ -2723,53 +2721,6 @@ packages:
...
@@ -2723,53 +2721,6 @@ packages:
stackframe
:
1.3.4
stackframe
:
1.3.4
dev
:
false
dev
:
false
/es-abstract@1.22.5
:
resolution
:
{
integrity
:
sha512-oW69R+4q2wG+Hc3KZePPZxOiisRIqfKBVo/HLx94QcJeWGU/8sZhCvc829rd1kS366vlJbzBfXf9yWwf0+Ko7w==
}
engines
:
{
node
:
'
>=
0.4'
}
dependencies
:
array-buffer-byte-length
:
1.0.1
arraybuffer.prototype.slice
:
1.0.3
available-typed-arrays
:
1.0.7
call-bind
:
1.0.7
es-define-property
:
1.0.0
es-errors
:
1.3.0
es-set-tostringtag
:
2.0.3
es-to-primitive
:
1.2.1
function.prototype.name
:
1.1.6
get-intrinsic
:
1.2.4
get-symbol-description
:
1.0.2
globalthis
:
1.0.3
gopd
:
1.0.1
has-property-descriptors
:
1.0.2
has-proto
:
1.0.3
has-symbols
:
1.0.3
hasown
:
2.0.2
internal-slot
:
1.0.7
is-array-buffer
:
3.0.4
is-callable
:
1.2.7
is-negative-zero
:
2.0.3
is-regex
:
1.1.4
is-shared-array-buffer
:
1.0.3
is-string
:
1.0.7
is-typed-array
:
1.1.13
is-weakref
:
1.0.2
object-inspect
:
1.13.1
object-keys
:
1.1.1
object.assign
:
4.1.5
regexp.prototype.flags
:
1.5.2
safe-array-concat
:
1.1.2
safe-regex-test
:
1.0.3
string.prototype.trim
:
1.2.9
string.prototype.trimend
:
1.0.8
string.prototype.trimstart
:
1.0.7
typed-array-buffer
:
1.0.2
typed-array-byte-length
:
1.0.1
typed-array-byte-offset
:
1.0.2
typed-array-length
:
1.0.5
unbox-primitive
:
1.0.2
which-typed-array
:
1.1.15
dev
:
true
/es-abstract@1.23.2
:
/es-abstract@1.23.2
:
resolution
:
{
integrity
:
sha512-60s3Xv2T2p1ICykc7c+DNDPLDMm9t4QxCOUU0K9JxiLjM3C1zB9YVdN7tjxrFd4+AkZ8CdX1ovUga4P2+1e+/w==
}
resolution
:
{
integrity
:
sha512-60s3Xv2T2p1ICykc7c+DNDPLDMm9t4QxCOUU0K9JxiLjM3C1zB9YVdN7tjxrFd4+AkZ8CdX1ovUga4P2+1e+/w==
}
engines
:
{
node
:
'
>=
0.4'
}
engines
:
{
node
:
'
>=
0.4'
}
...
@@ -2813,11 +2764,11 @@ packages:
...
@@ -2813,11 +2764,11 @@ packages:
safe-regex-test
:
1.0.3
safe-regex-test
:
1.0.3
string.prototype.trim
:
1.2.9
string.prototype.trim
:
1.2.9
string.prototype.trimend
:
1.0.8
string.prototype.trimend
:
1.0.8
string.prototype.trimstart
:
1.0.
7
string.prototype.trimstart
:
1.0.
8
typed-array-buffer
:
1.0.2
typed-array-buffer
:
1.0.2
typed-array-byte-length
:
1.0.1
typed-array-byte-length
:
1.0.1
typed-array-byte-offset
:
1.0.2
typed-array-byte-offset
:
1.0.2
typed-array-length
:
1.0.
5
typed-array-length
:
1.0.
6
unbox-primitive
:
1.0.2
unbox-primitive
:
1.0.2
which-typed-array
:
1.1.15
which-typed-array
:
1.1.15
dev
:
true
dev
:
true
...
@@ -2965,7 +2916,7 @@ packages:
...
@@ -2965,7 +2916,7 @@ packages:
peerDependencies
:
peerDependencies
:
eslint
:
^3 || ^4 || ^5 || ^6 || ^7 || ^8
eslint
:
^3 || ^4 || ^5 || ^6 || ^7 || ^8
dependencies
:
dependencies
:
array-includes
:
3.1.
7
array-includes
:
3.1.
8
array.prototype.findlast
:
1.2.5
array.prototype.findlast
:
1.2.5
array.prototype.flatmap
:
1.3.2
array.prototype.flatmap
:
1.3.2
array.prototype.toreversed
:
1.1.2
array.prototype.toreversed
:
1.1.2
...
@@ -2978,7 +2929,7 @@ packages:
...
@@ -2978,7 +2929,7 @@ packages:
minimatch
:
3.1.2
minimatch
:
3.1.2
object.entries
:
1.1.8
object.entries
:
1.1.8
object.fromentries
:
2.0.8
object.fromentries
:
2.0.8
object.hasown
:
1.1.
3
object.hasown
:
1.1.
4
object.values
:
1.2.0
object.values
:
1.2.0
prop-types
:
15.8.1
prop-types
:
15.8.1
resolve
:
2.0.0-next.5
resolve
:
2.0.0-next.5
...
@@ -3320,12 +3271,12 @@ packages:
...
@@ -3320,12 +3271,12 @@ packages:
slash
:
3.0.0
slash
:
3.0.0
dev
:
true
dev
:
true
/goober@2.1.14(csstype@3.1.
2
)
:
/goober@2.1.14(csstype@3.1.
3
)
:
resolution
:
{
integrity
:
sha512-4UpC0NdGyAFqLNPnhCT2iHpza2q+RAY3GV85a/mRPdzyPQMsj0KmMMuetdIkzWRbJ+Hgau1EZztq8ImmiMGhsg==
}
resolution
:
{
integrity
:
sha512-4UpC0NdGyAFqLNPnhCT2iHpza2q+RAY3GV85a/mRPdzyPQMsj0KmMMuetdIkzWRbJ+Hgau1EZztq8ImmiMGhsg==
}
peerDependencies
:
peerDependencies
:
csstype
:
3.1.2
csstype
:
^3.0.10
dependencies
:
dependencies
:
csstype
:
3.1.
2
csstype
:
3.1.
3
dev
:
false
dev
:
false
/gopd@1.0.1
:
/gopd@1.0.1
:
...
@@ -3764,14 +3715,14 @@ packages:
...
@@ -3764,14 +3715,14 @@ packages:
resolution
:
{
integrity
:
sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==
}
resolution
:
{
integrity
:
sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==
}
engines
:
{
node
:
'
>=4.0'
}
engines
:
{
node
:
'
>=4.0'
}
dependencies
:
dependencies
:
array-includes
:
3.1.
7
array-includes
:
3.1.
8
array.prototype.flat
:
1.3.2
array.prototype.flat
:
1.3.2
object.assign
:
4.1.5
object.assign
:
4.1.5
object.values
:
1.2.0
object.values
:
1.2.0
dev
:
true
dev
:
true
/katex@0.16.
9
:
/katex@0.16.
10
:
resolution
:
{
integrity
:
sha512-
fsSYjWS0EEOwvy81j3vRA8TEAhQhKiqO+FQaKWp0m39qwOzHVBgAUBIXWj1pB+O2W3fIpNa6Y9KSKCVbfPhyAQ
==
}
resolution
:
{
integrity
:
sha512-
ZiqaC04tp2O5utMsl2TEZTXxa6WSC4yo0fv5ML++D3QZv/vx2Mct0mTlRx3O+uUkjfuAgOkzsCmq5MiUEsDDdA
==
}
hasBin
:
true
hasBin
:
true
dependencies
:
dependencies
:
commander
:
8.3.0
commander
:
8.3.0
...
@@ -3945,9 +3896,9 @@ packages:
...
@@ -3945,9 +3896,9 @@ packages:
d3-sankey
:
0.12.3
d3-sankey
:
0.12.3
dagre-d3-es
:
7.0.10
dagre-d3-es
:
7.0.10
dayjs
:
1.11.10
dayjs
:
1.11.10
dompurify
:
3.0.1
0
dompurify
:
3.0.1
1
elkjs
:
0.9.2
elkjs
:
0.9.2
katex
:
0.16.
9
katex
:
0.16.
10
khroma
:
2.1.0
khroma
:
2.1.0
lodash-es
:
4.17.21
lodash-es
:
4.17.21
mdast-util-from-markdown
:
1.3.1
mdast-util-from-markdown
:
1.3.1
...
@@ -4203,7 +4154,7 @@ packages:
...
@@ -4203,7 +4154,7 @@ packages:
dependencies
:
dependencies
:
'
@jridgewell/sourcemap-codec'
:
1.4.15
'
@jridgewell/sourcemap-codec'
:
1.4.15
css-tree
:
1.1.3
css-tree
:
1.1.3
csstype
:
3.1.
2
csstype
:
3.1.
3
fastest-stable-stringify
:
2.0.2
fastest-stable-stringify
:
2.0.2
inline-style-prefixer
:
7.0.0
inline-style-prefixer
:
7.0.0
react
:
18.2.0
react
:
18.2.0
...
@@ -4315,11 +4266,13 @@ packages:
...
@@ -4315,11 +4266,13 @@ packages:
es-object-atoms
:
1.0.0
es-object-atoms
:
1.0.0
dev
:
true
dev
:
true
/object.hasown@1.1.3
:
/object.hasown@1.1.4
:
resolution
:
{
integrity
:
sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==
}
resolution
:
{
integrity
:
sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==
}
engines
:
{
node
:
'
>=
0.4'
}
dependencies
:
dependencies
:
define-properties
:
1.2.1
define-properties
:
1.2.1
es-abstract
:
1.22.5
es-abstract
:
1.23.2
es-object-atoms
:
1.0.0
dev
:
true
dev
:
true
/object.values@1.2.0
:
/object.values@1.2.0
:
...
@@ -4442,29 +4395,29 @@ packages:
...
@@ -4442,29 +4395,29 @@ packages:
engines
:
{
node
:
'
>=
0.4'
}
engines
:
{
node
:
'
>=
0.4'
}
dev
:
true
dev
:
true
/postcss-import@15.1.0(postcss@8.4.3
7
)
:
/postcss-import@15.1.0(postcss@8.4.3
8
)
:
resolution
:
{
integrity
:
sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==
}
resolution
:
{
integrity
:
sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==
}
engines
:
{
node
:
'
>=14.0.0'
}
engines
:
{
node
:
'
>=14.0.0'
}
peerDependencies
:
peerDependencies
:
postcss
:
^8.0.0
postcss
:
^8.0.0
dependencies
:
dependencies
:
postcss
:
8.4.3
7
postcss
:
8.4.3
8
postcss-value-parser
:
4.2.0
postcss-value-parser
:
4.2.0
read-cache
:
1.0.0
read-cache
:
1.0.0
resolve
:
1.22.8
resolve
:
1.22.8
dev
:
false
dev
:
false
/postcss-js@4.0.1(postcss@8.4.3
7
)
:
/postcss-js@4.0.1(postcss@8.4.3
8
)
:
resolution
:
{
integrity
:
sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==
}
resolution
:
{
integrity
:
sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==
}
engines
:
{
node
:
^12 || ^14 || >= 16
}
engines
:
{
node
:
^12 || ^14 || >= 16
}
peerDependencies
:
peerDependencies
:
postcss
:
^8.4.21
postcss
:
^8.4.21
dependencies
:
dependencies
:
camelcase-css
:
2.0.1
camelcase-css
:
2.0.1
postcss
:
8.4.3
7
postcss
:
8.4.3
8
dev
:
false
dev
:
false
/postcss-load-config@4.0.2(postcss@8.4.3
7
)
:
/postcss-load-config@4.0.2(postcss@8.4.3
8
)
:
resolution
:
{
integrity
:
sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==
}
resolution
:
{
integrity
:
sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==
}
engines
:
{
node
:
'
>=
14'
}
engines
:
{
node
:
'
>=
14'
}
peerDependencies
:
peerDependencies
:
...
@@ -4477,17 +4430,17 @@ packages:
...
@@ -4477,17 +4430,17 @@ packages:
optional
:
true
optional
:
true
dependencies
:
dependencies
:
lilconfig
:
3.1.1
lilconfig
:
3.1.1
postcss
:
8.4.3
7
postcss
:
8.4.3
8
yaml
:
2.4.1
yaml
:
2.4.1
dev
:
false
dev
:
false
/postcss-nested@6.0.1(postcss@8.4.3
7
)
:
/postcss-nested@6.0.1(postcss@8.4.3
8
)
:
resolution
:
{
integrity
:
sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==
}
resolution
:
{
integrity
:
sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==
}
engines
:
{
node
:
'
>=12.0'
}
engines
:
{
node
:
'
>=12.0'
}
peerDependencies
:
peerDependencies
:
postcss
:
^8.2.14
postcss
:
^8.2.14
dependencies
:
dependencies
:
postcss
:
8.4.3
7
postcss
:
8.4.3
8
postcss-selector-parser
:
6.0.16
postcss-selector-parser
:
6.0.16
dev
:
false
dev
:
false
...
@@ -4502,8 +4455,8 @@ packages:
...
@@ -4502,8 +4455,8 @@ packages:
/postcss-value-parser@4.2.0
:
/postcss-value-parser@4.2.0
:
resolution
:
{
integrity
:
sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
}
resolution
:
{
integrity
:
sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
}
/postcss@8.4.3
7
:
/postcss@8.4.3
8
:
resolution
:
{
integrity
:
sha512-
7iB/v/r7Woof0glKLH8b1SPHrsX7uhdO+Geb41QpF/+mWZHU3uxxSlN+UXGVit1PawOYDToO+AbZzhBzWRDwbQ
==
}
resolution
:
{
integrity
:
sha512-
Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A
==
}
engines
:
{
node
:
^10 || ^12 || >=14
}
engines
:
{
node
:
^10 || ^12 || >=14
}
dependencies
:
dependencies
:
nanoid
:
3.3.7
nanoid
:
3.3.7
...
@@ -4582,14 +4535,14 @@ packages:
...
@@ -4582,14 +4535,14 @@ packages:
scheduler
:
0.23.0
scheduler
:
0.23.0
dev
:
false
dev
:
false
/react-hot-toast@2.4.1(csstype@3.1.
2
)(react-dom@18.2.0)(react@18.2.0)
:
/react-hot-toast@2.4.1(csstype@3.1.
3
)(react-dom@18.2.0)(react@18.2.0)
:
resolution
:
{
integrity
:
sha512-j8z+cQbWIM5LY37pR6uZR6D4LfseplqnuAO4co4u8917hBUvXlEqyP1ZzqVLcqoyUesZZv/ImreoCeHVDpE5pQ==
}
resolution
:
{
integrity
:
sha512-j8z+cQbWIM5LY37pR6uZR6D4LfseplqnuAO4co4u8917hBUvXlEqyP1ZzqVLcqoyUesZZv/ImreoCeHVDpE5pQ==
}
engines
:
{
node
:
'
>=10'
}
engines
:
{
node
:
'
>=10'
}
peerDependencies
:
peerDependencies
:
react
:
'
>=16'
react
:
'
>=16'
react-dom
:
'
>=16'
react-dom
:
'
>=16'
dependencies
:
dependencies
:
goober
:
2.1.14(csstype@3.1.
2
)
goober
:
2.1.14(csstype@3.1.
3
)
react
:
18.2.0
react
:
18.2.0
react-dom
:
18.2.0(react@18.2.0)
react-dom
:
18.2.0(react@18.2.0)
transitivePeerDependencies
:
transitivePeerDependencies
:
...
@@ -4623,7 +4576,7 @@ packages:
...
@@ -4623,7 +4576,7 @@ packages:
resolution
:
{
integrity
:
sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
}
resolution
:
{
integrity
:
sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
}
dev
:
false
dev
:
false
/react-redux@8.1.3(@types/react-dom@18.2.22)(@types/react@18.2.
67
)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1)
:
/react-redux@8.1.3(@types/react-dom@18.2.22)(@types/react@18.2.
71
)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1)
:
resolution
:
{
integrity
:
sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==
}
resolution
:
{
integrity
:
sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==
}
peerDependencies
:
peerDependencies
:
'
@types/react'
:
^16.8 || ^17.0 || ^18.0
'
@types/react'
:
^16.8 || ^17.0 || ^18.0
...
@@ -4646,7 +4599,7 @@ packages:
...
@@ -4646,7 +4599,7 @@ packages:
dependencies
:
dependencies
:
'
@babel/runtime'
:
7.24.1
'
@babel/runtime'
:
7.24.1
'
@types/hoist-non-react-statics'
:
3.3.5
'
@types/hoist-non-react-statics'
:
3.3.5
'
@types/react'
:
18.2.
67
'
@types/react'
:
18.2.
71
'
@types/react-dom'
:
18.2.22
'
@types/react-dom'
:
18.2.22
'
@types/use-sync-external-store'
:
0.0.3
'
@types/use-sync-external-store'
:
0.0.3
hoist-non-react-statics
:
3.3.2
hoist-non-react-statics
:
3.3.2
...
@@ -5083,12 +5036,13 @@ packages:
...
@@ -5083,12 +5036,13 @@ packages:
es-object-atoms
:
1.0.0
es-object-atoms
:
1.0.0
dev
:
true
dev
:
true
/string.prototype.trimstart@1.0.7
:
/string.prototype.trimstart@1.0.8
:
resolution
:
{
integrity
:
sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==
}
resolution
:
{
integrity
:
sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==
}
engines
:
{
node
:
'
>=
0.4'
}
dependencies
:
dependencies
:
call-bind
:
1.0.7
call-bind
:
1.0.7
define-properties
:
1.2.1
define-properties
:
1.2.1
es-
abstract
:
1.23.2
es-
object-atoms
:
1.0.0
dev
:
true
dev
:
true
/strip-ansi@6.0.1
:
/strip-ansi@6.0.1
:
...
@@ -5175,11 +5129,11 @@ packages:
...
@@ -5175,11 +5129,11 @@ packages:
normalize-path
:
3.0.0
normalize-path
:
3.0.0
object-hash
:
3.0.0
object-hash
:
3.0.0
picocolors
:
1.0.0
picocolors
:
1.0.0
postcss
:
8.4.3
7
postcss
:
8.4.3
8
postcss-import
:
15.1.0(postcss@8.4.3
7
)
postcss-import
:
15.1.0(postcss@8.4.3
8
)
postcss-js
:
4.0.1(postcss@8.4.3
7
)
postcss-js
:
4.0.1(postcss@8.4.3
8
)
postcss-load-config
:
4.0.2(postcss@8.4.3
7
)
postcss-load-config
:
4.0.2(postcss@8.4.3
8
)
postcss-nested
:
6.0.1(postcss@8.4.3
7
)
postcss-nested
:
6.0.1(postcss@8.4.3
8
)
postcss-selector-parser
:
6.0.16
postcss-selector-parser
:
6.0.16
resolve
:
1.22.8
resolve
:
1.22.8
sucrase
:
3.35.0
sucrase
:
3.35.0
...
@@ -5227,13 +5181,13 @@ packages:
...
@@ -5227,13 +5181,13 @@ packages:
resolution
:
{
integrity
:
sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==
}
resolution
:
{
integrity
:
sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==
}
dev
:
false
dev
:
false
/ts-api-utils@1.3.0(typescript@5.4.
2
)
:
/ts-api-utils@1.3.0(typescript@5.4.
3
)
:
resolution
:
{
integrity
:
sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
}
resolution
:
{
integrity
:
sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
}
engines
:
{
node
:
'
>=16'
}
engines
:
{
node
:
'
>=16'
}
peerDependencies
:
peerDependencies
:
typescript
:
'
>=4.2.0'
typescript
:
'
>=4.2.0'
dependencies
:
dependencies
:
typescript
:
5.4.
2
typescript
:
5.4.
3
dev
:
true
dev
:
true
/ts-dedent@2.2.0
:
/ts-dedent@2.2.0
:
...
@@ -5300,8 +5254,8 @@ packages:
...
@@ -5300,8 +5254,8 @@ packages:
is-typed-array
:
1.1.13
is-typed-array
:
1.1.13
dev
:
true
dev
:
true
/typed-array-length@1.0.
5
:
/typed-array-length@1.0.
6
:
resolution
:
{
integrity
:
sha512-
yMi0PlwuznKHxKmcpoOdeLwxBoVPkqZxd7q2FgMkmD3bNwvF5VW0+UlUQ1k1vmktTu4Yu13Q0RIxEP8+B+wloA
==
}
resolution
:
{
integrity
:
sha512-
/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g
==
}
engines
:
{
node
:
'
>=
0.4'
}
engines
:
{
node
:
'
>=
0.4'
}
dependencies
:
dependencies
:
call-bind
:
1.0.7
call-bind
:
1.0.7
...
@@ -5312,8 +5266,8 @@ packages:
...
@@ -5312,8 +5266,8 @@ packages:
possible-typed-array-names
:
1.0.0
possible-typed-array-names
:
1.0.0
dev
:
true
dev
:
true
/typescript@5.4.
2
:
/typescript@5.4.
3
:
resolution
:
{
integrity
:
sha512-
+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ
==
}
resolution
:
{
integrity
:
sha512-
KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg
==
}
engines
:
{
node
:
'
>=14.17'
}
engines
:
{
node
:
'
>=14.17'
}
hasBin
:
true
hasBin
:
true
dev
:
true
dev
:
true
...
@@ -5382,8 +5336,8 @@ packages:
...
@@ -5382,8 +5336,8 @@ packages:
sade
:
1.8.1
sade
:
1.8.1
dev
:
false
dev
:
false
/vite@5.2.
2
(@types/node@20.11.30)(less@4.2.0)
:
/vite@5.2.
6
(@types/node@20.11.30)(less@4.2.0)
:
resolution
:
{
integrity
:
sha512-F
WZbz0oSdLq5snUI0b6sULbz58iXFXdvkZfZWR/F0ZJuKTSPO7v72QPXt6KqYeMFb0yytNp6kZosxJ96Nr/wDQ
==
}
resolution
:
{
integrity
:
sha512-F
PtnxFlSIKYjZ2eosBQamz4CbyrTizbZ3hnGJlh/wMtCrlp1Hah6AzBLjGI5I2urTfNnpovpHdrL6YRuBOPnCA
==
}
engines
:
{
node
:
^18.0.0 || >=20.0.0
}
engines
:
{
node
:
^18.0.0 || >=20.0.0
}
hasBin
:
true
hasBin
:
true
peerDependencies
:
peerDependencies
:
...
@@ -5413,7 +5367,7 @@ packages:
...
@@ -5413,7 +5367,7 @@ packages:
'
@types/node'
:
20.11.30
'
@types/node'
:
20.11.30
esbuild
:
0.20.2
esbuild
:
0.20.2
less
:
4.2.0
less
:
4.2.0
postcss
:
8.4.3
7
postcss
:
8.4.3
8
rollup
:
4.13.0
rollup
:
4.13.0
optionalDependencies
:
optionalDependencies
:
fsevents
:
2.3.3
fsevents
:
2.3.3
...
@@ -5543,7 +5497,7 @@ packages:
...
@@ -5543,7 +5497,7 @@ packages:
engines
:
{
node
:
'
>=10'
}
engines
:
{
node
:
'
>=10'
}
dev
:
true
dev
:
true
/zustand@4.5.2(@types/react@18.2.
67
)(react@18.2.0)
:
/zustand@4.5.2(@types/react@18.2.
71
)(react@18.2.0)
:
resolution
:
{
integrity
:
sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==
}
resolution
:
{
integrity
:
sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==
}
engines
:
{
node
:
'
>=12.7.0'
}
engines
:
{
node
:
'
>=12.7.0'
}
peerDependencies
:
peerDependencies
:
...
@@ -5558,7 +5512,7 @@ packages:
...
@@ -5558,7 +5512,7 @@ packages:
react
:
react
:
optional
:
true
optional
:
true
dependencies
:
dependencies
:
'
@types/react'
:
18.2.
67
'
@types/react'
:
18.2.
71
react
:
18.2.0
react
:
18.2.0
use-sync-external-store
:
1.2.0(react@18.2.0)
use-sync-external-store
:
1.2.0(react@18.2.0)
dev
:
false
dev
:
false
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