Skip to content

Commit

Permalink
bump dependencies (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
Senderek authored Dec 5, 2023
1 parent ee980ab commit fc2b640
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 90 deletions.
166 changes: 83 additions & 83 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-neworbit",
"version": "8.1.0",
"version": "8.2.0",
"description": "NewOrbit standard typescript ready eslint configuration",
"scripts": {
"test": "eslint \"./tests/**/*.ts\""
Expand All @@ -27,23 +27,23 @@
"homepage": "https://github.com/NewOrbit/eslint-config#readme",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint-config-prettier": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react": "^1.1.7",
"eslint-formatter-pretty": "^5.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0"
},
"devDependencies": {
"eslint": "^8.53.0",
"eslint": "^8.55.0",
"react": "^18.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"peerDependencies": {
"eslint": "8.x"
Expand Down

0 comments on commit fc2b640

Please sign in to comment.