2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-08 17:22:26 +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
-81
View File
@@ -1,81 +0,0 @@
{
"name": "@bbob/cli",
"version": "3.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@bbob/cli",
"version": "3.0.0",
"license": "MIT",
"dependencies": {
"commander": "^2.15.1"
},
"bin": {
"bbob": "bin/bbob"
}
},
"../bbob-core": {
"name": "@bbob/core",
"version": "3.0.0",
"extraneous": true,
"license": "MIT",
"dependencies": {
"@bbob/parser": "^3.0.0"
}
},
"../bbob-html": {
"name": "@bbob/html",
"version": "3.0.0",
"extraneous": true,
"license": "MIT",
"dependencies": {
"@bbob/core": "^3.0.0",
"@bbob/plugin-helper": "^3.0.0"
}
},
"../bbob-parser": {
"name": "@bbob/parser",
"version": "3.0.0",
"extraneous": true,
"license": "MIT",
"dependencies": {
"@bbob/plugin-helper": "^3.0.0"
}
},
"../bbob-plugin-helper": {
"name": "@bbob/plugin-helper",
"version": "3.0.0",
"extraneous": true,
"license": "MIT"
},
"../bbob-preset": {
"name": "@bbob/preset",
"version": "3.0.0",
"extraneous": true,
"license": "MIT"
},
"../bbob-preset-html5": {
"name": "@bbob/preset-html5",
"version": "3.0.0",
"extraneous": true,
"license": "MIT",
"dependencies": {
"@bbob/plugin-helper": "^3.0.0",
"@bbob/preset": "^3.0.0"
},
"devDependencies": {
"@bbob/html": "^3.0.0"
}
},
"node_modules/commander": {
"version": "2.17.1",
"license": "MIT"
}
},
"dependencies": {
"commander": {
"version": "2.17.1"
}
}
}
+2 -2
View File
@@ -10,8 +10,8 @@
"lib": "lib"
},
"dependencies": {
"@bbob/html": "^3.0.2",
"@bbob/preset-html5": "^3.0.2",
"@bbob/html": "workspace:*",
"@bbob/preset-html5": "workspace:*",
"commander": "^2.15.1"
},
"repository": {
+22
View File
@@ -0,0 +1,22 @@
lockfileVersion: '6.0'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
dependencies:
'@bbob/html':
specifier: workspace:*
version: link:../bbob-html
'@bbob/preset-html5':
specifier: workspace:*
version: link:../bbob-preset-html5
commander:
specifier: ^2.15.1
version: 2.20.3
packages:
/commander@2.20.3:
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
dev: false