Skip to content

Commit

Permalink
chore(deps): update to latest Lerna-Lite version and use JSON Schema (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Aug 19, 2022
1 parent 1aa849e commit 9101fff
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 115 deletions.
2 changes: 1 addition & 1 deletion examples/webpack-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/fnando__sparkline": "^0.3.4",
"@types/jquery": "^3.5.14",
"@types/moment": "^2.13.0",
"@types/node": "^18.7.5",
"@types/node": "^18.7.6",
"@types/webpack": "^5.28.0",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "^11.0.0",
Expand Down
4 changes: 1 addition & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "1.4.0",
"npmClient": "pnpm",
"loglevel": "info",
"command": {
"publish": {
"conventionalCommits": true
},
"version": {
"conventionalCommits": true,
"createRelease": "github",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
},
"devDependencies": {
"@jest/types": "^28.1.3",
"@lerna-lite/cli": "^1.10.0",
"@lerna-lite/run": "^1.10.0",
"@lerna-lite/cli": "^1.11.0",
"@lerna-lite/run": "^1.11.0",
"@types/jest": "^28.1.7",
"@types/moment": "^2.13.0",
"@types/node": "^18.7.5",
"@types/node": "^18.7.6",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"cross-env": "^7.0.3",
Expand Down
Loading

0 comments on commit 9101fff

Please sign in to comment.