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
2ae6d94e
Commit
2ae6d94e
authored
Dec 28, 2023
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update frontend dependencies
parent
9ee4b75b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
115 additions
and
116 deletions
+115
-116
package.json
web/package.json
+6
-6
pnpm-lock.yaml
web/pnpm-lock.yaml
+109
-110
No files found.
web/package.json
View file @
2ae6d94e
...
@@ -10,12 +10,12 @@
...
@@ -10,12 +10,12 @@
},
},
"packageManager"
:
"pnpm@8.7.0"
,
"packageManager"
:
"pnpm@8.7.0"
,
"dependencies"
:
{
"dependencies"
:
{
"@emotion/react"
:
"^11.11.
1
"
,
"@emotion/react"
:
"^11.11.
3
"
,
"@emotion/styled"
:
"^11.11.0"
,
"@emotion/styled"
:
"^11.11.0"
,
"@mui/joy"
:
"5.0.0-beta.
19
"
,
"@mui/joy"
:
"5.0.0-beta.
20
"
,
"@reduxjs/toolkit"
:
"^1.9.7"
,
"@reduxjs/toolkit"
:
"^1.9.7"
,
"axios"
:
"^1.6.
2
"
,
"axios"
:
"^1.6.
3
"
,
"classnames"
:
"^2.
3.2
"
,
"classnames"
:
"^2.
4.0
"
,
"copy-to-clipboard"
:
"^3.3.3"
,
"copy-to-clipboard"
:
"^3.3.3"
,
"highlight.js"
:
"^11.9.0"
,
"highlight.js"
:
"^11.9.0"
,
"i18next"
:
"^21.10.0"
,
"i18next"
:
"^21.10.0"
,
...
@@ -47,8 +47,8 @@
...
@@ -47,8 +47,8 @@
"@types/react-dom"
:
"^18.2.18"
,
"@types/react-dom"
:
"^18.2.18"
,
"@types/textarea-caret"
:
"^3.0.3"
,
"@types/textarea-caret"
:
"^3.0.3"
,
"@types/uuid"
:
"^9.0.7"
,
"@types/uuid"
:
"^9.0.7"
,
"@typescript-eslint/eslint-plugin"
:
"^6.1
5
.0"
,
"@typescript-eslint/eslint-plugin"
:
"^6.1
6
.0"
,
"@typescript-eslint/parser"
:
"^6.1
5
.0"
,
"@typescript-eslint/parser"
:
"^6.1
6
.0"
,
"@vitejs/plugin-react-swc"
:
"^3.5.0"
,
"@vitejs/plugin-react-swc"
:
"^3.5.0"
,
"autoprefixer"
:
"^10.4.16"
,
"autoprefixer"
:
"^10.4.16"
,
"eslint"
:
"^8.56.0"
,
"eslint"
:
"^8.56.0"
,
...
...
web/pnpm-lock.yaml
View file @
2ae6d94e
...
@@ -9,23 +9,23 @@ overrides:
...
@@ -9,23 +9,23 @@ overrides:
dependencies
:
dependencies
:
'
@emotion/react'
:
'
@emotion/react'
:
specifier
:
^11.11.
1
specifier
:
^11.11.
3
version
:
11.11.
1
(@types/react@18.2.45)(react@18.2.0)
version
:
11.11.
3
(@types/react@18.2.45)(react@18.2.0)
'
@emotion/styled'
:
'
@emotion/styled'
:
specifier
:
^11.11.0
specifier
:
^11.11.0
version
:
11.11.0(@emotion/react@11.11.
1
)(@types/react@18.2.45)(react@18.2.0)
version
:
11.11.0(@emotion/react@11.11.
3
)(@types/react@18.2.45)(react@18.2.0)
'
@mui/joy'
:
'
@mui/joy'
:
specifier
:
5.0.0-beta.
19
specifier
:
5.0.0-beta.
20
version
:
5.0.0-beta.
19(@emotion/react@11.11.1
)(@emotion/styled@11.11.0)(@types/react@18.2.45)(react-dom@18.2.0)(react@18.2.0)
version
:
5.0.0-beta.
20(@emotion/react@11.11.3
)(@emotion/styled@11.11.0)(@types/react@18.2.45)(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)
axios
:
axios
:
specifier
:
^1.6.
2
specifier
:
^1.6.
3
version
:
1.6.
2
version
:
1.6.
3
classnames
:
classnames
:
specifier
:
^2.
3.2
specifier
:
^2.
4.0
version
:
2.
3.2
version
:
2.
4.0
copy-to-clipboard
:
copy-to-clipboard
:
specifier
:
^3.3.3
specifier
:
^3.3.3
version
:
3.3.3
version
:
3.3.3
...
@@ -49,7 +49,7 @@ dependencies:
...
@@ -49,7 +49,7 @@ dependencies:
version
:
0.263.1(react@18.2.0)
version
:
0.263.1(react@18.2.0)
nice-grpc-web
:
nice-grpc-web
:
specifier
:
^3.3.2
specifier
:
^3.3.2
version
:
3.3.2(ws@8.1
5.1
)
version
:
3.3.2(ws@8.1
6.0
)
protobufjs
:
protobufjs
:
specifier
:
^7.2.5
specifier
:
^7.2.5
version
:
7.2.5
version
:
7.2.5
...
@@ -116,11 +116,11 @@ devDependencies:
...
@@ -116,11 +116,11 @@ devDependencies:
specifier
:
^9.0.7
specifier
:
^9.0.7
version
:
9.0.7
version
:
9.0.7
'
@typescript-eslint/eslint-plugin'
:
'
@typescript-eslint/eslint-plugin'
:
specifier
:
^6.1
5
.0
specifier
:
^6.1
6
.0
version
:
6.1
5.0(@typescript-eslint/parser@6.15
.0)(eslint@8.56.0)(typescript@5.3.3)
version
:
6.1
6.0(@typescript-eslint/parser@6.16
.0)(eslint@8.56.0)(typescript@5.3.3)
'
@typescript-eslint/parser'
:
'
@typescript-eslint/parser'
:
specifier
:
^6.1
5
.0
specifier
:
^6.1
6
.0
version
:
6.1
5
.0(eslint@8.56.0)(typescript@5.3.3)
version
:
6.1
6
.0(eslint@8.56.0)(typescript@5.3.3)
'
@vitejs/plugin-react-swc'
:
'
@vitejs/plugin-react-swc'
:
specifier
:
^3.5.0
specifier
:
^3.5.0
version
:
3.5.0(vite@5.0.10)
version
:
3.5.0(vite@5.0.10)
...
@@ -485,7 +485,7 @@ packages:
...
@@ -485,7 +485,7 @@ packages:
'
@babel/runtime'
:
7.23.6
'
@babel/runtime'
:
7.23.6
'
@emotion/hash'
:
0.9.1
'
@emotion/hash'
:
0.9.1
'
@emotion/memoize'
:
0.8.1
'
@emotion/memoize'
:
0.8.1
'
@emotion/serialize'
:
1.1.
2
'
@emotion/serialize'
:
1.1.
3
babel-plugin-macros
:
3.1.0
babel-plugin-macros
:
3.1.0
convert-source-map
:
1.9.0
convert-source-map
:
1.9.0
escape-string-regexp
:
4.0.0
escape-string-regexp
:
4.0.0
...
@@ -518,8 +518,8 @@ packages:
...
@@ -518,8 +518,8 @@ packages:
resolution
:
{
integrity
:
sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==
}
resolution
:
{
integrity
:
sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==
}
dev
:
false
dev
:
false
/@emotion/react@11.11.
1
(@types/react@18.2.45)(react@18.2.0)
:
/@emotion/react@11.11.
3
(@types/react@18.2.45)(react@18.2.0)
:
resolution
:
{
integrity
:
sha512-
5mlW1DquU5HaxjLkfkGN1GA/fvVGdyHURRiX/0FHl2cfIfRxSOfmxEH5YS43edp0OldZrZ+dkBKbngxcNCdZv
A==
}
resolution
:
{
integrity
:
sha512-
Cnn0kuq4DoONOMcnoVsTOR8E+AdnKFf//6kUWc4LCdnxj31pZWn7rIULd6Y7/Js1PiPHzn7SKCM9vB/jBni8e
A==
}
peerDependencies
:
peerDependencies
:
'
@types/react'
:
'
*'
'
@types/react'
:
'
*'
react
:
'
>=16.8.0'
react
:
'
>=16.8.0'
...
@@ -530,7 +530,7 @@ packages:
...
@@ -530,7 +530,7 @@ packages:
'
@babel/runtime'
:
7.23.6
'
@babel/runtime'
:
7.23.6
'
@emotion/babel-plugin'
:
11.11.0
'
@emotion/babel-plugin'
:
11.11.0
'
@emotion/cache'
:
11.11.0
'
@emotion/cache'
:
11.11.0
'
@emotion/serialize'
:
1.1.
2
'
@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
'
@emotion/weak-memoize'
:
0.3.1
'
@emotion/weak-memoize'
:
0.3.1
...
@@ -539,8 +539,8 @@ packages:
...
@@ -539,8 +539,8 @@ packages:
react
:
18.2.0
react
:
18.2.0
dev
:
false
dev
:
false
/@emotion/serialize@1.1.
2
:
/@emotion/serialize@1.1.
3
:
resolution
:
{
integrity
:
sha512-
zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+H
A==
}
resolution
:
{
integrity
:
sha512-
iD4D6QVZFDhcbH0RAG1uVu1CwVLMWUkCvAqqlewO/rxf8+87yIBAlt4+AxMiiKPLs5hFc0owNk/sLLAOROw3c
A==
}
dependencies
:
dependencies
:
'
@emotion/hash'
:
0.9.1
'
@emotion/hash'
:
0.9.1
'
@emotion/memoize'
:
0.8.1
'
@emotion/memoize'
:
0.8.1
...
@@ -553,7 +553,7 @@ packages:
...
@@ -553,7 +553,7 @@ packages:
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.
1
)(@types/react@18.2.45)(react@18.2.0)
:
/@emotion/styled@11.11.0(@emotion/react@11.11.
3
)(@types/react@18.2.45)(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
...
@@ -566,8 +566,8 @@ packages:
...
@@ -566,8 +566,8 @@ packages:
'
@babel/runtime'
:
7.23.6
'
@babel/runtime'
:
7.23.6
'
@emotion/babel-plugin'
:
11.11.0
'
@emotion/babel-plugin'
:
11.11.0
'
@emotion/is-prop-valid'
:
1.2.1
'
@emotion/is-prop-valid'
:
1.2.1
'
@emotion/react'
:
11.11.
1
(@types/react@18.2.45)(react@18.2.0)
'
@emotion/react'
:
11.11.
3
(@types/react@18.2.45)(react@18.2.0)
'
@emotion/serialize'
:
1.1.
2
'
@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.45
'
@types/react'
:
18.2.45
...
@@ -923,8 +923,8 @@ packages:
...
@@ -923,8 +923,8 @@ packages:
'
@jridgewell/resolve-uri'
:
3.1.1
'
@jridgewell/resolve-uri'
:
3.1.1
'
@jridgewell/sourcemap-codec'
:
1.4.15
'
@jridgewell/sourcemap-codec'
:
1.4.15
/@mui/base@5.0.0-beta.2
8
(@types/react@18.2.45)(react-dom@18.2.0)(react@18.2.0)
:
/@mui/base@5.0.0-beta.2
9
(@types/react@18.2.45)(react-dom@18.2.0)(react@18.2.0)
:
resolution
:
{
integrity
:
sha512-
KIoSc5sUFceeCaZTq5MQBapFzhHqMo4kj+4azWaCAjorduhcRQtN+BCgVHmo+gvEjix74bUfxwTqGifnu2fNT
g==
}
resolution
:
{
integrity
:
sha512-
OXfUssYrB6ch/xpBVHMKAjThPlI9VyGGKdvQLMXef2j39wXfcxPlUVQlwia/lmE3rxWIGvbwkZsDtNYzLMsDU
g==
}
engines
:
{
node
:
'
>=12.0.0'
}
engines
:
{
node
:
'
>=12.0.0'
}
peerDependencies
:
peerDependencies
:
'
@types/react'
:
^17.0.0 || ^18.0.0
'
@types/react'
:
^17.0.0 || ^18.0.0
...
@@ -937,7 +937,7 @@ packages:
...
@@ -937,7 +937,7 @@ packages:
'
@babel/runtime'
:
7.23.6
'
@babel/runtime'
:
7.23.6
'
@floating-ui/react-dom'
:
2.0.4(react-dom@18.2.0)(react@18.2.0)
'
@floating-ui/react-dom'
:
2.0.4(react-dom@18.2.0)(react@18.2.0)
'
@mui/types'
:
7.2.11(@types/react@18.2.45)
'
@mui/types'
:
7.2.11(@types/react@18.2.45)
'
@mui/utils'
:
5.15.
1
(@types/react@18.2.45)(react@18.2.0)
'
@mui/utils'
:
5.15.
2
(@types/react@18.2.45)(react@18.2.0)
'
@popperjs/core'
:
2.11.8
'
@popperjs/core'
:
2.11.8
'
@types/react'
:
18.2.45
'
@types/react'
:
18.2.45
clsx
:
2.0.0
clsx
:
2.0.0
...
@@ -946,12 +946,12 @@ packages:
...
@@ -946,12 +946,12 @@ packages:
react-dom
:
18.2.0(react@18.2.0)
react-dom
:
18.2.0(react@18.2.0)
dev
:
false
dev
:
false
/@mui/core-downloads-tracker@5.15.
1
:
/@mui/core-downloads-tracker@5.15.
2
:
resolution
:
{
integrity
:
sha512-
y/nUEsWHyBzaKYp9zLtqJKrLod/zMNEWpMj488FuQY9QTmqBiyUhI2uh7PVaLqLewXRtdmG6JV0b6T5exyuYRw
==
}
resolution
:
{
integrity
:
sha512-
0vk4ckS2w1F5PmkSXSd7F/QuRlNcPqWTJ8CPl+HQRLTIhJVS/VKEI+3dQufOdKfn2wS+ecnvlvXerbugs+xZ8Q
==
}
dev
:
false
dev
:
false
/@mui/joy@5.0.0-beta.
19(@emotion/react@11.11.1
)(@emotion/styled@11.11.0)(@types/react@18.2.45)(react-dom@18.2.0)(react@18.2.0)
:
/@mui/joy@5.0.0-beta.
20(@emotion/react@11.11.3
)(@emotion/styled@11.11.0)(@types/react@18.2.45)(react-dom@18.2.0)(react@18.2.0)
:
resolution
:
{
integrity
:
sha512-
L3tutkCsJ4pI20LCiQthnXKMIv6GCJqbjPmzCjLvIUwp8kNhgQzauWc4ToYHP7FzZSoDt4HjwY52mvKhVrtytw
==
}
resolution
:
{
integrity
:
sha512-
w0BjmY8XKdca0s7yRZiURhSlhiqDtSnhNFl6GHixYytNB5u8Al6GMdYH0aLB2w5+QP8ojPueYQ7oXkS/qo0skQ
==
}
engines
:
{
node
:
'
>=12.0.0'
}
engines
:
{
node
:
'
>=12.0.0'
}
peerDependencies
:
peerDependencies
:
'
@emotion/react'
:
^11.5.0
'
@emotion/react'
:
^11.5.0
...
@@ -968,13 +968,13 @@ packages:
...
@@ -968,13 +968,13 @@ packages:
optional
:
true
optional
:
true
dependencies
:
dependencies
:
'
@babel/runtime'
:
7.23.6
'
@babel/runtime'
:
7.23.6
'
@emotion/react'
:
11.11.
1
(@types/react@18.2.45)(react@18.2.0)
'
@emotion/react'
:
11.11.
3
(@types/react@18.2.45)(react@18.2.0)
'
@emotion/styled'
:
11.11.0(@emotion/react@11.11.
1
)(@types/react@18.2.45)(react@18.2.0)
'
@emotion/styled'
:
11.11.0(@emotion/react@11.11.
3
)(@types/react@18.2.45)(react@18.2.0)
'
@mui/base'
:
5.0.0-beta.2
8
(@types/react@18.2.45)(react-dom@18.2.0)(react@18.2.0)
'
@mui/base'
:
5.0.0-beta.2
9
(@types/react@18.2.45)(react-dom@18.2.0)(react@18.2.0)
'
@mui/core-downloads-tracker'
:
5.15.
1
'
@mui/core-downloads-tracker'
:
5.15.
2
'
@mui/system'
:
5.15.
1(@emotion/react@11.11.1
)(@emotion/styled@11.11.0)(@types/react@18.2.45)(react@18.2.0)
'
@mui/system'
:
5.15.
2(@emotion/react@11.11.3
)(@emotion/styled@11.11.0)(@types/react@18.2.45)(react@18.2.0)
'
@mui/types'
:
7.2.11(@types/react@18.2.45)
'
@mui/types'
:
7.2.11(@types/react@18.2.45)
'
@mui/utils'
:
5.15.
1
(@types/react@18.2.45)(react@18.2.0)
'
@mui/utils'
:
5.15.
2
(@types/react@18.2.45)(react@18.2.0)
'
@types/react'
:
18.2.45
'
@types/react'
:
18.2.45
clsx
:
2.0.0
clsx
:
2.0.0
prop-types
:
15.8.1
prop-types
:
15.8.1
...
@@ -982,8 +982,8 @@ packages:
...
@@ -982,8 +982,8 @@ packages:
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.
1
(@types/react@18.2.45)(react@18.2.0)
:
/@mui/private-theming@5.15.
2
(@types/react@18.2.45)(react@18.2.0)
:
resolution
:
{
integrity
:
sha512-
wTbzuy5KjSvCPE9UVJktWHJ0b/tD5biavY9wvF+OpYDLPpdXK52vc1hTDxSbdkHIFMkJExzrwO9GvpVAHZBnFQ
==
}
resolution
:
{
integrity
:
sha512-
KlXx5TH1Mw9omSY+Q6rz5TA/P71meSYaAOeopiW8s6o433+fnOxS17rZbmd1RnDZGCo+j24TfCavQuCMBAZnQA
==
}
engines
:
{
node
:
'
>=12.0.0'
}
engines
:
{
node
:
'
>=12.0.0'
}
peerDependencies
:
peerDependencies
:
'
@types/react'
:
^17.0.0 || ^18.0.0
'
@types/react'
:
^17.0.0 || ^18.0.0
...
@@ -993,14 +993,14 @@ packages:
...
@@ -993,14 +993,14 @@ packages:
optional
:
true
optional
:
true
dependencies
:
dependencies
:
'
@babel/runtime'
:
7.23.6
'
@babel/runtime'
:
7.23.6
'
@mui/utils'
:
5.15.
1
(@types/react@18.2.45)(react@18.2.0)
'
@mui/utils'
:
5.15.
2
(@types/react@18.2.45)(react@18.2.0)
'
@types/react'
:
18.2.45
'
@types/react'
:
18.2.45
prop-types
:
15.8.1
prop-types
:
15.8.1
react
:
18.2.0
react
:
18.2.0
dev
:
false
dev
:
false
/@mui/styled-engine@5.15.
1(@emotion/react@11.11.1
)(@emotion/styled@11.11.0)(react@18.2.0)
:
/@mui/styled-engine@5.15.
2(@emotion/react@11.11.3
)(@emotion/styled@11.11.0)(react@18.2.0)
:
resolution
:
{
integrity
:
sha512-
7WDZTJLqGexWDjqE9oAgjU8ak6hEtUw2yQU7SIYID5kLVO2Nj/Wi/KicbLsXnTsJNvSqePIlUIWTBSXwWJCPZw
==
}
resolution
:
{
integrity
:
sha512-
fYEN3IZzbebeHwAmQHhxwruiOIi8W74709qXg/7tgtHV4byQSmPgnnKsZkg0hFlzjEbcJIRZyZI0qEecgpR2cg
==
}
engines
:
{
node
:
'
>=12.0.0'
}
engines
:
{
node
:
'
>=12.0.0'
}
peerDependencies
:
peerDependencies
:
'
@emotion/react'
:
^11.4.1
'
@emotion/react'
:
^11.4.1
...
@@ -1014,15 +1014,15 @@ packages:
...
@@ -1014,15 +1014,15 @@ packages:
dependencies
:
dependencies
:
'
@babel/runtime'
:
7.23.6
'
@babel/runtime'
:
7.23.6
'
@emotion/cache'
:
11.11.0
'
@emotion/cache'
:
11.11.0
'
@emotion/react'
:
11.11.
1
(@types/react@18.2.45)(react@18.2.0)
'
@emotion/react'
:
11.11.
3
(@types/react@18.2.45)(react@18.2.0)
'
@emotion/styled'
:
11.11.0(@emotion/react@11.11.
1
)(@types/react@18.2.45)(react@18.2.0)
'
@emotion/styled'
:
11.11.0(@emotion/react@11.11.
3
)(@types/react@18.2.45)(react@18.2.0)
csstype
:
3.1.2
csstype
:
3.1.2
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.
1(@emotion/react@11.11.1
)(@emotion/styled@11.11.0)(@types/react@18.2.45)(react@18.2.0)
:
/@mui/system@5.15.
2(@emotion/react@11.11.3
)(@emotion/styled@11.11.0)(@types/react@18.2.45)(react@18.2.0)
:
resolution
:
{
integrity
:
sha512-
LAnP0ls69rqW9eBgI29phIx/lppv+WDGI7b3EJN7VZIqw0RezA0GD7NRpV12BgEYJABEii6z5Q9B5tg7dsX0Iw
==
}
resolution
:
{
integrity
:
sha512-
I7CzLiHDtU/BTobJgSk+wPGGWG95K8lYfdFEnq//wOgSrLDAdOVvl2gleDxJWO+yAbGz4RKEOnR9KuD+xQZH4A
==
}
engines
:
{
node
:
'
>=12.0.0'
}
engines
:
{
node
:
'
>=12.0.0'
}
peerDependencies
:
peerDependencies
:
'
@emotion/react'
:
^11.5.0
'
@emotion/react'
:
^11.5.0
...
@@ -1038,12 +1038,12 @@ packages:
...
@@ -1038,12 +1038,12 @@ packages:
optional
:
true
optional
:
true
dependencies
:
dependencies
:
'
@babel/runtime'
:
7.23.6
'
@babel/runtime'
:
7.23.6
'
@emotion/react'
:
11.11.
1
(@types/react@18.2.45)(react@18.2.0)
'
@emotion/react'
:
11.11.
3
(@types/react@18.2.45)(react@18.2.0)
'
@emotion/styled'
:
11.11.0(@emotion/react@11.11.
1
)(@types/react@18.2.45)(react@18.2.0)
'
@emotion/styled'
:
11.11.0(@emotion/react@11.11.
3
)(@types/react@18.2.45)(react@18.2.0)
'
@mui/private-theming'
:
5.15.
1
(@types/react@18.2.45)(react@18.2.0)
'
@mui/private-theming'
:
5.15.
2
(@types/react@18.2.45)(react@18.2.0)
'
@mui/styled-engine'
:
5.15.
1(@emotion/react@11.11.1
)(@emotion/styled@11.11.0)(react@18.2.0)
'
@mui/styled-engine'
:
5.15.
2(@emotion/react@11.11.3
)(@emotion/styled@11.11.0)(react@18.2.0)
'
@mui/types'
:
7.2.11(@types/react@18.2.45)
'
@mui/types'
:
7.2.11(@types/react@18.2.45)
'
@mui/utils'
:
5.15.
1
(@types/react@18.2.45)(react@18.2.0)
'
@mui/utils'
:
5.15.
2
(@types/react@18.2.45)(react@18.2.0)
'
@types/react'
:
18.2.45
'
@types/react'
:
18.2.45
clsx
:
2.0.0
clsx
:
2.0.0
csstype
:
3.1.2
csstype
:
3.1.2
...
@@ -1062,8 +1062,8 @@ packages:
...
@@ -1062,8 +1062,8 @@ packages:
'
@types/react'
:
18.2.45
'
@types/react'
:
18.2.45
dev
:
false
dev
:
false
/@mui/utils@5.15.
1
(@types/react@18.2.45)(react@18.2.0)
:
/@mui/utils@5.15.
2
(@types/react@18.2.45)(react@18.2.0)
:
resolution
:
{
integrity
:
sha512-
V1/d0E3Bju5YdB59HJf2G0tnHrFEvWLN+f8hAXp9+JSNy/LC2zKyqUfPPahflR6qsI681P8G9r4mEZte/SrrYA
==
}
resolution
:
{
integrity
:
sha512-
6dGM9/guFKBlFRHA7/mbM+E7wE7CYDy9Ny4JLtD3J+NTyhi8nd8YxlzgAgTaTVqY0BpdQ2zdfB/q6+p2EdGM0w
==
}
engines
:
{
node
:
'
>=12.0.0'
}
engines
:
{
node
:
'
>=12.0.0'
}
peerDependencies
:
peerDependencies
:
'
@types/react'
:
^17.0.0 || ^18.0.0
'
@types/react'
:
^17.0.0 || ^18.0.0
...
@@ -1493,8 +1493,8 @@ packages:
...
@@ -1493,8 +1493,8 @@ packages:
resolution
:
{
integrity
:
sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==
}
resolution
:
{
integrity
:
sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==
}
dev
:
true
dev
:
true
/@typescript-eslint/eslint-plugin@6.1
5.0(@typescript-eslint/parser@6.15
.0)(eslint@8.56.0)(typescript@5.3.3)
:
/@typescript-eslint/eslint-plugin@6.1
6.0(@typescript-eslint/parser@6.16
.0)(eslint@8.56.0)(typescript@5.3.3)
:
resolution
:
{
integrity
:
sha512-
j5qoikQqPccq9QoBAupOP+CBu8BaJ8BLjaXSioDISeTZkVO3ig7oSIKh3H+rEpee7xCXtWwSB4KIL5l6hWZzpg
==
}
resolution
:
{
integrity
:
sha512-
O5f7Kv5o4dLWQtPX4ywPPa+v9G+1q1x8mz0Kr0pXUtKsevo+gIJHLkGc8RxaZWtP8RrhwhSNIWThnW42K9/0rQ
==
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
peerDependencies
:
peerDependencies
:
'
@typescript-eslint/parser'
:
^6.0.0 || ^6.0.0-alpha
'
@typescript-eslint/parser'
:
^6.0.0 || ^6.0.0-alpha
...
@@ -1505,11 +1505,11 @@ packages:
...
@@ -1505,11 +1505,11 @@ packages:
optional
:
true
optional
:
true
dependencies
:
dependencies
:
'
@eslint-community/regexpp'
:
4.10.0
'
@eslint-community/regexpp'
:
4.10.0
'
@typescript-eslint/parser'
:
6.1
5
.0(eslint@8.56.0)(typescript@5.3.3)
'
@typescript-eslint/parser'
:
6.1
6
.0(eslint@8.56.0)(typescript@5.3.3)
'
@typescript-eslint/scope-manager'
:
6.1
5
.0
'
@typescript-eslint/scope-manager'
:
6.1
6
.0
'
@typescript-eslint/type-utils'
:
6.1
5
.0(eslint@8.56.0)(typescript@5.3.3)
'
@typescript-eslint/type-utils'
:
6.1
6
.0(eslint@8.56.0)(typescript@5.3.3)
'
@typescript-eslint/utils'
:
6.1
5
.0(eslint@8.56.0)(typescript@5.3.3)
'
@typescript-eslint/utils'
:
6.1
6
.0(eslint@8.56.0)(typescript@5.3.3)
'
@typescript-eslint/visitor-keys'
:
6.1
5
.0
'
@typescript-eslint/visitor-keys'
:
6.1
6
.0
debug
:
4.3.4
debug
:
4.3.4
eslint
:
8.56.0
eslint
:
8.56.0
graphemer
:
1.4.0
graphemer
:
1.4.0
...
@@ -1522,8 +1522,8 @@ packages:
...
@@ -1522,8 +1522,8 @@ packages:
-
supports-color
-
supports-color
dev
:
true
dev
:
true
/@typescript-eslint/parser@6.1
5
.0(eslint@8.56.0)(typescript@5.3.3)
:
/@typescript-eslint/parser@6.1
6
.0(eslint@8.56.0)(typescript@5.3.3)
:
resolution
:
{
integrity
:
sha512-
MkgKNnsjC6QwcMdlNAel24jjkEO/0hQaMDLqP4S9zq5HBAUJNQB6y+3DwLjX7b3l2b37eNAxMPLwb3/kh8VKdA
==
}
resolution
:
{
integrity
:
sha512-
H2GM3eUo12HpKZU9njig3DF5zJ58ja6ahj1GoHEHOgQvYxzoFJJEvC1MQ7T2l9Ha+69ZSOn7RTxOdpC/y3ikMw
==
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
peerDependencies
:
peerDependencies
:
eslint
:
^7.0.0 || ^8.0.0
eslint
:
^7.0.0 || ^8.0.0
...
@@ -1532,10 +1532,10 @@ packages:
...
@@ -1532,10 +1532,10 @@ packages:
typescript
:
typescript
:
optional
:
true
optional
:
true
dependencies
:
dependencies
:
'
@typescript-eslint/scope-manager'
:
6.1
5
.0
'
@typescript-eslint/scope-manager'
:
6.1
6
.0
'
@typescript-eslint/types'
:
6.1
5
.0
'
@typescript-eslint/types'
:
6.1
6
.0
'
@typescript-eslint/typescript-estree'
:
6.1
5
.0(typescript@5.3.3)
'
@typescript-eslint/typescript-estree'
:
6.1
6
.0(typescript@5.3.3)
'
@typescript-eslint/visitor-keys'
:
6.1
5
.0
'
@typescript-eslint/visitor-keys'
:
6.1
6
.0
debug
:
4.3.4
debug
:
4.3.4
eslint
:
8.56.0
eslint
:
8.56.0
typescript
:
5.3.3
typescript
:
5.3.3
...
@@ -1543,16 +1543,16 @@ packages:
...
@@ -1543,16 +1543,16 @@ packages:
-
supports-color
-
supports-color
dev
:
true
dev
:
true
/@typescript-eslint/scope-manager@6.1
5
.0
:
/@typescript-eslint/scope-manager@6.1
6
.0
:
resolution
:
{
integrity
:
sha512-
+BdvxYBltqrmgCNu4Li+fGDIkW9n//NrruzG9X1vBzaNK+ExVXPoGB71kneaVw/Jp+4rH/vaMAGC6JfMbHstVg
==
}
resolution
:
{
integrity
:
sha512-
0N7Y9DSPdaBQ3sqSCwlrm9zJwkpOuc6HYm7LpzLAPqBL7dmzAUimr4M29dMkOP/tEwvOCC/Cxo//yOfJD3HUiw
==
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
dependencies
:
dependencies
:
'
@typescript-eslint/types'
:
6.1
5
.0
'
@typescript-eslint/types'
:
6.1
6
.0
'
@typescript-eslint/visitor-keys'
:
6.1
5
.0
'
@typescript-eslint/visitor-keys'
:
6.1
6
.0
dev
:
true
dev
:
true
/@typescript-eslint/type-utils@6.1
5
.0(eslint@8.56.0)(typescript@5.3.3)
:
/@typescript-eslint/type-utils@6.1
6
.0(eslint@8.56.0)(typescript@5.3.3)
:
resolution
:
{
integrity
:
sha512-
CnmHKTfX6450Bo49hPg2OkIm/D/TVYV7jO1MCfPYGwf6x3GO0VU8YMO5AYMn+u3X05lRRxA4fWCz87GFQV6yVQ
==
}
resolution
:
{
integrity
:
sha512-
ThmrEOcARmOnoyQfYkHw/DX2SEYBalVECmoldVuH6qagKROp/jMnfXpAU/pAIWub9c4YTxga+XwgAkoA0pxfmg
==
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
peerDependencies
:
peerDependencies
:
eslint
:
^7.0.0 || ^8.0.0
eslint
:
^7.0.0 || ^8.0.0
...
@@ -1561,8 +1561,8 @@ packages:
...
@@ -1561,8 +1561,8 @@ packages:
typescript
:
typescript
:
optional
:
true
optional
:
true
dependencies
:
dependencies
:
'
@typescript-eslint/typescript-estree'
:
6.1
5
.0(typescript@5.3.3)
'
@typescript-eslint/typescript-estree'
:
6.1
6
.0(typescript@5.3.3)
'
@typescript-eslint/utils'
:
6.1
5
.0(eslint@8.56.0)(typescript@5.3.3)
'
@typescript-eslint/utils'
:
6.1
6
.0(eslint@8.56.0)(typescript@5.3.3)
debug
:
4.3.4
debug
:
4.3.4
eslint
:
8.56.0
eslint
:
8.56.0
ts-api-utils
:
1.0.3(typescript@5.3.3)
ts-api-utils
:
1.0.3(typescript@5.3.3)
...
@@ -1571,13 +1571,13 @@ packages:
...
@@ -1571,13 +1571,13 @@ packages:
-
supports-color
-
supports-color
dev
:
true
dev
:
true
/@typescript-eslint/types@6.1
5
.0
:
/@typescript-eslint/types@6.1
6
.0
:
resolution
:
{
integrity
:
sha512-
yXjbt//E4T/ee8Ia1b5mGlbNj9fB9lJP4jqLbZualwpP2BCQ5is6BcWwxpIsY4XKAhmdv3hrW92GdtJbatC6d
Q==
}
resolution
:
{
integrity
:
sha512-
hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3Jo
Q==
}
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.1
5
.0(typescript@5.3.3)
:
/@typescript-eslint/typescript-estree@6.1
6
.0(typescript@5.3.3)
:
resolution
:
{
integrity
:
sha512-
7mVZJN7Hd15OmGuWrp2T9UvqR2Ecg+1j/Bp1jXUEY2GZKV6FXlOIoqVDmLpBiEiq3katvj/2n2mR0SDwtloCew
==
}
resolution
:
{
integrity
:
sha512-
VTWZuixh/vr7nih6CfrdpmFNLEnoVBF1skfjdyGnNwXOH1SLeHItGdZDHhhAIzd3ACazyY2Fg76zuzOVTaknGA
==
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
peerDependencies
:
peerDependencies
:
typescript
:
'
*'
typescript
:
'
*'
...
@@ -1585,11 +1585,12 @@ packages:
...
@@ -1585,11 +1585,12 @@ packages:
typescript
:
typescript
:
optional
:
true
optional
:
true
dependencies
:
dependencies
:
'
@typescript-eslint/types'
:
6.1
5
.0
'
@typescript-eslint/types'
:
6.1
6
.0
'
@typescript-eslint/visitor-keys'
:
6.1
5
.0
'
@typescript-eslint/visitor-keys'
:
6.1
6
.0
debug
:
4.3.4
debug
:
4.3.4
globby
:
11.1.0
globby
:
11.1.0
is-glob
:
4.0.3
is-glob
:
4.0.3
minimatch
:
9.0.3
semver
:
7.5.4
semver
:
7.5.4
ts-api-utils
:
1.0.3(typescript@5.3.3)
ts-api-utils
:
1.0.3(typescript@5.3.3)
typescript
:
5.3.3
typescript
:
5.3.3
...
@@ -1597,8 +1598,8 @@ packages:
...
@@ -1597,8 +1598,8 @@ packages:
-
supports-color
-
supports-color
dev
:
true
dev
:
true
/@typescript-eslint/utils@6.1
5
.0(eslint@8.56.0)(typescript@5.3.3)
:
/@typescript-eslint/utils@6.1
6
.0(eslint@8.56.0)(typescript@5.3.3)
:
resolution
:
{
integrity
:
sha512-
eF82p0Wrrlt8fQSRL0bGXzK5nWPRV2dYQZdajcfzOD9+cQz9O7ugifrJxclB+xVOvWvagXfqS4Es7vpLP4augw
==
}
resolution
:
{
integrity
:
sha512-
T83QPKrBm6n//q9mv7oiSvy/Xq/7Hyw9SzSEhMHJwznEmQayfBM87+oAlkNAMEO7/MjIwKyOHgBJbxB0s7gx2A
==
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
peerDependencies
:
peerDependencies
:
eslint
:
^7.0.0 || ^8.0.0
eslint
:
^7.0.0 || ^8.0.0
...
@@ -1606,9 +1607,9 @@ packages:
...
@@ -1606,9 +1607,9 @@ packages:
'
@eslint-community/eslint-utils'
:
4.4.0(eslint@8.56.0)
'
@eslint-community/eslint-utils'
:
4.4.0(eslint@8.56.0)
'
@types/json-schema'
:
7.0.15
'
@types/json-schema'
:
7.0.15
'
@types/semver'
:
7.5.6
'
@types/semver'
:
7.5.6
'
@typescript-eslint/scope-manager'
:
6.1
5
.0
'
@typescript-eslint/scope-manager'
:
6.1
6
.0
'
@typescript-eslint/types'
:
6.1
5
.0
'
@typescript-eslint/types'
:
6.1
6
.0
'
@typescript-eslint/typescript-estree'
:
6.1
5
.0(typescript@5.3.3)
'
@typescript-eslint/typescript-estree'
:
6.1
6
.0(typescript@5.3.3)
eslint
:
8.56.0
eslint
:
8.56.0
semver
:
7.5.4
semver
:
7.5.4
transitivePeerDependencies
:
transitivePeerDependencies
:
...
@@ -1616,11 +1617,11 @@ packages:
...
@@ -1616,11 +1617,11 @@ packages:
-
typescript
-
typescript
dev
:
true
dev
:
true
/@typescript-eslint/visitor-keys@6.1
5
.0
:
/@typescript-eslint/visitor-keys@6.1
6
.0
:
resolution
:
{
integrity
:
sha512-
1zvtdC1a9h5Tb5jU9x3ADNXO9yjP8rXlaoChu0DQX40vf5ACVpYIVIZhIMZ6d5sDXH7vq4dsZBT1fEGj8D2n2w
==
}
resolution
:
{
integrity
:
sha512-
QSFQLruk7fhs91a/Ep/LqRdbJCZ1Rq03rqBdKT5Ky17Sz8zRLUksqIe9DW0pKtg/Z35/ztbLQ6qpOCN6rOC11A
==
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
dependencies
:
dependencies
:
'
@typescript-eslint/types'
:
6.1
5
.0
'
@typescript-eslint/types'
:
6.1
6
.0
eslint-visitor-keys
:
3.4.3
eslint-visitor-keys
:
3.4.3
dev
:
true
dev
:
true
...
@@ -1852,7 +1853,7 @@ packages:
...
@@ -1852,7 +1853,7 @@ packages:
postcss
:
^8.1.0
postcss
:
^8.1.0
dependencies
:
dependencies
:
browserslist
:
4.22.2
browserslist
:
4.22.2
caniuse-lite
:
1.0.3000157
1
caniuse-lite
:
1.0.3000157
2
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
...
@@ -1865,8 +1866,8 @@ packages:
...
@@ -1865,8 +1866,8 @@ packages:
engines
:
{
node
:
'
>=
0.4'
}
engines
:
{
node
:
'
>=
0.4'
}
dev
:
true
dev
:
true
/axios@1.6.
2
:
/axios@1.6.
3
:
resolution
:
{
integrity
:
sha512-
7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A
==
}
resolution
:
{
integrity
:
sha512-
fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww
==
}
dependencies
:
dependencies
:
follow-redirects
:
1.15.3
follow-redirects
:
1.15.3
form-data
:
4.0.0
form-data
:
4.0.0
...
@@ -1903,7 +1904,6 @@ packages:
...
@@ -1903,7 +1904,6 @@ packages:
resolution
:
{
integrity
:
sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
}
resolution
:
{
integrity
:
sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
}
dependencies
:
dependencies
:
balanced-match
:
1.0.2
balanced-match
:
1.0.2
dev
:
false
/braces@3.0.2
:
/braces@3.0.2
:
resolution
:
{
integrity
:
sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
}
resolution
:
{
integrity
:
sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
}
...
@@ -1916,7 +1916,7 @@ packages:
...
@@ -1916,7 +1916,7 @@ 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.3000157
1
caniuse-lite
:
1.0.3000157
2
electron-to-chromium
:
1.4.616
electron-to-chromium
:
1.4.616
node-releases
:
2.0.14
node-releases
:
2.0.14
update-browserslist-db
:
1.0.13(browserslist@4.22.2)
update-browserslist-db
:
1.0.13(browserslist@4.22.2)
...
@@ -1939,8 +1939,8 @@ packages:
...
@@ -1939,8 +1939,8 @@ packages:
engines
:
{
node
:
'
>=
6'
}
engines
:
{
node
:
'
>=
6'
}
dev
:
false
dev
:
false
/caniuse-lite@1.0.3000157
1
:
/caniuse-lite@1.0.3000157
2
:
resolution
:
{
integrity
:
sha512-
tYq/6MoXhdezDLFZuCO/TKboTzuQ/xR5cFdgXPfDtM7/kchBO3b4VWghE/OAi/DV7tTdhmLjZiZBZi1fA/GheQ
==
}
resolution
:
{
integrity
:
sha512-
1Pbh5FLmn5y4+QhNyJE9j3/7dK44dGB83/ZMjv/qJk86TvDbjk0LosiZo0i0WB0Vx607qMX9jYrn1VLHCkN4rw
==
}
dev
:
true
dev
:
true
/chalk@2.4.2
:
/chalk@2.4.2
:
...
@@ -1974,8 +1974,8 @@ packages:
...
@@ -1974,8 +1974,8 @@ packages:
fsevents
:
2.3.3
fsevents
:
2.3.3
dev
:
false
dev
:
false
/classnames@2.
3.2
:
/classnames@2.
4.0
:
resolution
:
{
integrity
:
sha512-
CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw
==
}
resolution
:
{
integrity
:
sha512-
lWxiIlphgAhTLN657pwU/ofFxsUTOWc2CRIFeoV5st0MGRJHStUnWIUJgDHxjUO/F0mXzGufXIM4Lfu/8h+MpA
==
}
dev
:
false
dev
:
false
/clsx@2.0.0
:
/clsx@2.0.0
:
...
@@ -3032,12 +3032,12 @@ packages:
...
@@ -3032,12 +3032,12 @@ packages:
/isexe@2.0.0
:
/isexe@2.0.0
:
resolution
:
{
integrity
:
sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
}
resolution
:
{
integrity
:
sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
}
/isomorphic-ws@5.0.0(ws@8.1
5.1
)
:
/isomorphic-ws@5.0.0(ws@8.1
6.0
)
:
resolution
:
{
integrity
:
sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==
}
resolution
:
{
integrity
:
sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==
}
peerDependencies
:
peerDependencies
:
ws
:
'
*'
ws
:
'
*'
dependencies
:
dependencies
:
ws
:
8.1
5.1
ws
:
8.1
6.0
dev
:
false
dev
:
false
/iterator.prototype@1.1.2
:
/iterator.prototype@1.1.2
:
...
@@ -3288,7 +3288,6 @@ packages:
...
@@ -3288,7 +3288,6 @@ packages:
engines
:
{
node
:
'
>=16
||
14
>=14.17'
}
engines
:
{
node
:
'
>=16
||
14
>=14.17'
}
dependencies
:
dependencies
:
brace-expansion
:
2.0.1
brace-expansion
:
2.0.1
dev
:
false
/minipass@7.0.4
:
/minipass@7.0.4
:
resolution
:
{
integrity
:
sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
}
resolution
:
{
integrity
:
sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
}
...
@@ -3322,7 +3321,7 @@ packages:
...
@@ -3322,7 +3321,7 @@ packages:
react-dom
:
18.2.0(react@18.2.0)
react-dom
:
18.2.0(react@18.2.0)
rtl-css-js
:
1.16.1
rtl-css-js
:
1.16.1
stacktrace-js
:
2.0.2
stacktrace-js
:
2.0.2
stylis
:
4.3.
0
stylis
:
4.3.
1
dev
:
false
dev
:
false
/nanoid@3.3.7
:
/nanoid@3.3.7
:
...
@@ -3351,11 +3350,11 @@ packages:
...
@@ -3351,11 +3350,11 @@ packages:
ts-error
:
1.0.6
ts-error
:
1.0.6
dev
:
false
dev
:
false
/nice-grpc-web@3.3.2(ws@8.1
5.1
)
:
/nice-grpc-web@3.3.2(ws@8.1
6.0
)
:
resolution
:
{
integrity
:
sha512-qetU+H6y6jVvI5NZdtTls9UdqdCNwhr4UxqL5SfH6v8ISxucxDVPRYxnZaoZyWjMRvRgAKiQDIMu0bB0oedD0A==
}
resolution
:
{
integrity
:
sha512-qetU+H6y6jVvI5NZdtTls9UdqdCNwhr4UxqL5SfH6v8ISxucxDVPRYxnZaoZyWjMRvRgAKiQDIMu0bB0oedD0A==
}
dependencies
:
dependencies
:
abort-controller-x
:
0.4.3
abort-controller-x
:
0.4.3
isomorphic-ws
:
5.0.0(ws@8.1
5.1
)
isomorphic-ws
:
5.0.0(ws@8.1
6.0
)
js-base64
:
3.7.5
js-base64
:
3.7.5
nice-grpc-common
:
2.0.2
nice-grpc-common
:
2.0.2
transitivePeerDependencies
:
transitivePeerDependencies
:
...
@@ -3590,11 +3589,11 @@ packages:
...
@@ -3590,11 +3589,11 @@ packages:
postcss
:
^8.2.14
postcss
:
^8.2.14
dependencies
:
dependencies
:
postcss
:
8.4.32
postcss
:
8.4.32
postcss-selector-parser
:
6.0.1
3
postcss-selector-parser
:
6.0.1
4
dev
:
false
dev
:
false
/postcss-selector-parser@6.0.1
3
:
/postcss-selector-parser@6.0.1
4
:
resolution
:
{
integrity
:
sha512-
EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ
==
}
resolution
:
{
integrity
:
sha512-
65xXYsT40i9GyWzlHQ5ShZoK7JZdySeOozi/tz2EezDo6c04q6+ckYMeoY7idaie1qp2dT5KoYQ2yky6JuoHnA
==
}
engines
:
{
node
:
'
>=4'
}
engines
:
{
node
:
'
>=4'
}
dependencies
:
dependencies
:
cssesc
:
3.0.0
cssesc
:
3.0.0
...
@@ -4182,8 +4181,8 @@ packages:
...
@@ -4182,8 +4181,8 @@ packages:
resolution
:
{
integrity
:
sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==
}
resolution
:
{
integrity
:
sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==
}
dev
:
false
dev
:
false
/stylis@4.3.
0
:
/stylis@4.3.
1
:
resolution
:
{
integrity
:
sha512-E
87pIogpwUsUwXw7dNyU4QDjdgVMy52m+XEOPEKUn161cCzWjjhPSQhByfd1CcNvrOLnXQ6OnnZDwnJrz/Z4Y
Q==
}
resolution
:
{
integrity
:
sha512-E
QepAV+wMsIaGVGX1RECzgrcqRRU/0sYOHkeLsZ3fzHaHXZy4DaOOX0vOlGQdlsjkh3mFHAIlVimpwAs4dsly
Q==
}
dev
:
false
dev
:
false
/sucrase@3.35.0
:
/sucrase@3.35.0
:
...
@@ -4241,7 +4240,7 @@ packages:
...
@@ -4241,7 +4240,7 @@ packages:
postcss-js
:
4.0.1(postcss@8.4.32)
postcss-js
:
4.0.1(postcss@8.4.32)
postcss-load-config
:
4.0.2(postcss@8.4.32)
postcss-load-config
:
4.0.2(postcss@8.4.32)
postcss-nested
:
6.0.1(postcss@8.4.32)
postcss-nested
:
6.0.1(postcss@8.4.32)
postcss-selector-parser
:
6.0.1
3
postcss-selector-parser
:
6.0.1
4
resolve
:
1.22.8
resolve
:
1.22.8
sucrase
:
3.35.0
sucrase
:
3.35.0
transitivePeerDependencies
:
transitivePeerDependencies
:
...
@@ -4533,8 +4532,8 @@ packages:
...
@@ -4533,8 +4532,8 @@ packages:
resolution
:
{
integrity
:
sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
}
resolution
:
{
integrity
:
sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
}
dev
:
true
dev
:
true
/ws@8.1
5.1
:
/ws@8.1
6.0
:
resolution
:
{
integrity
:
sha512-
W5OZiCjXEmk0yZ66ZN82beM5Sz7l7coYxpRkzS+p9PP+ToQry8szKh+61eNktr7EA9DOwvFGhfC605jDHbP6Q
Q==
}
resolution
:
{
integrity
:
sha512-
HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxy
Q==
}
engines
:
{
node
:
'
>=10.0.0'
}
engines
:
{
node
:
'
>=10.0.0'
}
peerDependencies
:
peerDependencies
:
bufferutil
:
^4.0.1
bufferutil
:
^4.0.1
...
...
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