Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Clash Verge
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
Clash Verge
Commits
35aee15b
There was an error fetching the commit references. Please try again later.
Unverified
Commit
35aee15b
authored
3 years ago
by
GyDi
Browse files
Options
Downloads
Patches
Plain Diff
chore: update deps
parent
6f53c1bf
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package.json
+17
-17
17 additions, 17 deletions
package.json
yarn.lock
+181
-109
181 additions, 109 deletions
yarn.lock
with
198 additions
and
126 deletions
package.json
+
17
−
17
View file @
35aee15b
...
...
@@ -17,30 +17,30 @@
"prepare"
:
"husky install"
},
"dependencies"
:
{
"
@emotion/react
"
:
"
^11.9.
0
"
,
"
@emotion/styled
"
:
"
^11.
8.1
"
,
"
@mui/icons-material
"
:
"
^5.8.
0
"
,
"
@mui/material
"
:
"
^5.8.
1
"
,
"
@emotion/react
"
:
"
^11.9.
3
"
,
"
@emotion/styled
"
:
"
^11.
9.3
"
,
"
@mui/icons-material
"
:
"
^5.8.
3
"
,
"
@mui/material
"
:
"
^5.8.
3
"
,
"
@tauri-apps/api
"
:
"
^1.0.0-rc.6
"
,
"
ahooks
"
:
"
^3.
2.0
"
,
"
axios
"
:
"
^0.2
6.0
"
,
"
dayjs
"
:
"
^1.11.
0
"
,
"
i18next
"
:
"
^21.
6.14
"
,
"
ahooks
"
:
"
^3.
4.1
"
,
"
axios
"
:
"
^0.2
7.2
"
,
"
dayjs
"
:
"
^1.11.
3
"
,
"
i18next
"
:
"
^21.
8.9
"
,
"
monaco-editor
"
:
"
^0.33.0
"
,
"
react
"
:
"
^17.0.2
"
,
"
react-dom
"
:
"
^17.0.2
"
,
"
react-i18next
"
:
"
^11.1
5.6
"
,
"
react-router-dom
"
:
"
^6.
2.2
"
,
"
react-virtuoso
"
:
"
~
2.1
1.0
"
,
"
react-i18next
"
:
"
^11.1
7.1
"
,
"
react-router-dom
"
:
"
^6.
3.0
"
,
"
react-virtuoso
"
:
"
^
2.1
3.2
"
,
"
recoil
"
:
"
^0.6.1
"
,
"
snarkdown
"
:
"
^2.0.0
"
,
"
swr
"
:
"
^1.3.0
"
},
"devDependencies"
:
{
"
@actions/github
"
:
"
^5.0.
0
"
,
"
@actions/github
"
:
"
^5.0.
3
"
,
"
@tauri-apps/cli
"
:
"
^1.0.0-rc.13
"
,
"
@types/fs-extra
"
:
"
^9.0.13
"
,
"
@types/js-cookie
"
:
"
^3.0.
1
"
,
"
@types/js-cookie
"
:
"
^3.0.
2
"
,
"
@types/lodash
"
:
"
^4.14.180
"
,
"
@types/react
"
:
"
^17.0.0
"
,
"
@types/react-dom
"
:
"
^17.0.0
"
,
...
...
@@ -50,12 +50,12 @@
"
fs-extra
"
:
"
^10.0.0
"
,
"
https-proxy-agent
"
:
"
^5.0.1
"
,
"
husky
"
:
"
^7.0.0
"
,
"
node-fetch
"
:
"
^3.2.
0
"
,
"
node-fetch
"
:
"
^3.2.
6
"
,
"
prettier
"
:
"
^2.6.2
"
,
"
pretty-quick
"
:
"
^3.1.3
"
,
"
sass
"
:
"
^1.5
1.0
"
,
"
typescript
"
:
"
^4.
6.4
"
,
"
vite
"
:
"
^2.9.
9
"
,
"
sass
"
:
"
^1.5
2.3
"
,
"
typescript
"
:
"
^4.
7.3
"
,
"
vite
"
:
"
^2.9.
12
"
,
"
vite-plugin-monaco-editor
"
:
"
^1.0.10
"
,
"
vite-plugin-svgr
"
:
"
^2.1.0
"
},
...
...
This diff is collapsed.
Click to expand it.
yarn.lock
+
181
−
109
View file @
35aee15b
...
...
@@ -2,22 +2,22 @@
# yarn lockfile v1
"@actions/github@^5.0.
0
":
version "5.0.
0
"
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.
0
.tgz#
1754127976c50bd88b2e905f10d204d76d1472f8
"
integrity sha512-
QvE9eAAfEsS+yOOk0cylLBIO/d6WyWIOvsxxzdrPFaud39G6BOkUwScXZn1iBzQzHyu9SBkkLSWlohDWdsasAQ
==
"@actions/github@^5.0.
3
":
version "5.0.
3
"
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.
3
.tgz#
b305765d6173962d113451ea324ff675aa674f35
"
integrity sha512-
myjA/pdLQfhUGLtRZC/J4L1RXOG4o6aYdiEq+zr5wVVKljzbFld+xv10k1FX6IkIJtNxbAq44BdwSNpQ015P0A
==
dependencies:
"@actions/http-client" "^
1
.0.1
1
"
"@octokit/core" "^3.
4
.0"
"@octokit/plugin-paginate-rest" "^2.1
3.3
"
"@octokit/plugin-rest-endpoint-methods" "^5.1
.1
"
"@actions/http-client" "^
2
.0.1"
"@octokit/core" "^3.
6
.0"
"@octokit/plugin-paginate-rest" "^2.1
7.0
"
"@octokit/plugin-rest-endpoint-methods" "^5.1
3.0
"
"@actions/http-client@^
1
.0.1
1
":
version "
1
.0.1
1
"
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-
1
.0.1
1
.tgz#
c58b12e9aa8b159ee39e7dd6cbd0e91d905633c0
"
integrity sha512-
VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg
==
"@actions/http-client@^
2
.0.1":
version "
2
.0.1"
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-
2
.0.1.tgz#
873f4ca98fe32f6839462a6f046332677322f99c
"
integrity sha512-
PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw
==
dependencies:
tunnel "0.0.6"
tunnel "
^
0.0.6"
"@ampproject/remapping@^2.1.0":
version "2.1.2"
...
...
@@ -387,6 +387,17 @@
"@emotion/weak-memoize" "^0.2.5"
stylis "4.0.13"
"@emotion/cache@^11.9.3":
version "11.9.3"
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.9.3.tgz#96638449f6929fd18062cfe04d79b29b44c0d6cb"
integrity sha512-0dgkI/JKlCXa+lEXviaMtGBL0ynpx4osh7rjOXE71q9bIF8G+XhJgvi+wDu0B0IdCVx37BffiwXlN9I3UuzFvg==
dependencies:
"@emotion/memoize" "^0.7.4"
"@emotion/sheet" "^1.1.1"
"@emotion/utils" "^1.0.0"
"@emotion/weak-memoize" "^0.2.5"
stylis "4.0.13"
"@emotion/hash@^0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413"
...
...
@@ -399,20 +410,27 @@
dependencies:
"@emotion/memoize" "^0.7.4"
"@emotion/is-prop-valid@^1.1.3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.1.3.tgz#f0907a416368cf8df9e410117068e20fe87c0a3a"
integrity sha512-RFg04p6C+1uO19uG8N+vqanzKqiM9eeV1LDOG3bmkYmuOj7NbKNlFC/4EZq5gnwAIlcC/jOT24f8Td0iax2SXA==
dependencies:
"@emotion/memoize" "^0.7.4"
"@emotion/memoize@^0.7.4", "@emotion/memoize@^0.7.5":
version "0.7.5"
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50"
integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==
"@emotion/react@^11.9.
0
":
version "11.9.
0
"
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.9.
0
.tgz#
b6d42b1db3bd7511e7a7c4151dc8bc82e14593b8
"
integrity sha512-
lBVSF5d0ceKtfKCDQJveNAtkC7ayxpVlgOohLgXqRwqWr9bOf4TZAFFyIcNngnV6xK6X4x2ZeXq7vliHkoVkx
Q==
"@emotion/react@^11.9.
3
":
version "11.9.
3
"
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.9.
3
.tgz#
f4f4f34444f6654a2e550f5dab4f2d360c101df9
"
integrity sha512-
g9Q1GcTOlzOEjqwuLF/Zd9LC+4FljjPjDfxSM7KmEakm+hsHXk+bYZ2q+/hTJzr0OUNkujo72pXLQvXj6H+GJ
Q==
dependencies:
"@babel/runtime" "^7.13.10"
"@emotion/babel-plugin" "^11.7.1"
"@emotion/cache" "^11.
7.1
"
"@emotion/serialize" "^1.0.
3
"
"@emotion/cache" "^11.
9.3
"
"@emotion/serialize" "^1.0.
4
"
"@emotion/utils" "^1.1.0"
"@emotion/weak-memoize" "^0.2.5"
hoist-non-react-statics "^3.3.1"
...
...
@@ -428,10 +446,10 @@
"@emotion/utils" "^1.0.0"
csstype "^3.0.2"
"@emotion/serialize@^1.0.
3
":
version "1.0.
3
"
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.
3
.tgz#
99e2060c26c6292469fb30db41f4690e1c8fea63
"
integrity sha512-
2mSSvgLfyV3q+iVh3YWgNlUc2a9ZlDU7DjuP5MjK3AXRR0dYigCrP99aeFtaB2L/hjfEZdSThn5dsZ0ufqbvsA
==
"@emotion/serialize@^1.0.
4
":
version "1.0.
4
"
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.
4
.tgz#
ff31fd11bb07999611199c2229e152faadc21a3c
"
integrity sha512-
1JHamSpH8PIfFwAMryO2bNka+y8+KA5yga5Ocf2d7ZEiJjb7xlLW7aknBGZqJLajuLOvJ+72vN+IBSwPlXD1Pg
==
dependencies:
"@emotion/hash" "^0.8.0"
"@emotion/memoize" "^0.7.4"
...
...
@@ -444,15 +462,20 @@
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.1.0.tgz#56d99c41f0a1cda2726a05aa6a20afd4c63e58d2"
integrity sha512-u0AX4aSo25sMAygCuQTzS+HsImZFuS8llY8O7b9MDRzbJM0kVJlAz6KNDqcG7pOuQZJmj/8X/rAW+66kMnMW+g==
"@emotion/styled@^11.8.1":
version "11.8.1"
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.8.1.tgz#856f6f63aceef0eb783985fa2322e2bf66d04e17"
integrity sha512-OghEVAYBZMpEquHZwuelXcRjRJQOVayvbmNR0zr174NHdmMgrNkLC6TljKC5h9lZLkN5WGrdUcrKlOJ4phhoTQ==
"@emotion/sheet@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.1.1.tgz#015756e2a9a3c7c5f11d8ec22966a8dbfbfac787"
integrity sha512-J3YPccVRMiTZxYAY0IOq3kd+hUP8idY8Kz6B/Cyo+JuXq52Ek+zbPbSQUrVQp95aJ+lsAW7DPL1P2Z+U1jGkKA==
"@emotion/styled@^11.9.3":
version "11.9.3"
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.9.3.tgz#47f0c71137fec7c57035bf3659b52fb536792340"
integrity sha512-o3sBNwbtoVz9v7WB1/Y/AmXl69YHmei2mrVnK7JgyBJ//Rst5yqPZCecEJlMlJrFeWHp+ki/54uN265V2pEcXA==
dependencies:
"@babel/runtime" "^7.13.10"
"@emotion/babel-plugin" "^11.7.1"
"@emotion/is-prop-valid" "^1.1.
2
"
"@emotion/serialize" "^1.0.
2
"
"@emotion/is-prop-valid" "^1.1.
3
"
"@emotion/serialize" "^1.0.
4
"
"@emotion/utils" "^1.1.0"
"@emotion/unitless@^0.7.5":
...
...
@@ -501,10 +524,10 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"
"@mui/base@5.0.0-alpha.8
2
":
version "5.0.0-alpha.8
2
"
resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-alpha.8
2
.tgz#
19645af6790a79587517a5782ee32bf9ab7f7ac8
"
integrity sha512-
WUVDjCGnLXzmGxrmfW31blhucg0sRX4YddK2Falq7FlVzwdJaPgWn/xzPZmdLL0+WXon0gQVnDrq2qvggE/GMg
==
"@mui/base@5.0.0-alpha.8
4
":
version "5.0.0-alpha.8
4
"
resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-alpha.8
4
.tgz#
83c580c9b04b4e4efe3fb39572720470b0d7cc29
"
integrity sha512-
uDx+wGVytS+ZHiWHyzUyijY83GSIXJpzSJ0PGc/8/s+8nBzeHvaPKrAyJz15ASLr52hYRA6PQGqn0eRAsB7syQ
==
dependencies:
"@babel/runtime" "^7.17.2"
"@emotion/is-prop-valid" "^1.1.2"
...
...
@@ -515,26 +538,26 @@
prop-types "^15.8.1"
react-is "^17.0.2"
"@mui/icons-material@^5.8.
0
":
version "5.8.
0
"
resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.8.
0
.tgz#
c85768434bda885c64a8e4b9e222e73912244570
"
integrity sha512-
ScwLxa0q5VYV70Jfc60V/9VD0b9SvIeZ0Jddx2Dt2pBUFFO9vKdrbt9LYiT+4p21Au5NdYIb2XSHj46CLN1v3g
==
"@mui/icons-material@^5.8.
3
":
version "5.8.
3
"
resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.8.
3
.tgz#
75c8bde42e6ba71e3871439a2b751be987343493
"
integrity sha512-
dAdhimSLKOV0Q8FR7AYGEaCrTUh9OV7zU4Ueo5REoUt4cC3Vy+UBKDjZk66x5ezaYb63AFgQIFwtnZj3B/QDbQ
==
dependencies:
"@babel/runtime" "^7.17.2"
"@mui/material@^5.8.
1
":
version "5.8.
1
"
resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.8.
1
.tgz#
ff3c0dc65cf975362f8b141d4713a6d88b9f08e9
"
integrity sha512-
Vl3BHFzOcAT5TJfvzoQUyuo/Xckn+/NSRyJ8upM4Hbz6Y1egW6P8f1RCa4FdkEfPSd5wSSYdmPfAiEh8eI4rP
g==
"@mui/material@^5.8.
3
":
version "5.8.
3
"
resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.8.
3
.tgz#
86681d14c1a119d1d9b6b981c864736d075d095f
"
integrity sha512-
8UecY/W9SMtEZm5PMCUcMbujajVP6fobu0BgBPiIWwwWRblZVEzqprY6v1P2me7qCyrve4L4V/rqAKPKhVHOS
g==
dependencies:
"@babel/runtime" "^7.17.2"
"@mui/base" "5.0.0-alpha.8
2
"
"@mui/system" "^5.8.
1
"
"@mui/base" "5.0.0-alpha.8
4
"
"@mui/system" "^5.8.
3
"
"@mui/types" "^7.1.3"
"@mui/utils" "^5.8.0"
"@types/react-transition-group" "^4.4.4"
clsx "^1.1.1"
csstype "^3.
0.11
"
csstype "^3.
1.0
"
hoist-non-react-statics "^3.3.2"
prop-types "^15.8.1"
react-is "^17.0.2"
...
...
@@ -558,10 +581,10 @@
"@emotion/cache" "^11.7.1"
prop-types "^15.8.1"
"@mui/system@^5.8.
1
":
version "5.8.
1
"
resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.8.
1
.tgz#
57863657c5dc3edb6b2b11836dede3e0c4871ae9
"
integrity sha512-
kWJMEN62+HJb4LMRNEAZQYc++FPYsqPsU9dCL7ByLgmz/ZzRrZ8FjDi2r4j0ZeE4kaVvqBXh+RA7tLzmCKqV9w
==
"@mui/system@^5.8.
3
":
version "5.8.
3
"
resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.8.
3
.tgz#
66db174f1b5c244eb73dbc48527509782a22ec0a
"
integrity sha512-
/tyGQcYqZT0nl98qV9XnGiedTO+V7VHc28k4POfhMJNedB1CRrwWRm767DeEdc5f/8CU2See3WD16ikP6pYiOA
==
dependencies:
"@babel/runtime" "^7.17.2"
"@mui/private-theming" "^5.8.0"
...
...
@@ -569,7 +592,7 @@
"@mui/types" "^7.1.3"
"@mui/utils" "^5.8.0"
clsx "^1.1.1"
csstype "^3.
0.11
"
csstype "^3.
1.0
"
prop-types "^15.8.1"
"@mui/types@^7.1.3":
...
...
@@ -595,7 +618,7 @@
dependencies:
"@octokit/types" "^6.0.3"
"@octokit/core@^3.
4
.0":
"@octokit/core@^3.
6
.0":
version "3.6.0"
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.6.0.tgz#3376cb9f3008d9b3d110370d90e0a1fcd5fe6085"
integrity sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==
...
...
@@ -631,14 +654,14 @@
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-11.2.0.tgz#b38d7fc3736d52a1e96b230c1ccd4a58a2f400a6"
integrity sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA==
"@octokit/plugin-paginate-rest@^2.1
3.3
":
"@octokit/plugin-paginate-rest@^2.1
7.0
":
version "2.17.0"
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.17.0.tgz#32e9c7cab2a374421d3d0de239102287d791bce7"
integrity sha512-tzMbrbnam2Mt4AhuyCHvpRkS0oZ5MvwwcQPYGtMv4tUa5kkzG58SVB0fcsLulOZQeRnOgdkZWkRUiyBlh0Bkyw==
dependencies:
"@octokit/types" "^6.34.0"
"@octokit/plugin-rest-endpoint-methods@^5.1
.1
":
"@octokit/plugin-rest-endpoint-methods@^5.1
3.0
":
version "5.13.0"
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.13.0.tgz#8c46109021a3412233f6f50d28786f8e552427ba"
integrity sha512-uJjMTkN1KaOIgNtUPMtIXDOjx6dGYysdIFhgA52x4xSadQCz3b/zJexvITDVpANnfKPW/+E0xkOvLntqMYpviA==
...
...
@@ -847,10 +870,10 @@
resolved "https://registry.yarnpkg.com/@types/js-cookie/-/js-cookie-2.2.7.tgz#226a9e31680835a6188e887f3988e60c04d3f6a3"
integrity sha512-aLkWa0C0vO5b4Sr798E26QgOkss68Un0bLjs7u9qxzPT5CG+8DuNTffWES58YzJs3hrVAOs1wonycqEBqNJubA==
"@types/js-cookie@^3.0.
1
":
version "3.0.
1
"
resolved "https://registry.yarnpkg.com/@types/js-cookie/-/js-cookie-3.0.
1
.tgz#
04aa743e2e0a85a22ee9aa61f6591a8bc19b5d68
"
integrity sha512-
7wg/8gfHltklehP+oyJnZrz9XBuX5ZPP4zB6UsI84utdlkRYLnOm2HfpLXazTwZA+fpGn0ir8tGNgVnMEleBGQ
==
"@types/js-cookie@^3.0.
2
":
version "3.0.
2
"
resolved "https://registry.yarnpkg.com/@types/js-cookie/-/js-cookie-3.0.
2
.tgz#
451eaeece64c6bdac8b2dde0caab23b085899e0d
"
integrity sha512-
6+0ekgfusHftJNYpihfkMu8BWdeHs9EOJuGcSofErjstGPfPGEu9yTu4t460lTzzAMl2cM5zngQJqPMHbbnvYA
==
"@types/lodash@^4.14.180":
version "4.14.180"
...
...
@@ -960,10 +983,10 @@ ahooks-v3-count@^1.0.0:
resolved "https://registry.yarnpkg.com/ahooks-v3-count/-/ahooks-v3-count-1.0.0.tgz#ddeb392e009ad6e748905b3cbf63a9fd8262ca80"
integrity sha512-V7uUvAwnimu6eh/PED4mCDjE7tokeZQLKlxg9lCTMPhN+NjsSbtdacByVlR1oluXQzD3MOw55wylDmQo4+S9ZQ==
ahooks@^3.
2.0
:
version "3.
2.0
"
resolved "https://registry.yarnpkg.com/ahooks/-/ahooks-3.
2.0
.tgz#
e610a65c534992d05497aa94eb0816802ffa88a3
"
integrity sha512-
QzwiEhMyI5h7M3VG9NS27cfPllE6wSuKso6NASYeivZZGDrg1PxZ/0tHQ/rVwu0BSYDA9LNUBkSYoHTlOwOjvg
==
ahooks@^3.
4.1
:
version "3.
4.1
"
resolved "https://registry.yarnpkg.com/ahooks/-/ahooks-3.
4.1
.tgz#
6ce6859039c529311344dc840fe4021680de901a
"
integrity sha512-
PMxCDO6JsFdNrAyN3cW1J/2qt/vy2EJ/9KhxGOxj41hJhQddjgaBJjZKf/FrrnZmL+3yGPioZtbC4C7q7ru3yA
==
dependencies:
"@types/js-cookie" "^2.x.x"
ahooks-v3-count "^1.0.0"
...
...
@@ -1011,12 +1034,18 @@ arrify@^2.0.1:
resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa"
integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==
axios@^0.26.0:
version "0.26.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.1.tgz#1ede41c51fcf51bbbd6fd43669caaa4f0495aaa9"
integrity sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==
asynckit@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
axios@^0.27.2:
version "0.27.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
dependencies:
follow-redirects "^1.14.8"
follow-redirects "^1.14.9"
form-data "^4.0.0"
babel-plugin-macros@^2.6.1:
version "2.8.0"
...
...
@@ -1160,6 +1189,13 @@ color-name@~1.1.4:
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
combined-stream@^1.0.8:
version "1.0.8"
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
dependencies:
delayed-stream "~1.0.0"
concat-map@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
...
...
@@ -1210,17 +1246,27 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.1:
shebang-command "^2.0.0"
which "^2.0.1"
csstype@^3.0.11,
csstype@^3.0.2:
csstype@^3.0.2:
version "3.0.11"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.11.tgz#d66700c5eacfac1940deb4e3ee5642792d85cd33"
integrity sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw==
csstype@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.0.tgz#4ddcac3718d787cf9df0d1b7d15033925c8f29f2"
integrity sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==
data-uri-to-buffer@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz#b5db46aea50f6176428ac05b73be39a57701a64b"
integrity sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==
dayjs@^1.11.0, dayjs@^1.9.1:
dayjs@^1.11.3:
version "1.11.3"
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.3.tgz#4754eb694a624057b9ad2224b67b15d552589258"
integrity sha512-xxwlswWOlGhzgQ4TKzASQkUhqERI3egRNqgV4ScR8wlANA/A9tZ7miXa44vTTKEq5l7vWoL5G57bG3zA+Kow0A==
dayjs@^1.9.1:
version "1.11.0"
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.0.tgz#009bf7ef2e2ea2d5db2e6583d2d39a4b5061e805"
integrity sha512-JLC809s6Y948/FuCZPm5IX8rRhQwOiyMb2TfVVQEixG7P8Lm/gt5S7yoQZmC8x1UehI9Pb7sksEt4xx14m+7Ug==
...
...
@@ -1232,6 +1278,11 @@ debug@4, debug@^4.1.0:
dependencies:
ms "2.1.2"
delayed-stream@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==
deprecation@^2.0.0, deprecation@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/deprecation/-/deprecation-2.3.1.tgz#6368cbdb40abf3373b525ac87e4a260c3a700919"
...
...
@@ -1463,10 +1514,19 @@ find-up@^4.1.0:
locate-path "^5.0.0"
path-exists "^4.0.0"
follow-redirects@^1.14.8:
version "1.14.9"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==
follow-redirects@^1.14.9:
version "1.15.1"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==
form-data@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
dependencies:
asynckit "^0.4.0"
combined-stream "^1.0.8"
mime-types "^2.1.12"
formdata-polyfill@^4.0.10:
version "4.0.10"
...
...
@@ -1589,10 +1649,10 @@ husky@^7.0.0:
resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.4.tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535"
integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==
i18next@^21.
6.14
:
version "21.
6.14
"
resolved "https://registry.yarnpkg.com/i18next/-/i18next-21.
6.14
.tgz#
2bc199fba7f4da44b5952d7df0a3814a6e5c3943
"
integrity sha512-
XL6WyD+xlwQwbieXRlXhKWoLb/rkch50/rA+vl6untHnJ+aYnkQ0YDZciTWE78PPhOpbi2gR0LTJCJpiAhA+uQ
==
i18next@^21.
8.9
:
version "21.
8.9
"
resolved "https://registry.yarnpkg.com/i18next/-/i18next-21.
8.9
.tgz#
c79edd5bba61e0a0d5b43a93d52e2d13a526de82
"
integrity sha512-
PY9a/8ADVmnju1tETeglbbVQi+nM5pcJQWm9kvKMTE3GPgHHtpDsHy5HQ/hccz2/xtW7j3vuso23JdQSH0EttA
==
dependencies:
"@babel/runtime" "^7.17.2"
...
...
@@ -1733,6 +1793,18 @@ merge-stream@^2.0.0:
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
mime-db@1.52.0:
version "1.52.0"
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
mime-types@^2.1.12:
version "2.1.35"
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==
dependencies:
mime-db "1.52.0"
mimic-fn@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
...
...
@@ -1788,10 +1860,10 @@ node-fetch@^2.6.7:
dependencies:
whatwg-url "^5.0.0"
node-fetch@^3.2.
0
:
version "3.2.
3
"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.
3
.tgz#
a03c9cc2044d21d1a021566bd52f080f333719a6
"
integrity sha512-
AXP18u4pidSZ1xYXRDPY/8jdv3RAozIt/WLNR/MBGZAz+xjtlr90RvCnsvHQRiXyWliZF/CpytExp32UU67/SA
==
node-fetch@^3.2.
6
:
version "3.2.
6
"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.
6
.tgz#
6d4627181697a9d9674aae0d61548e0d629b31b9
"
integrity sha512-
LAy/HZnLADOVkVPubaxHDft29booGglPFDr2Hw0J1AercRh01UiVFm++KMDnJeH9sHgNB4hsXPii7Sgym/sTbw
==
dependencies:
data-uri-to-buffer "^4.0.0"
fetch-blob "^3.1.4"
...
...
@@ -1956,10 +2028,10 @@ react-dom@^17.0.2:
object-assign "^4.1.1"
scheduler "^0.20.2"
react-i18next@^11.1
5.6
:
version "11.1
6.2
"
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-11.1
6.2
.tgz#
650b18c12a624057ee2651ba4b4a989b526be554
"
integrity sha512-
1iuZduvARUelL5ux663FvIoDZExwFO+9QtRAAt4uvs1/aun4cUZt8XBrVg7iiDgNls9cOSORAhE7Ri5KA9RMv
g==
react-i18next@^11.1
7.1
:
version "11.1
7.1
"
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-11.1
7.1
.tgz#
3a5309ac6c093b4c556c7f8a0a808c034929040c
"
integrity sha512-
4H4fK9vWsQtPP0iAdqzGfdPKLaSXpCjuh1xaGsejX/CO8tx8zCnrOnlQhMgrJf+OlUfzth5YaDPXYGp3RHxV1
g==
dependencies:
"@babel/runtime" "^7.14.5"
html-escaper "^2.0.2"
...
...
@@ -1980,18 +2052,18 @@ react-refresh@^0.13.0:
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.13.0.tgz#cbd01a4482a177a5da8d44c9755ebb1f26d5a1c1"
integrity sha512-XP8A9BT0CpRBD+NYLLeIhld/RqG9+gktUjW1FkE+Vm7OCinbG1SshcK5tb9ls4kzvjZr9mOQc7HYgBngEyPAXg==
react-router-dom@^6.
2.2
:
version "6.
2.2
"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.
2.2
.tgz#
f1a2c88365593c76b9612ae80154a13fcb72e442
"
integrity sha512-
AtYEsAST7bDD4dLSQHDnk/qxWLJdad5t1HFa1qJyUrCeGgEuCSw0VB/27ARbF9Fi/W5598ujvJOm3ujUCVzuYQ
==
react-router-dom@^6.
3.0
:
version "6.
3.0
"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.
3.0
.tgz#
a0216da813454e521905b5fa55e0e5176123f43d
"
integrity sha512-
uaJj7LKytRxZNQV8+RbzJWnJ8K2nPsOOEuX7aQstlMZKQT0164C+X2w6bnkqU3sjtLvpd5ojrezAyfZ1+0sStw
==
dependencies:
history "^5.2.0"
react-router "6.
2.2
"
react-router "6.
3.0
"
react-router@6.
2.2
:
version "6.
2.2
"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.
2.2
.tgz#
495e683a0c04461eeb3d705fe445d6cf42f0c249
"
integrity sha512-
/MbxyLzd7Q7amp4gDOGaYvXwhEojkJD5BtExkuKmj39VEE0m3l/zipf6h2WIB2jyAO0lI6NGETh4RDcktRm4A
Q==
react-router@6.
3.0
:
version "6.
3.0
"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.
3.0
.tgz#
3970cc64b4cb4eae0c1ea5203a80334fdd175557
"
integrity sha512-
7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboB
Q==
dependencies:
history "^5.2.0"
...
...
@@ -2005,10 +2077,10 @@ react-transition-group@^4.4.2:
loose-envify "^1.4.0"
prop-types "^15.6.2"
react-virtuoso@
~
2.1
1.0
:
version "2.1
1.0
"
resolved "https://registry.yarnpkg.com/react-virtuoso/-/react-virtuoso-2.1
1.0
.tgz#
56c23c2f7c322d4ea940b550581508ca6aaf699f
"
integrity sha512-
8Lb0duo23pceUR0f5FMh3qoSRtO6XTYD/Hh3JHjNtRcvTl9rq87rk182tbKNwVDc4zvlO0WLlxytmMuHxuHg6Q
==
react-virtuoso@
^
2.1
3.2
:
version "2.1
3.2
"
resolved "https://registry.yarnpkg.com/react-virtuoso/-/react-virtuoso-2.1
3.2
.tgz#
dc5403e57e3e5aec0f4fe222f61e152f2a7f8017
"
integrity sha512-
DuZpTCC0rY5SAKPHQoZPKX3xAYN2iAGcG3P1Z7JVjq/8727usIwpSwvXGomyCvBIC2DHBX4yX46nVZ97+C6Pkw
==
dependencies:
"@virtuoso.dev/react-urx" "^0.2.12"
"@virtuoso.dev/urx" "^0.2.12"
...
...
@@ -2071,10 +2143,10 @@ safe-buffer@~5.1.1:
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
sass@^1.5
1.0
:
version "1.5
1.0
"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.5
1.0
.tgz#
25ea36cf819581fe1fe8329e8c3a4eaaf70d2845
"
integrity sha512-
haGdpTgywJTvHC2b91GSq+clTKGbtkkZmVAb82jZQN/wTy6qs8DdFm2lhEQbEwrY0QDRgSQ3xDurqM977C3no
A==
sass@^1.5
2.3
:
version "1.5
2.3
"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.5
2.3
.tgz#
b7cc7ffea2341ccc9a0c4fd372bf1b3f9be1b6cb
"
integrity sha512-
LNNPJ9lafx+j1ArtA7GyEJm9eawXN8KlA1+5dF6IZyoONg1Tyo/g+muOsENWJH/2Q1FHbbV4UwliU0cXMa/VI
A==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"
...
...
@@ -2186,7 +2258,7 @@ tr46@~0.0.3:
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
tunnel@0.0.6:
tunnel@
^
0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==
...
...
@@ -2196,10 +2268,10 @@ type-fest@2.12.2:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.12.2.tgz#80a53614e6b9b475eb9077472fb7498dc7aa51d0"
integrity sha512-qt6ylCGpLjZ7AaODxbpyBZSs9fCI9SkL3Z9q2oxMBQhs/uyY+VD8jHA8ULCGmWQJlBgqvO3EJeAngOHD8zQCrQ==
typescript@^4.
6.4
:
version "4.
6.4
"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.
6.4
.tgz#
caa78bbc3a59e6a5c510d35703f6a09877ce45e9
"
integrity sha512-
9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg
==
typescript@^4.
7.3
:
version "4.
7.3
"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.
7.3
.tgz#
8364b502d5257b540f9de4c40be84c98e23a129d
"
integrity sha512-
WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA
==
universal-user-agent@^6.0.0:
version "6.0.0"
...
...
@@ -2223,10 +2295,10 @@ vite-plugin-svgr@^2.1.0:
dependencies:
"@svgr/core" "^6.2.1"
vite@^2.9.
9
:
version "2.9.
9
"
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.
9
.tgz#
8b558987db5e60fedec2f4b003b73164cb081c5e
"
integrity sha512-
ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5E
w==
vite@^2.9.
12
:
version "2.9.
12
"
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.
12
.tgz#
b1d636b0a8ac636afe9d83e3792d4895509a941b
"
integrity sha512-
suxC36dQo9Rq1qMB2qiRorNJtJAdxguu5TMvBHOc/F370KvqAe9t48vYp+/TbPKRNrMh/J55tOUmkuIqstZae
w==
dependencies:
esbuild "^0.14.27"
postcss "^8.4.13"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment