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 Oct 18, 2023
1 parent 1533c27 commit 6a16c8c
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 180 deletions.
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"test:e2e": "wait-on http://localhost:3000 && cypress run"
},
"dependencies": {
"caniuse-lite": "1.0.30001547",
"caniuse-lite": "1.0.30001550",
"fastest-validator": "1.17.0",
"isarray": "2.0.5",
"joi": "17.11.0",
"next": "13.5.4",
"next": "13.5.5",
"next-connect": "1.0.0",
"next-validations": "0.4.0",
"next-validations": "0.4.1",
"qs": "6.11.2",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -30,7 +30,7 @@
"@types/cypress": "1.1.3",
"cypress": "13.3.1",
"eslint": "8.51.0",
"eslint-config-next": "13.5.4",
"eslint-config-next": "13.5.5",
"npm-run-all": "4.1.5",
"wait-on": "7.0.1"
}
Expand Down
111 changes: 48 additions & 63 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 @@ -65,19 +65,19 @@
"@skypack/package-check": "0.2.2",
"@testing-library/react": "14.0.0",
"@trivago/prettier-plugin-sort-imports": "4.2.0",
"@types/jest": "29.5.5",
"@types/react": "18.2.28",
"@types/jest": "29.5.6",
"@types/react": "18.2.29",
"@types/react-dom": "18.2.13",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@vitest/ui": "0.34.6",
"c8": "8.0.1",
"eslint": "8.51.0",
"eslint-config-productsway": "1.3.0",
"fastest-validator": "1.17.0",
"husky": "8.0.3",
"joi": "17.11.0",
"next": "13.5.4",
"next": "13.5.5",
"prettier": "3.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -88,7 +88,7 @@
"typedoc": "0.25.2",
"typescript": "5.2.2",
"valibot": "0.19.0",
"vite": "4.4.11",
"vite": "4.5.0",
"vitest": "0.34.6",
"yup": "1.3.2",
"zod": "3.22.4"
Expand Down Expand Up @@ -126,6 +126,6 @@
"legacyOutput": true
},
"dependencies": {
"type-fest": "4.4.0"
"type-fest": "4.5.0"
}
}
Loading

0 comments on commit 6a16c8c

Please sign in to comment.