Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 17, 2023
1 parent 57ea65a commit 92e94fb
Show file tree
Hide file tree
Showing 2 changed files with 712 additions and 806 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"build": "unbuild",
"dev": "vitest",
"lint": "eslint --ext .ts . && prettier -c src test",
"lint:fix": "eslint --fix --ext .ts . && prettier -w src test",
"play": "jiti test/fixture/app",
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
"test": "pnpm lint && vitest run --coverage"
Expand All @@ -36,17 +37,17 @@
"ufo": "^1.1.2"
},
"devDependencies": {
"@types/node": "^18.16.19",
"@types/node": "^20.4.2",
"@types/node-forge": "^1.3.3",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/coverage-v8": "^0.33.0",
"changelogen": "^0.5.4",
"eslint": "^8.45.0",
"eslint-config-unjs": "^0.2.1",
"jiti": "^1.19.1",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vitest": "^0.33.0"
},
"packageManager": "pnpm@7.33.4"
"packageManager": "pnpm@8.6.8"
}

0 comments on commit 92e94fb

Please sign in to comment.