Skip to content

Commit

Permalink
Made changes to index.tsx so that there are no more any in any of my …
Browse files Browse the repository at this point in the history
…functions
  • Loading branch information
Christian Michael Kang authored and Christian Michael Kang committed Sep 25, 2024
1 parent 8360d2a commit 7184b0b
Show file tree
Hide file tree
Showing 9 changed files with 791 additions and 278 deletions.
738 changes: 620 additions & 118 deletions guide/results-viewer-react/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions guide/results-viewer-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/FamilySearch/pewpew.git"
"url": "git+https://github.com/FamilySearch/pewpew.git"
},
"engines": {
"node": ">=18.0.0 <21.0.0"
Expand All @@ -40,7 +40,8 @@
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-transition-group": "^4.4.5",
"styled-components": "^6.0.0"
"styled-components": "^6.0.0",
"swagger2openapi": "^7.0.8"
},
"devDependencies": {
"@babel/core": "^7.20.12",
Expand All @@ -63,16 +64,15 @@
"@types/react-dom": "^18.0.10",
"@types/react-transition-group": "^4.4.5",
"@types/styled-components": "^5.1.26",
"@types/swagger2openapi": "^7.0.4",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"babel-loader": "^9.1.2",
"eslint": "^9.8.0",
"html-webpack-plugin": "^5.5.0",
"mocha": "^10.7.3",
"openapi-types": "^12.1.3",
"storybook": "^8.2.5",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^5.0.0"
Expand Down
5 changes: 4 additions & 1 deletion guide/results-viewer-react/src/YamlWriter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,14 @@ export const YamlWriter = () => {
setParentState((prevState: YamlWriterState): YamlWriterState => ({...prevState, endpoints: []}));
};


return (<>
<GlobalStyle />
<h1>Create a PewPew Test</h1>
<YamlDiv>
<YamlWriterUpload sendEndpoints={updateEndpoints}/>
<YamlWriterUpload
sendEndpoints={updateEndpoints}
/>
<YamlWriterForm clearParentEndpoints={clearEndpoints} parentEndpoints={state.endpoints}/>
</YamlDiv>
</>
Expand Down
33 changes: 0 additions & 33 deletions guide/results-viewer-react/src/_test_/swaggerparser.spec.ts

This file was deleted.

Loading

0 comments on commit 7184b0b

Please sign in to comment.