We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd0a84 commit 797d754Copy full SHA for 797d754
examples/react-app/package.json
@@ -21,7 +21,7 @@
21
},
22
"devDependencies": {
23
"@stoplight/prism-cli": "^4.11.1",
24
- "@types/react": "^18.0.26",
+ "@types/react": "^18.0.29",
25
"@types/react-dom": "^18.0.11",
26
"@vitejs/plugin-react": "^3.1.0",
27
"npm-run-all": "^4.1.5",
package.json
@@ -33,11 +33,11 @@
33
"license": "MIT",
34
"dependencies": {
35
"commander": "^10.0.0",
36
- "glob": "^9.3.1",
+ "glob": "^9.3.2",
37
"openapi-typescript-codegen": "^0.23.0",
38
"typescript": "^5.0.2"
39
40
41
- "@types/node": "^18.15.5"
+ "@types/node": "^18.15.10"
42
}
43
0 commit comments