Skip to content

Commit

Permalink
build: minor npm updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Yolijn authored and Robbert committed Nov 10, 2024
1 parent 548fcb1 commit 5e54242
Show file tree
Hide file tree
Showing 4 changed files with 756 additions and 314 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
"@babel/plugin-syntax-import-attributes": "7.24.7",
"@lerna-lite/cli": "3.8.0",
"@lerna-lite/publish": "3.8.0",
"@lerna-lite/version": "3.8.0",
"@types/node": "22.3.0",
"@typescript-eslint/eslint-plugin": "8.1.0",
"@typescript-eslint/parser": "8.1.0",
"@babel/plugin-syntax-import-attributes": "7.25.6",
"@lerna-lite/cli": "3.9.1",
"@lerna-lite/publish": "3.9.1",
"@lerna-lite/version": "3.9.1",
"@types/node": "22.5.5",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mdx": "3.1.5",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"markdownlint-cli": "0.41.0",
"npm-check-updates": "17.0.6",
"npm-check-updates": "17.1.1",
"npm-package-json-lint": "8.0.0",
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"scripts": {
"build": "pnpm run --recursive --aggregate-output build",
Expand Down
4 changes: 2 additions & 2 deletions packages/component-index/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"devDependencies": {
"@rollup/plugin-typescript": "11.1.6",
"rimraf": "6.0.1",
"rollup": "4.20.0",
"rollup": "4.21.3",
"rollup-plugin-filesize": "10.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/component-progress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@octokit/core": "6.1.2",
"@octokit/plugin-paginate-graphql": "5.2.2",
"@types/lodash.isempty": "4.4.9",
"@types/node": "22.3.0",
"@types/node": "22.5.5",
"lodash.isempty": "4.4.0"
}
}
Loading

0 comments on commit 5e54242

Please sign in to comment.