Skip to content

Commit

Permalink
upgrade frontend too
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Mar 17, 2024
1 parent b1e9922 commit 32464e9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
10 changes: 8 additions & 2 deletions ezshare-frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

# dependencies
/node_modules
/.pnp
.pnp.js

.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# testing
/coverage
Expand Down
3 changes: 2 additions & 1 deletion ezshare-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
"last 1 firefox version",
"last 1 safari version"
]
}
},
"packageManager": "yarn@4.1.1"
}

0 comments on commit 32464e9

Please sign in to comment.