Skip to content

Commit

Permalink
Bump lerna and remove deprecated link command
Browse files Browse the repository at this point in the history
  • Loading branch information
lindskogen committed Oct 9, 2023
1 parent d0bc10e commit 10449f5
Show file tree
Hide file tree
Showing 4 changed files with 1,026 additions and 817 deletions.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

```
$ yarn
$ yarn lerna link
$ yarn build-all
```

Expand Down
5 changes: 2 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"packages": ["packages/*"],
"version": "18.12.0",
"command": {
"publish": {
"verifyAccess": false
}
},
"useWorkspaces": true,
"exact": true
"exact": true,
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.1",
"lerna": "^6.5.1",
"lerna": "^7.3.0",
"path-that-svg": "1.2.4",
"svgson": "4.1.0",
"lint-staged": "^12.1.2",
Expand Down
Loading

0 comments on commit 10449f5

Please sign in to comment.