Skip to content

Commit

Permalink
chore: update dev deps
Browse files Browse the repository at this point in the history
* types should be a dev dependency
* typescript should also be a dev dep

Signed-off-by: Isai Lopez Rodas <[email protected]>
ilopezro committed Sep 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2e3b585 commit d8385ed
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
@@ -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"
},
@@ -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 d8385ed

Please sign in to comment.