Skip to content

Commit e6ef9c6

Browse files
committed
Dependencies Updated
1 parent 9aaf3fd commit e6ef9c6

File tree

2 files changed

+25
-26
lines changed

2 files changed

+25
-26
lines changed

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"start": "next start",
1010
"lint": "next lint",
1111
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
12-
"type-check": "tsc --pretty --noEmit",
13-
"prepare": "husky install"
12+
"type-check": "tsc --pretty --noEmit"
1413
},
1514
"dependencies": {
1615
"akar-icons": "^1.9.31",
@@ -26,7 +25,7 @@
2625
},
2726
"devDependencies": {
2827
"@tailwindcss/typography": "^0.5.15",
29-
"@types/node": "^22.9.1",
28+
"@types/node": "^22.9.3",
3029
"@types/react": "^18.3.12",
3130
"@typescript-eslint/eslint-plugin": "^7.18.0",
3231
"@typescript-eslint/parser": "^7.18.0",
@@ -37,7 +36,7 @@
3736
"eslint-config-standard-with-typescript": "^43.0.1",
3837
"eslint-plugin-import": "^2.31.0",
3938
"eslint-plugin-jsx-a11y": "^6.10.2",
40-
"eslint-plugin-n": "^17.13.2",
39+
"eslint-plugin-n": "^17.14.0",
4140
"eslint-plugin-node": "^11.1.0",
4241
"eslint-plugin-prettier": "^5.2.1",
4342
"eslint-plugin-promise": "^6.6.0",
@@ -49,7 +48,7 @@
4948
"prettier": "^3.3.3",
5049
"prettier-plugin-tailwindcss": "^0.6.9",
5150
"tailwindcss": "^3.4.15",
52-
"typescript": "^5.6.3"
51+
"typescript": "^5.7.2"
5352
},
5453
"lint-staged": {
5554
"*.{js,jsx,ts,tsx}": "eslint"

0 commit comments

Comments
 (0)