Skip to content

Commit

Permalink
Merge pull request #77 from smorimoto/update-npm-deps
Browse files Browse the repository at this point in the history
Update npm deps
  • Loading branch information
jihchi authored Apr 7, 2024
2 parents 577984d + c59cdc4 commit 008f289
Show file tree
Hide file tree
Showing 3 changed files with 711 additions and 502 deletions.
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,26 @@
"prebuild": "pnpm clean",
"build": "tsup",
"clean": "rimraf dist",
"format": "prettier --write . && pnpm dlx sort-package-json",
"format": "sort-package-json && prettier --write .",
"start": "pnpm build -- --watch",
"test": "vitest run"
},
"dependencies": {
"chalk": "^4.1.2",
"execa": "^5.1.1",
"npm-run-path": "^4.0.1"
"chalk": "^5.3.0",
"execa": "^8.0.1",
"npm-run-path": "^5.3.0"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^5.0.0",
"@vitest/coverage-v8": "^0.34.6",
"@types/node": "^20.12.5",
"@vitest/coverage-v8": "^1.4.0",
"prettier": "3.2.5",
"rimraf": "^3.0.2",
"rimraf": "^5.0.5",
"sort-package-json": "^2.10.0",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"vite": "^5.2.7",
"vitest": "^0.34.6"
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vitest": "^1.4.0"
},
"peerDependencies": {
"rescript": ">=9",
Expand Down
Loading

0 comments on commit 008f289

Please sign in to comment.