Skip to content

Commit

Permalink
Merge pull request #143 from ilopezro/ilopezro/update-dev-deps
Browse files Browse the repository at this point in the history
chore: update dev deps
  • Loading branch information
nerdalert authored Sep 3, 2024
2 parents 2e3b585 + d8385ed commit 61dad86
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 22 deletions.
37 changes: 21 additions & 16 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,13 @@
"@patternfly/react-icons": "^5.3.2",
"@patternfly/react-styles": "^5.3.1",
"@patternfly/react-table": "^5.3.3",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.5.0",
"@types/react": "^18.3.4",
"@types/react-dom": "18.3.0",
"axios": "^1.7.4",
"js-yaml": "^4.1.0",
"next": "^14.2.6",
"next-auth": "^4.24.7",
"node-fetch": "^3.3.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.4.5",
"uuid": "^10.0.0",
"winston": "^3.13.0"
},
Expand All @@ -41,13 +36,18 @@
"@fortawesome/react-fontawesome": "^0.2.2",
"@next/eslint-plugin-next": "^14.2.3",
"@redhat-cloud-services/eslint-config-redhat-cloud-services": "^2.0.4",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.5.0",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/styled-components": "^5.1.34",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.3.3"
"prettier": "^3.3.3",
"typescript": "^5.4.5"
}
}

0 comments on commit 61dad86

Please sign in to comment.