1
0

feat(repo): upgrade to latest lerna v8 and pnpm v9

This commit is contained in:
Ben Snyder
2024-04-21 20:29:38 -04:00
parent 571a332658
commit 4962c5d4d3
6 changed files with 16898 additions and 13348 deletions
+4 -3
View File
@@ -2,6 +2,7 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json", "$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "independent", "version": "independent",
"npmClient": "pnpm", "npmClient": "pnpm",
"useWorkspaces": true, "packages": [
"packages": ["packages/*"] "packages/*"
} ]
}
+2 -1
View File
@@ -19,7 +19,8 @@
"@faker-js/faker": "^8.0.2", "@faker-js/faker": "^8.0.2",
"@playwright/test": "^1.32.3", "@playwright/test": "^1.32.3",
"husky": "^8.0.3", "husky": "^8.0.3",
"lerna": "^6.4.1" "lerna": "^8.1.2",
"pnpm": "^9.0.5"
}, },
"engines": { "engines": {
"node": "16.x || 17.x || 18.x" "node": "16.x || 17.x || 18.x"
+3 -1
View File
@@ -3,4 +3,6 @@
stdout.log stdout.log
/dist /dist
/build /build
/public/imports /public/imports
dist
+2
View File
@@ -21,3 +21,5 @@
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
dist
+16887 -13341
View File
File diff suppressed because it is too large Load Diff
-2
View File
@@ -1,2 +0,0 @@
packages:
- "packages/*"