Skip to content

Commit

Permalink
Update typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Jul 17, 2024
1 parent 671afd5 commit 5e244ea
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/addon-catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion apps/frontpage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"storybook": "^8.1.1",
"tailwindcss": "^3.4.1",
"tsx": "^4.9.0",
"typescript": "5.3.3",
"typescript": "^5.3.3",
"vitest": "^1.6.0"
}
}
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"postcss": "^8.4.35",
"react": "^18.2.0",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/react-dom": "^18.2.19",
"eslint": "^8.57.0",
"react": "^18.2.0",
"typescript": "5.3.3"
"typescript": "^5.3.3"
},
"dependencies": {
"clsx": "^2.1.1",
Expand Down

0 comments on commit 5e244ea

Please sign in to comment.