Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
everton-dgn committed Jan 29, 2025
1 parent fca69f7 commit ae0fa1e
Show file tree
Hide file tree
Showing 3 changed files with 1,845 additions and 1,772 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@astrojs/solid-js": "5.0.4",
"@fontsource/poppins": "5.1.1",
"astro": "5.1.9",
"astro": "5.1.10",
"clsx": "2.1.1",
"solid-js": "1.9.4"
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"declaration": true,
"skipLibCheck": true,
"incremental": true,
"types": ["vite/client", "vitest/globals", "astro/client"]
"types": ["vite/client", "vitest/globals", "astro/client", "@testing-library/jest-dom"]
},
"include": [
"src/**/*.ts",
Expand Down
Loading

0 comments on commit ae0fa1e

Please sign in to comment.