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
f1d85eea
Unverified
Commit
f1d85eea
authored
Jun 15, 2023
by
boojack
Committed by
GitHub
Jun 15, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: upgrade pnpm version (#1833)
* chore: upgrade pnpm version * chore: update
parent
1b0efc55
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
frontend-tests.yml
.github/workflows/frontend-tests.yml
+2
-2
package.json
web/package.json
+1
-1
pnpm-lock.yaml
web/pnpm-lock.yaml
+5
-1
No files found.
.github/workflows/frontend-tests.yml
View file @
f1d85eea
...
@@ -13,7 +13,7 @@ jobs:
...
@@ -13,7 +13,7 @@ jobs:
-
uses
:
actions/checkout@v3
-
uses
:
actions/checkout@v3
-
uses
:
pnpm/action-setup@v2.2.4
-
uses
:
pnpm/action-setup@v2.2.4
with
:
with
:
version
:
8
.0.0
version
:
8
-
uses
:
actions/setup-node@v3
-
uses
:
actions/setup-node@v3
with
:
with
:
node-version
:
"
18"
node-version
:
"
18"
...
@@ -31,7 +31,7 @@ jobs:
...
@@ -31,7 +31,7 @@ jobs:
-
uses
:
actions/checkout@v3
-
uses
:
actions/checkout@v3
-
uses
:
pnpm/action-setup@v2.2.4
-
uses
:
pnpm/action-setup@v2.2.4
with
:
with
:
version
:
8
.0.0
version
:
8
-
uses
:
actions/setup-node@v3
-
uses
:
actions/setup-node@v3
with
:
with
:
node-version
:
"
18"
node-version
:
"
18"
...
...
web/package.json
View file @
f1d85eea
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
"lint"
:
"eslint --ext .js,.ts,.tsx, src"
,
"lint"
:
"eslint --ext .js,.ts,.tsx, src"
,
"lint-fix"
:
"eslint --ext .js,.ts,.tsx, src --fix"
"lint-fix"
:
"eslint --ext .js,.ts,.tsx, src --fix"
},
},
"packageManager"
:
"pnpm@8.
4.0
"
,
"packageManager"
:
"pnpm@8.
6.1
"
,
"dependencies"
:
{
"dependencies"
:
{
"@emotion/react"
:
"^11.10.5"
,
"@emotion/react"
:
"^11.10.5"
,
"@emotion/styled"
:
"^11.10.5"
,
"@emotion/styled"
:
"^11.10.5"
,
...
...
web/pnpm-lock.yaml
View file @
f1d85eea
lockfileVersion
:
'
6.0'
lockfileVersion
:
'
6.1'
settings
:
autoInstallPeers
:
true
excludeLinksFromLockfile
:
false
dependencies
:
dependencies
:
'
@emotion/react'
:
'
@emotion/react'
:
...
...
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