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
Expand all
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:
-
"
web/**"
jobs
:
eslint
-checks
:
static
-checks
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v4
...
...
@@ -28,6 +28,9 @@ jobs:
-
name
:
Run eslint check
run
:
pnpm lint
working-directory
:
web
-
name
:
Run type checks
run
:
pnpm type-checks
working-directory
:
web
frontend-build
:
runs-on
:
ubuntu-latest
...
...
web/package.json
View file @
2e87da49
...
...
@@ -4,10 +4,9 @@
"dev"
:
"vite"
,
"build"
:
"tsc && vite build"
,
"lint"
:
"eslint --ext .js,.ts,.tsx, src"
,
"type-check"
:
"tsc"
,
"type-check"
:
"tsc
--noEmit
"
,
"postinstall"
:
"cd ../proto && buf generate"
},
"packageManager"
:
"pnpm@8.7.0"
,
"dependencies"
:
{
"@emotion/react"
:
"^11.11.4"
,
"@emotion/styled"
:
"^11.11.0"
,
...
...
@@ -21,7 +20,7 @@
"fuse.js"
:
"^7.0.0"
,
"highlight.js"
:
"^11.9.0"
,
"i18next"
:
"^21.10.0"
,
"katex"
:
"^0.16.
9
"
,
"katex"
:
"^0.16.
10
"
,
"lodash-es"
:
"^4.17.21"
,
"lucide-react"
:
"^0.309.0"
,
"mermaid"
:
"^10.9.0"
,
...
...
@@ -45,15 +44,15 @@
"@types/katex"
:
"^0.16.7"
,
"@types/lodash-es"
:
"^4.17.12"
,
"@types/node"
:
"^20.11.30"
,
"@types/qs"
:
"^6.9.1
3
"
,
"@types/react"
:
"^18.2.
67
"
,
"@types/qs"
:
"^6.9.1
4
"
,
"@types/react"
:
"^18.2.
71
"
,
"@types/react-dom"
:
"^18.2.22"
,
"@types/textarea-caret"
:
"^3.0.3"
,
"@types/uuid"
:
"^9.0.8"
,
"@typescript-eslint/eslint-plugin"
:
"^6.21.0"
,
"@typescript-eslint/parser"
:
"^6.21.0"
,
"@vitejs/plugin-react"
:
"^4.2.1"
,
"autoprefixer"
:
"^10.4.1
8
"
,
"autoprefixer"
:
"^10.4.1
9
"
,
"eslint"
:
"^8.57.0"
,
"eslint-config-prettier"
:
"^8.10.0"
,
"eslint-plugin-prettier"
:
"^5.1.3"
,
...
...
@@ -61,13 +60,10 @@
"less"
:
"^4.2.0"
,
"long"
:
"^5.2.3"
,
"nice-grpc-web"
:
"^3.3.3"
,
"postcss"
:
"^8.4.3
7
"
,
"postcss"
:
"^8.4.3
8
"
,
"prettier"
:
"^3.2.5"
,
"protobufjs"
:
"^7.2.6"
,
"typescript"
:
"^5.4.2"
,
"vite"
:
"^5.2.2"
},
"resolutions"
:
{
"csstype"
:
"3.1.2"
"typescript"
:
"^5.4.3"
,
"vite"
:
"^5.2.6"
}
}
web/pnpm-lock.yaml
View file @
2e87da49
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