Skip to content

Commit

Permalink
fix: update peerDep & test & bump deps (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
wd-David authored Nov 9, 2024
1 parent dfd955c commit 952c44b
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 554 deletions.
24 changes: 11 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
"import": "./dist/index.mjs"
},
"repository": "https://github.com/davipon/esbuild-plugin-pino",
"bugs": "https://github.com/davipon/esbuild-plugin-pino/issues",
Expand All @@ -33,26 +33,24 @@
],
"author": "David Peng <[email protected]>",
"license": "MIT",
"files": [
"dist"
],
"files": ["dist"],
"devDependencies": {
"@biomejs/biome": "^1.8.0",
"@types/node": "20.17.6",
"@biomejs/biome": "^1.9.4",
"@types/node": "22.9.0",
"esbuild": "0.24.0",
"execa": "8.0.1",
"execa": "9.5.1",
"nodemon": "3.1.7",
"pino": "8.21.0",
"pino": "9.5.0",
"pino-loki": "2.3.1",
"pino-pretty": "10.3.1",
"pino-pretty": "12.1.0",
"pkgroll": "2.5.1",
"standard-version": "9.5.0",
"thread-stream": "2.7.0",
"thread-stream": "3.1.0",
"tsx": "4.19.2",
"typescript": "5.6.3",
"vitest": "1.6.0"
"vitest": "2.1.4"
},
"peerDependencies": {
"esbuild": "^0.17.1 || ^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0"
"esbuild": ">=0.17.1 <=0.24.0"
}
}
Loading

0 comments on commit 952c44b

Please sign in to comment.