Dependencies: Add @rtk-query/codegen-openapi and ts-node dev deps

@rtk-query/codegen-openapi is the official tool for programatically
generating RTKQ hooks using OpenAPI specifications. It requires ts-node
to run.
This commit is contained in:
lucasgarfield 2023-07-25 18:22:15 +02:00 committed by Lucas Garfield
parent 7cb3f2d0b6
commit 87b97b830f
2 changed files with 563 additions and 0 deletions

View file

@ -62,6 +62,7 @@
"@babel/preset-typescript": "^7.22.5",
"@redhat-cloud-services/eslint-config-redhat-cloud-services": "1.3.0",
"@redhat-cloud-services/frontend-components-config": "5.0.5",
"@rtk-query/codegen-openapi": "^1.0.0",
"@testing-library/dom": "9.3.1",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "12.1.5",
@ -92,6 +93,7 @@
"sass-loader": "13.3.2",
"stylelint": "15.10.2",
"stylelint-config-recommended-scss": "12.0.0",
"ts-node": "^10.9.1",
"typescript": "5.1.6",
"uuid": "9.0.0",
"webpack-bundle-analyzer": "4.9.0",