Skip to content

Commit

Permalink
chore: tag pnpm version in all packages (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
franklevasseur committed Apr 16, 2024
1 parent 0811821 commit bdb7646
Show file tree
Hide file tree
Showing 16 changed files with 279 additions and 16 deletions.
5 changes: 3 additions & 2 deletions const/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"ts-node": "^10.9.1",
"typescript": "5.4.3",
"vitest": "1.4.0"
}
}
},
"packageManager": "pnpm@8.6.0+"
}
3 changes: 2 additions & 1 deletion depsynky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
"esbuild": "^0.20.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
},
"packageManager": "pnpm@8.6.0+"
}
1 change: 0 additions & 1 deletion entities/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/target
**/*.rs.bk
Cargo.lock
bin/
wasm-pack.log
pkg/node
Expand Down
250 changes: 250 additions & 0 deletions entities/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion entities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
},
"keywords": [],
"author": "",
"license": "MIT"
"license": "MIT",
"packageManager": "pnpm@8.6.0+"
}
3 changes: 2 additions & 1 deletion es-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"devDependencies": {
"@types/node": "^20.2.5",
"typescript": "5.4.5"
}
},
"packageManager": "pnpm@8.6.0+"
}
3 changes: 2 additions & 1 deletion expresso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@
"bugs": {
"url": "https://github.com/botpress/packages/issues"
},
"homepage": "https://github.com/botpress/packages#readme"
"homepage": "https://github.com/botpress/packages#readme",
"packageManager": "pnpm@8.6.0+"
}
3 changes: 2 additions & 1 deletion jex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
"@types/json-schema": "^7.0.15",
"lodash": "^4.17.21",
"node-fetch": "^3.3.2"
}
},
"packageManager": "pnpm@8.6.0+"
}
3 changes: 2 additions & 1 deletion log4bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
"type:check": "tsc --noEmit",
"test": "vitest",
"clean": "rimraf ./dist && rimraf ./node_modules"
}
},
"packageManager": "pnpm@8.6.0+"
}
3 changes: 2 additions & 1 deletion promex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
},
"engines": {
"node": ">=16.0.0"
}
},
"packageManager": "pnpm@8.6.0+"
}
3 changes: 2 additions & 1 deletion ptb-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
},
"dependencies": {
"protobufjs": "7.2.6"
}
},
"packageManager": "pnpm@8.6.0+"
}
3 changes: 2 additions & 1 deletion readiness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
"@types/pg": "^8.6.6",
"esbuild": "^0.20.0",
"typescript": "5.4.5"
}
},
"packageManager": "pnpm@8.6.0+"
}
3 changes: 2 additions & 1 deletion trail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@
},
"engines": {
"node": ">=16.0.0"
}
},
"packageManager": "pnpm@8.6.0+"
}
3 changes: 2 additions & 1 deletion tunnel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
"puppeteer": "^22.0.0",
"ts-node": "^10.9.1",
"typescript": "5.4.5"
}
},
"packageManager": "pnpm@8.6.0+"
}
3 changes: 2 additions & 1 deletion verel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
"ts-node": "^10.9.1",
"typescript": "5.4.2",
"wasm-pack": "^0.12.1"
}
},
"packageManager": "pnpm@8.6.0+"
}
3 changes: 2 additions & 1 deletion yargs-extra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"type:check": "tsc --noEmit",
"test": "vitest",
"clean": "rimraf ./dist && rimraf ./node_modules"
}
},
"packageManager": "pnpm@8.6.0+"
}

0 comments on commit bdb7646

Please sign in to comment.