Skip to content

Commit

Permalink
fix issue with tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
LimesKey committed Dec 18, 2024
1 parent be54af7 commit ef28ffe
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 83 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
"@google/model-viewer": "^4.0.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.1.0",
"@next/mdx": "^15.1.1",
"@react-three/fiber": "^8.17.10",
"@types/mdx": "^2.0.13",
"@types/three": "^0.171.0",
"autoprefixer": "^10.4.20",
"next": "^15.1.0",
"install": "^0.13.0",
"next": "^15.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-snowfall": "^2.2.0",
Expand All @@ -32,7 +33,7 @@
"eslint": "^8.57.1",
"eslint-config-next": "15.0.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit ef28ffe

Please sign in to comment.