Skip to content

Commit

Permalink
chore(example): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dung Huynh Duc committed Jul 22, 2024
1 parent 322f31f commit dc67ab1
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 106 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ node_modules
dist
docs
.vercel
coverage
coverage
example/cypress/screenshots
16 changes: 8 additions & 8 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@
"dependencies": {
"@typeschema/fastest-validator": "0.1.0",
"@typeschema/joi": "0.13.3",
"@typeschema/valibot": "0.13.4",
"@typeschema/valibot": "0.13.5",
"@typeschema/yup": "0.13.3",
"@typeschema/zod": "0.13.3",
"caniuse-lite": "1.0.30001625",
"caniuse-lite": "1.0.30001643",
"fastest-validator": "1.18.0",
"isarray": "2.0.5",
"joi": "17.13.1",
"next": "14.2.3",
"joi": "17.13.3",
"next": "14.2.5",
"next-connect": "1.0.0",
"next-validations": "1.0.0-1",
"qs": "6.12.1",
"qs": "6.12.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"swagger-ui-react": "5.17.14",
"valibot": "0.30.0",
"valibot": "0.36.0",
"yup": "1.4.0",
"zod": "3.23.8"
},
"devDependencies": {
"@types/react": "18.3.3",
"cypress": "13.10.0",
"npm-run-all2": "6.2.0",
"cypress": "13.13.1",
"npm-run-all2": "6.2.2",
"wait-on": "7.2.0"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit dc67ab1

Please sign in to comment.