Skip to content

Commit

Permalink
chore: bump packages (#131)
Browse files Browse the repository at this point in the history
* chore: bump packages

* fix: move back to got 12.6.1

* chore: update pnpm lock
  • Loading branch information
LeoDog896 authored Sep 13, 2023
1 parent 116687c commit 91831fb
Show file tree
Hide file tree
Showing 5 changed files with 274 additions and 514 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,32 +31,32 @@
"consola": "^3.2.3",
"deepmerge": "^4.3.1",
"dotenv": "^16.3.1",
"execa": "^7.2.0",
"execa": "^8.0.1",
"got": "^12.6.1",
"json-stringify-pretty-compact": "^4.0.0",
"linkedom": "^0.15.1",
"p-queue": "^7.3.4",
"linkedom": "^0.15.3",
"p-queue": "^7.4.1",
"pathe": "^1.1.1",
"picocolors": "^1.0.0",
"puppeteer": "^21.0.2",
"puppeteer": "^21.1.1",
"stylis": "^4.3.0",
"zod": "^3.21.4"
"zod": "^3.22.2"
},
"devDependencies": {
"@ayuhito/eslint-config": "^0.4.1",
"@types/node": "^20.4.9",
"@types/node": "^20.6.0",
"c8": "^8.0.1",
"eslint": "^8.46.0",
"magic-string": "^0.30.2",
"msw": "^1.2.3",
"eslint": "^8.49.0",
"magic-string": "^0.30.3",
"msw": "^1.3.0",
"pkgroll": "^1.11.0",
"prettier": "^3.0.1",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"vitest": "^0.34.1"
"prettier": "^3.0.3",
"tsx": "^3.12.8",
"typescript": "^5.2.2",
"vitest": "^0.34.4"
},
"scripts": {
"build": "pkgroll --target=node14 && tsx ./scripts/add-hashbang.ts",
"build": "pkgroll --target=node14",
"dev": "pkgroll --target=node14 --watch",
"cli": "tsx ./src/cli.ts",
"test": "vitest",
Expand Down
Loading

0 comments on commit 91831fb

Please sign in to comment.