Skip to content

Commit

Permalink
[node] fix pkgjson spec
Browse files Browse the repository at this point in the history
  • Loading branch information
GongT committed Sep 25, 2024
1 parent 36c6626 commit 5ae0b6b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions @idlebox/node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@idlebox/node",
"type": "module",
"version": "1.3.10",
"version": "1.3.13",
"license": "MIT",
"main": "./lib/cjs/__create_index.generated.cjs",
"module": "./lib/esm/__create_index.generated.mjs",
Expand All @@ -23,17 +23,17 @@
},
"repository": "https://github.com/GongT/baobao",
"dependencies": {
"@idlebox/common": "workspace:",
"@idlebox/common": "workspace:^",
"@gongt/fix-esm": "workspace:^",
"execa": "^9.3.1",
"execa": "^9.4.0",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@build-script/single-dog-asset": "workspace:^",
"@gongt/kexec": "^3.0.0",
"@internal/dualstack-rig": "workspace:^",
"@rushstack/heft": "^0.67.0",
"@types/node": "^22.5.3",
"@rushstack/heft": "^0.67.2",
"@types/node": "^22.7.0",
"chai": "^5.1.1",
"mocha": "^10.7.3"
},
Expand Down

0 comments on commit 5ae0b6b

Please sign in to comment.