mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 23:30:32 +00:00
feat(repo): upgrade to latest lerna v8 and pnpm v9
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
||||
"version": "independent",
|
||||
"npmClient": "pnpm",
|
||||
"useWorkspaces": true,
|
||||
"packages": ["packages/*"]
|
||||
"packages": [
|
||||
"packages/*"
|
||||
]
|
||||
}
|
||||
@@ -19,7 +19,8 @@
|
||||
"@faker-js/faker": "^8.0.2",
|
||||
"@playwright/test": "^1.32.3",
|
||||
"husky": "^8.0.3",
|
||||
"lerna": "^6.4.1"
|
||||
"lerna": "^8.1.2",
|
||||
"pnpm": "^9.0.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": "16.x || 17.x || 18.x"
|
||||
|
||||
2
packages/server/.gitignore
vendored
2
packages/server/.gitignore
vendored
@@ -4,3 +4,5 @@ stdout.log
|
||||
/dist
|
||||
/build
|
||||
/public/imports
|
||||
|
||||
dist
|
||||
2
packages/webapp/.gitignore
vendored
2
packages/webapp/.gitignore
vendored
@@ -21,3 +21,5 @@
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
|
||||
dist
|
||||
30228
pnpm-lock.yaml
generated
30228
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -1,2 +0,0 @@
|
||||
packages:
|
||||
- "packages/*"
|
||||
Reference in New Issue
Block a user