Skip to content

Commit

Permalink
chore(v5): Adding npm-check-updates to perform deps updates (#3760)
Browse files Browse the repository at this point in the history
* chore(deps): Adding npm-check-updates dep

* chore(deps): updates 06-01-25
  • Loading branch information
planctus authored Jan 7, 2025
1 parent eadc26e commit d07b785
Show file tree
Hide file tree
Showing 4 changed files with 811 additions and 181 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"test": "run-p test:*",
"test:components": "jest --verbose",
"test:coding-conventions": "npm run lint && npm run pretty-check",
"update-deps": "npm-check-updates -i -ws",
"update-version": "scripts/update-version.sh"
},
"devDependencies": {
Expand All @@ -50,7 +51,7 @@
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react-hooks": "4.6.2",
"glob": "11.0.0",
"husky": "9.1.7",
Expand All @@ -59,8 +60,9 @@
"jest-environment-jsdom": "29.7.0",
"lerna": "8.1.9",
"lerna-changelog": "2.2.0",
"lint-staged": "15.2.11",
"lint-staged": "15.3.0",
"npm-run-all": "4.1.5",
"npm-check-updates": "17.1.13",
"patch-package": "8.0.0",
"postinstall-postinstall": "2.1.0",
"prettier": "3.4.2",
Expand Down Expand Up @@ -118,7 +120,7 @@
"serve-static": ">=1.16.0",
"path-to-regexp": "0.1.12",
"inquirer": "12.2.0",
"nanoid": "3.3.8"
"nanoid": "3.3.8"
}
},
"engines": {
Expand Down
Loading

1 comment on commit d07b785

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.