2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-30 15:24:05 +03:00

chore: pnpm support (#199)

* feat: initial pnpm support

* feat: lock files

* fix: github actions

* fix: lerna bootstrap

* fix: lerna useWorkspaces

* fix: lerna no ci

* fix: lint

* fix: audit

* chore: changeset

* fix: publish action
This commit is contained in:
Nikolay Kost
2023-10-23 14:21:56 +03:00
committed by GitHub
parent d6942dc9d3
commit 3575982b28
52 changed files with 20359 additions and 4916 deletions
-28
View File
@@ -1,28 +0,0 @@
{
"name": "scripts",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "scripts",
"dependencies": {
"commander": "8.2.0"
}
},
"node_modules/commander": {
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-8.2.0.tgz",
"integrity": "sha512-LLKxDvHeL91/8MIyTAD5BFMNtoIwztGPMiM/7Bl8rIPmHCZXRxmSWr91h57dpOpnQ6jIUqEWdXE/uBYMfiVZDA==",
"engines": {
"node": ">= 12"
}
}
},
"dependencies": {
"commander": {
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-8.2.0.tgz",
"integrity": "sha512-LLKxDvHeL91/8MIyTAD5BFMNtoIwztGPMiM/7Bl8rIPmHCZXRxmSWr91h57dpOpnQ6jIUqEWdXE/uBYMfiVZDA=="
}
}
}
+17
View File
@@ -0,0 +1,17 @@
lockfileVersion: '6.0'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
dependencies:
commander:
specifier: 8.2.0
version: 8.2.0
packages:
/commander@8.2.0:
resolution: {integrity: sha512-LLKxDvHeL91/8MIyTAD5BFMNtoIwztGPMiM/7Bl8rIPmHCZXRxmSWr91h57dpOpnQ6jIUqEWdXE/uBYMfiVZDA==}
engines: {node: '>= 12'}
dev: false