Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 3, 2024
1 parent 7c8d3dd commit fc3e477
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 218 deletions.
12 changes: 6 additions & 6 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,28 @@
"@typeschema/valibot": "0.13.4",
"@typeschema/yup": "0.13.3",
"@typeschema/zod": "0.13.3",
"caniuse-lite": "1.0.30001600",
"caniuse-lite": "1.0.30001605",
"fastest-validator": "1.17.0",
"isarray": "2.0.5",
"joi": "17.12.2",
"joi": "17.12.3",
"next": "14.1.4",
"next-connect": "1.0.0",
"next-validations": "1.0.0-1",
"qs": "6.12.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"swagger-ui-react": "5.12.3",
"swagger-ui-react": "5.13.0",
"valibot": "0.30.0",
"yup": "1.4.0",
"zod": "3.22.4"
},
"devDependencies": {
"@types/react": "18.2.72",
"cypress": "13.7.1",
"@types/react": "18.2.74",
"cypress": "13.7.2",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"npm-run-all2": "6.1.2",
"wait-on": "7.2.0"
},
"packageManager": "[email protected].5"
"packageManager": "[email protected].6"
}
157 changes: 29 additions & 128 deletions example/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,21 +70,21 @@
"@testing-library/react": "14.2.2",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/jest": "29.5.12",
"@types/react": "18.2.72",
"@types/react-dom": "18.2.22",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.24",
"@typeschema/joi": "0.13.3",
"@typeschema/valibot": "0.13.4",
"@typeschema/yup": "0.13.3",
"@typeschema/zod": "0.13.3",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@vitest/ui": "1.4.0",
"c8": "9.1.0",
"eslint": "8.57.0",
"eslint-config-productsway": "1.3.2",
"fastest-validator": "1.17.0",
"husky": "9.0.11",
"joi": "17.12.2",
"joi": "17.12.3",
"next": "14.1.4",
"prettier": "3.2.5",
"react": "18.2.0",
Expand All @@ -96,15 +96,15 @@
"typedoc": "0.25.12",
"typescript": "5.4.3",
"valibot": "0.30.0",
"vite": "5.2.6",
"vite": "5.2.8",
"vitest": "1.4.0",
"yup": "1.4.0",
"zod": "3.22.4"
},
"peerDependencies": {
"next": "*"
},
"packageManager": "[email protected].5",
"packageManager": "[email protected].6",
"engines": {
"node": ">=18"
},
Expand Down
Loading

0 comments on commit fc3e477

Please sign in to comment.