Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Jun 25, 2023
1 parent c8768e7 commit 18270b1
Show file tree
Hide file tree
Showing 4 changed files with 405 additions and 372 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,34 +63,34 @@
"extends": "productsway"
},
"devDependencies": {
"@size-limit/preset-small-lib": "8.2.4",
"@size-limit/preset-small-lib": "8.2.6",
"@skypack/package-check": "0.2.2",
"@testing-library/react": "14.0.0",
"@trivago/prettier-plugin-sort-imports": "4.1.1",
"@types/jest": "29.5.2",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"@vitest/ui": "0.32.0",
"c8": "7.14.0",
"eslint": "8.42.0",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"@vitest/ui": "0.32.2",
"c8": "8.0.0",
"eslint": "8.43.0",
"eslint-config-productsway": "0.2.0",
"fastest-validator": "1.17.0",
"husky": "8.0.3",
"joi": "17.9.2",
"next": "13.4.4",
"next": "13.4.7",
"prettier": "2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"size-limit": "8.2.4",
"size-limit": "8.2.6",
"standard-version": "9.5.0",
"tslib": "2.5.3",
"tsup": "6.7.0",
"tsup": "7.0.0",
"typedoc": "0.24.8",
"typescript": "5.1.3",
"vite": "4.3.9",
"vitest": "0.32.0",
"vitest": "0.32.2",
"yup": "1.2.0",
"zod": "3.21.4"
},
Expand Down Expand Up @@ -127,6 +127,6 @@
"legacyOutput": true
},
"dependencies": {
"type-fest": "3.11.1"
"type-fest": "3.12.0"
}
}
2 changes: 1 addition & 1 deletion test/__snapshots__/hof.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`withValidation > should return function 1`] = `[Function]`;

Expand Down
3 changes: 2 additions & 1 deletion test/__snapshots__/validation.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`FastestValidator Validation > should create resolve base on schema 1`] = `
{
Expand All @@ -25,6 +25,7 @@ exports[`Zod Validation > should return false 1`] = `
"minimum": 8,
"type": "string",
"inclusive": true,
"exact": false,
"message": "String must contain at least 8 character(s)",
"path": [
"username"
Expand Down
Loading

0 comments on commit 18270b1

Please sign in to comment.