Skip to content

Commit

Permalink
chore(deps): update dependency lerna to v7 #21
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 27, 2023
1 parent 179e2e6 commit c644aec
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dist"
],
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@rollup/plugin-terser": "^0.4.0",
Expand Down
1 change: 0 additions & 1 deletion core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"sourceMap": true,
"strict": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"target": "es5",
"typeRoots": ["./node_modules/@types"]
},
Expand Down
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"version": "1.0.3",
"packages": ["core", "www"],
"useWorkspaces": true
"packages": ["core", "www"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"husky": "^8.0.0",
"lerna": "^6.0.0",
"lerna": "^7.1.0",
"lint-staged": "^13.0.0",
"prettier": "^2.8.0",
"tsbb": "^4.0.0"
Expand Down

0 comments on commit c644aec

Please sign in to comment.