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
667aaf06
Commit
667aaf06
authored
Jan 13, 2024
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update dependencies
parent
a8074d94
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
461 additions
and
459 deletions
+461
-459
go.mod
go.mod
+11
-11
go.sum
go.sum
+24
-24
package.json
web/package.json
+11
-11
pnpm-lock.yaml
web/pnpm-lock.yaml
+415
-413
No files found.
go.mod
View file @
667aaf06
...
@@ -25,12 +25,12 @@ require (
...
@@ -25,12 +25,12 @@ require (
github.com/stretchr/testify v1.8.4
github.com/stretchr/testify v1.8.4
github.com/swaggo/swag v1.16.2
github.com/swaggo/swag v1.16.2
go.uber.org/zap v1.26.0
go.uber.org/zap v1.26.0
golang.org/x/crypto v0.1
7
.0
golang.org/x/crypto v0.1
8
.0
golang.org/x/exp v0.0.0-202401
03183307-be819d1f06fc
golang.org/x/exp v0.0.0-202401
12132812-db7319d0e0e3
golang.org/x/mod v0.14.0
golang.org/x/mod v0.14.0
golang.org/x/net v0.
19
.0
golang.org/x/net v0.
20
.0
golang.org/x/oauth2 v0.1
5
.0
golang.org/x/oauth2 v0.1
6
.0
google.golang.org/genproto/googleapis/api v0.0.0-2024010
2182953-50ed04b92917
google.golang.org/genproto/googleapis/api v0.0.0-2024010
8191215-35c7eff3a6b1
google.golang.org/grpc v1.60.1
google.golang.org/grpc v1.60.1
modernc.org/sqlite v1.28.0
modernc.org/sqlite v1.28.0
)
)
...
@@ -44,7 +44,7 @@ require (
...
@@ -44,7 +44,7 @@ require (
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/go-openapi/jsonpointer v0.20.2 // indirect
github.com/go-openapi/jsonpointer v0.20.2 // indirect
github.com/go-openapi/jsonreference v0.20.4 // indirect
github.com/go-openapi/jsonreference v0.20.4 // indirect
github.com/go-openapi/spec v0.20.1
3
// indirect
github.com/go-openapi/spec v0.20.1
4
// indirect
github.com/go-openapi/swag v0.22.7 // indirect
github.com/go-openapi/swag v0.22.7 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
...
@@ -57,13 +57,13 @@ require (
...
@@ -57,13 +57,13 @@ require (
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/stoewer/go-strcase v1.3.0 // indirect
github.com/stoewer/go-strcase v1.3.0 // indirect
golang.org/x/image v0.15.0 // indirect
golang.org/x/image v0.15.0 // indirect
golang.org/x/tools v0.1
6.1
// indirect
golang.org/x/tools v0.1
7.0
// indirect
google.golang.org/genproto v0.0.0-2024010
2182953-50ed04b92917
// indirect
google.golang.org/genproto v0.0.0-2024010
8191215-35c7eff3a6b1
// indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-2024010
2182953-50ed04b92917
// indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-2024010
8191215-35c7eff3a6b1
// indirect
lukechampine.com/uint128 v1.3.0 // indirect
lukechampine.com/uint128 v1.3.0 // indirect
modernc.org/cc/v3 v3.41.0 // indirect
modernc.org/cc/v3 v3.41.0 // indirect
modernc.org/ccgo/v3 v3.16.15 // indirect
modernc.org/ccgo/v3 v3.16.15 // indirect
modernc.org/libc v1.
38.0
// indirect
modernc.org/libc v1.
40.1
// indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/memory v1.7.2 // indirect
modernc.org/memory v1.7.2 // indirect
modernc.org/opt v0.1.3 // indirect
modernc.org/opt v0.1.3 // indirect
...
@@ -102,7 +102,7 @@ require (
...
@@ -102,7 +102,7 @@ require (
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/posthog/posthog-go v0.0.0-202
30801140217-d607812dee6
9
github.com/posthog/posthog-go v0.0.0-202
40110105835-f2ee529330e
9
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/pflag v1.0.5 // indirect
...
...
go.sum
View file @
667aaf06
This diff is collapsed.
Click to expand it.
web/package.json
View file @
667aaf06
...
@@ -13,10 +13,10 @@
...
@@ -13,10 +13,10 @@
"@emotion/react"
:
"^11.11.3"
,
"@emotion/react"
:
"^11.11.3"
,
"@emotion/styled"
:
"^11.11.0"
,
"@emotion/styled"
:
"^11.11.0"
,
"@matejmazur/react-katex"
:
"^3.1.3"
,
"@matejmazur/react-katex"
:
"^3.1.3"
,
"@mui/joy"
:
"5.0.0-beta.2
0
"
,
"@mui/joy"
:
"5.0.0-beta.2
2
"
,
"@reduxjs/toolkit"
:
"^1.9.7"
,
"@reduxjs/toolkit"
:
"^1.9.7"
,
"axios"
:
"^1.6.
3
"
,
"axios"
:
"^1.6.
5
"
,
"classnames"
:
"^2.
4.0
"
,
"classnames"
:
"^2.
5.1
"
,
"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"
,
...
@@ -32,9 +32,9 @@
...
@@ -32,9 +32,9 @@
"react-hot-toast"
:
"^2.4.1"
,
"react-hot-toast"
:
"^2.4.1"
,
"react-i18next"
:
"^11.18.6"
,
"react-i18next"
:
"^11.18.6"
,
"react-redux"
:
"^8.1.3"
,
"react-redux"
:
"^8.1.3"
,
"react-router-dom"
:
"^6.21.
1
"
,
"react-router-dom"
:
"^6.21.
2
"
,
"react-use"
:
"^17.4.2"
,
"react-use"
:
"^17.4.2"
,
"tailwindcss"
:
"^3.4.
0
"
,
"tailwindcss"
:
"^3.4.
1
"
,
"textarea-caret"
:
"^3.1.0"
,
"textarea-caret"
:
"^3.1.0"
,
"uuid"
:
"^9.0.1"
,
"uuid"
:
"^9.0.1"
,
"zustand"
:
"^4.4.7"
"zustand"
:
"^4.4.7"
...
@@ -44,14 +44,14 @@
...
@@ -44,14 +44,14 @@
"@trivago/prettier-plugin-sort-imports"
:
"^3.4.0"
,
"@trivago/prettier-plugin-sort-imports"
:
"^3.4.0"
,
"@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.1
0.5
"
,
"@types/node"
:
"^20.1
1.0
"
,
"@types/qs"
:
"^6.9.11"
,
"@types/qs"
:
"^6.9.11"
,
"@types/react"
:
"^18.2.4
5
"
,
"@types/react"
:
"^18.2.4
7
"
,
"@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
6.0
"
,
"@typescript-eslint/eslint-plugin"
:
"^6.1
8.1
"
,
"@typescript-eslint/parser"
:
"^6.1
6.0
"
,
"@typescript-eslint/parser"
:
"^6.1
8.1
"
,
"@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"
,
...
@@ -59,10 +59,10 @@
...
@@ -59,10 +59,10 @@
"eslint-plugin-prettier"
:
"^4.2.1"
,
"eslint-plugin-prettier"
:
"^4.2.1"
,
"eslint-plugin-react"
:
"^7.33.2"
,
"eslint-plugin-react"
:
"^7.33.2"
,
"less"
:
"^4.2.0"
,
"less"
:
"^4.2.0"
,
"postcss"
:
"^8.4.3
2
"
,
"postcss"
:
"^8.4.3
3
"
,
"prettier"
:
"2.6.2"
,
"prettier"
:
"2.6.2"
,
"typescript"
:
"^5.3.3"
,
"typescript"
:
"^5.3.3"
,
"vite"
:
"^5.0.1
0
"
"vite"
:
"^5.0.1
1
"
},
},
"resolutions"
:
{
"resolutions"
:
{
"csstype"
:
"3.1.2"
"csstype"
:
"3.1.2"
...
...
web/pnpm-lock.yaml
View file @
667aaf06
This diff is collapsed.
Click to expand it.
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