mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-11 18:02: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:
+13
-4
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"scripts": {
|
||||
"prepublishOnly": "npm run test",
|
||||
"bootstrap": "lerna bootstrap",
|
||||
"bootstrap": "lerna bootstrap --no-ci",
|
||||
"publish-ci": "npm run build && lerna publish from-package --yes --include-merged-tags --conventional-commits",
|
||||
"publish-canary": "npm run build && lerna publish --yes --include-merged-tags --conventional-commits --no-private --no-git-tag-version",
|
||||
"publish-from-packages": "npm run build && lerna publish from-package --yes --include-merged-tags --conventional-commits --create-release github",
|
||||
@@ -22,10 +22,10 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@changesets/changelog-github": "0.4.8",
|
||||
"@changesets/cli": "2.26.2",
|
||||
"@commitlint/cli": "13.2.1",
|
||||
"@commitlint/config-conventional": "13.2.0",
|
||||
"@changesets/cli": "2.26.2",
|
||||
"@changesets/changelog-github": "0.4.8",
|
||||
"@nrwl/cli": "15.3.3",
|
||||
"@rollup/plugin-commonjs": "23.0.2",
|
||||
"@rollup/plugin-node-resolve": "15.0.1",
|
||||
@@ -34,6 +34,8 @@
|
||||
"@swc/cli": "0.1.57",
|
||||
"@swc/core": "1.3.16",
|
||||
"@swc/jest": "0.2.23",
|
||||
"@testing-library/dom": "9.3.1",
|
||||
"@testing-library/jest-dom": "6.1.2",
|
||||
"bundlesize2": "0.0.31",
|
||||
"cross-env": "7.0.3",
|
||||
"eslint": "7.32.0",
|
||||
@@ -44,7 +46,8 @@
|
||||
"eslint-plugin-react": "7.26.1",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"husky": "7.0.2",
|
||||
"jest": "27.2.5",
|
||||
"jest": "29.5.0",
|
||||
"jest-environment-jsdom": "29.6.4",
|
||||
"lerna": "6.0.3",
|
||||
"lint-staged": "11.2.3",
|
||||
"microtime": "3.0.0",
|
||||
@@ -73,5 +76,11 @@
|
||||
"cover": "@/jest --config ../../jest.config.js --coverage .",
|
||||
"lint": "@/eslint .",
|
||||
"bundlesize": "npm run build && @/cross-env NODE_ENV=production @/bundlesize ."
|
||||
},
|
||||
"packageManager": "pnpm@8.7.6",
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"semver@>=7.0.0 <7.5.2": ">=7.5.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user