Skip to content

Commit

Permalink
fix(dep): fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wd-David committed Jun 20, 2022
1 parent dfe61be commit e8c13af
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"prepare": "husky install",
"build": "pkgroll",
"test": "rm -rf dist && pnpm build && vitest run",
"test": "rm -rf dist && pkgroll && vitest run",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"cz": "cz",
Expand Down Expand Up @@ -53,6 +53,7 @@
"pino": "^8.0.0",
"pino-loki": "^2.0.0",
"pino-pretty": "^8.0.0",
"pkgroll": "^1.3.1",
"prettier": "^2.7.1",
"standard-version": "^9.5.0",
"thread-stream": "^1.0.0",
Expand Down
185 changes: 185 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e8c13af

Please sign in to comment.