Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardo-forina committed Nov 21, 2024
1 parent ef91fa3 commit 2d06cb3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/test-app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function App() {
spec={spec}
parseOpenApi={worker.parseOpenApi}
getEditorState={worker.getEditorState}
getDocumentRootSnapshot={worker.getDocumentRootSnapshot}
getDocumentSnapshot={worker.getDocumentSnapshot}
getPathSnapshot={worker.getPathSnapshot}
getDataTypeSnapshot={worker.getDataTypeSnapshot}
getResponseSnapshot={worker.getResponseSnapshot}
Expand Down
10 changes: 8 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ __metadata:
"@patternfly/react-icons": "npm:^6.0.0"
"@patternfly/react-table": "npm:^6.0.0"
"@statelyai/inspect": "npm:^0.4.0"
"@total-typescript/ts-reset": "npm:^0.6.1"
"@types/lodash": "npm:^4"
"@types/react": "npm:^18.3.3"
"@types/react-dom": "npm:^18.3.0"
Expand All @@ -124,7 +125,6 @@ __metadata:
xstate: "npm:^5.18.2"
yaml: "npm:^2.6.0"
peerDependencies:
"@apicurio/data-models": ^1.1.28
"@patternfly/patternfly": ^6.0.0
"@patternfly/react-code-editor": ^6.0.0
"@patternfly/react-core": ^6.0.0
Expand All @@ -135,7 +135,6 @@ __metadata:
monaco-yaml: "*"
react: ^18.3.1
react-dom: ^18.3.1
xstate: ^5.18.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3354,6 +3353,13 @@ __metadata:
languageName: node
linkType: hard

"@total-typescript/ts-reset@npm:^0.6.1":
version: 0.6.1
resolution: "@total-typescript/ts-reset@npm:0.6.1"
checksum: 10c0/c42c592054d33e86ac870065820888f89f05e47b2cfbc6bed95f3084b1f6d13b0231b5b8577eabf461aeb3f37c63ae3216f343b573f7136766eb750aac0dd1ab
languageName: node
linkType: hard

"@types/argparse@npm:1.0.38":
version: 1.0.38
resolution: "@types/argparse@npm:1.0.38"
Expand Down

0 comments on commit 2d06cb3

Please sign in to comment.