Skip to content

Commit

Permalink
chore: update yarn and lerna (#2478)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomura authored Jan 14, 2024
1 parent ac24cc6 commit d972192
Show file tree
Hide file tree
Showing 6 changed files with 2,177 additions and 3,341 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

env:
FORCE_COLOR: 2
NODE: 14
NODE: 18

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

env:
FORCE_COLOR: 2
NODE: 14
NODE: 18

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
18
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"packages": [
"packages/*"
],
"useWorkspaces": true,
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-image-snapshot": "^6.1.0",
"lerna": "^3.21.0",
"lerna": "^8.0.2",
"lint-staged": "^10.5.4",
"pdfjs-dist": "3.1.81",
"pdfjs-dist": "3.2.146",
"prettier": "^1.16.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Loading

0 comments on commit d972192

Please sign in to comment.