Skip to content

Commit

Permalink
build: update major versions
Browse files Browse the repository at this point in the history
- run: pnpm run update-major
- remove 'useWorkspaces' from lerna config
- run: pnpm run build
  • Loading branch information
matijs authored and Robbert committed Jan 18, 2024
1 parent 4302505 commit e94965d
Show file tree
Hide file tree
Showing 4 changed files with 1,305 additions and 1,352 deletions.
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"npmClient": "pnpm",
"version": "independent",
"useWorkspaces": true,
"command": {
"publish": {},
"version": {
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
],
"devDependencies": {
"@types/node": "18.19.7",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"eslint": "8.56.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mdx": "2.3.4",
"eslint-plugin-mdx": "3.1.5",
"husky": "8.0.3",
"lerna": "6.6.2",
"lint-staged": "13.3.0",
"lerna": "8.0.2",
"lint-staged": "15.2.0",
"markdownlint-cli": "0.38.0",
"npm-check-updates": "16.14.12",
"npm-package-json-lint": "6.4.0",
"npm-package-json-lint": "7.1.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.8",
"prettier": "3.2.4",
"rimraf": "5.0.5",
"typescript": "5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/component-index/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@rollup/plugin-typescript": "11.1.6",
"rimraf": "5.0.5",
"rollup": "3.29.4",
"rollup": "4.9.5",
"rollup-plugin-filesize": "10.0.0",
"typescript": "5.3.3"
}
Expand Down
Loading

0 comments on commit e94965d

Please sign in to comment.