Skip to content

Commit

Permalink
feat: update react, type-fast
Browse files Browse the repository at this point in the history
Also:
- Updates devDeps
  • Loading branch information
brettz9 committed Jun 21, 2024
1 parent f37d264 commit ad9764d
Show file tree
Hide file tree
Showing 6 changed files with 1,170 additions and 1,911 deletions.
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,25 @@
"zod": "^3.x"
},
"dependencies": {
"react": "^18.2.0",
"type-fest": "^3.12.0",
"react": "^18.3.1",
"type-fest": "^4.20.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "17.6.5",
"@commitlint/config-conventional": "17.6.5",
"@types/react": "18.2.12",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"@vitest/coverage-c8": "^0.32.2",
"@vitest/coverage-v8": "^0.32.2",
"esbuild": "0.18.4",
"eslint": "8.43.0",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@types/react": "18.3.3",
"@typescript-eslint/eslint-plugin": "6.x",
"@typescript-eslint/parser": "6.x",
"@vitest/coverage-v8": "^1.6.0",
"esbuild": "0.21.5",
"eslint": "8.56.0",
"eslint-config-prettier": "8.8.0",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"prettier": "2.8.8",
"typescript": "5.1.3",
"vitest": "0.32.2"
"typescript": "5.3.x",
"vitest": "1.6.0"
},
"packageManager": "[email protected]",
"files": [
Expand Down
Loading

0 comments on commit ad9764d

Please sign in to comment.