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
+3 -3
View File
@@ -9,9 +9,9 @@
"bbob"
],
"dependencies": {
"@bbob/core": "^3.0.2",
"@bbob/html": "^3.0.2",
"@bbob/plugin-helper": "^3.0.2"
"@bbob/core": "workspace:*",
"@bbob/html": "workspace:*",
"@bbob/plugin-helper": "workspace:*"
},
"peerDependencies": {
"prop-types": "> 15.0",