Skip to content

Commit 0215ef6

Browse files
committed
TypeScript Support Added & UI Updates
1 parent 825db21 commit 0215ef6

File tree

6 files changed

+179
-177
lines changed

6 files changed

+179
-177
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"@fortawesome/free-solid-svg-icons": "^6.5.1",
1717
"@fortawesome/react-fontawesome": "^0.2.0",
1818
"animejs": "^3.2.2",
19-
"framer-motion": "^11.0.8",
19+
"framer-motion": "^11.0.12",
2020
"lodash": "^4.17.21",
21-
"next": "14.1.2",
21+
"next": "14.1.3",
2222
"postcss": "8.4.35",
2323
"react": "^18.2.0",
2424
"react-dom": "^18.2.0",
@@ -28,17 +28,17 @@
2828
"@babel/core": "^7.24.0",
2929
"@tailwindcss/typography": "^0.5.10",
3030
"@types/animejs": "^3.1.12",
31-
"@types/lodash": "^4.14.202",
32-
"@types/node": "20.11.24",
33-
"@types/react": "18.2.63",
31+
"@types/lodash": "^4.17.0",
32+
"@types/node": "20.11.27",
33+
"@types/react": "18.2.65",
3434
"autoprefixer": "10.4.18",
3535
"eslint": "8.57.0",
36-
"eslint-config-next": "14.1.2",
36+
"eslint-config-next": "14.1.3",
3737
"postcss": "^8.4.21",
38-
"postcss-nesting": "^12.0.4",
39-
"sass": "^1.71.1",
38+
"postcss-nesting": "^12.1.0",
39+
"sass": "^1.72.0",
4040
"tailwindcss": "3.4.1",
4141
"tailwindcss-debug-screens": "^2.2.1",
42-
"typescript": "^5.3.3"
42+
"typescript": "^5.4.2"
4343
}
4444
}

0 commit comments

Comments
 (0)