Skip to content

Commit

Permalink
fix(yarn): fix yarn lock
Browse files Browse the repository at this point in the history
  • Loading branch information
lailabjil committed Jan 30, 2024
1 parent d0889a7 commit ec1cea3
Show file tree
Hide file tree
Showing 2 changed files with 338 additions and 322 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"dexie": "^3.2.2",
"env-cmd": "^10.1.0",
"i18next": "^21.9.2",
"jwt-decode": "3.1.2",
"oidc-react": "^2.1.0",
"puppeteer": "^5.5.0",
"puppeteer-core": "^5.5.0",
Expand Down Expand Up @@ -115,6 +114,11 @@
"prettier --write"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged -v"
}
},
"browserslist": {
"production": [
">0.2%",
Expand Down
Loading

0 comments on commit ec1cea3

Please sign in to comment.