Skip to content

Commit 0217ba1

Browse files
committed
chore: update package.json to add @types/lodash.debounce and remove duplicate eslint-config-next entry
1 parent 8ede76e commit 0217ba1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,17 +129,17 @@
129129
"@tailwindcss/postcss": "^4",
130130
"tw-animate-css": "^1.3.6",
131131
"eslint": "^9",
132-
"@types/js-cookie": "^3.0.6"
132+
"eslint-config-next": "15.4.4",
133+
"@types/js-cookie": "^3.0.6",
134+
"@types/lodash.debounce": "^4.0.9"
133135
},
134136
"devDependencies": {
135137
"@eslint/eslintrc": "^3",
136-
"@types/lodash.debounce": "^4.0.9",
137138
"@types/node": "^20",
138139
"@types/react": "^19",
139140
"@types/react-dom": "^19",
140141
"@typescript-eslint/eslint-plugin": "^8.38.0",
141142
"@typescript-eslint/parser": "^8.38.0",
142-
"eslint-config-next": "15.4.4",
143143
"eslint-config-prettier": "^10.1.8",
144144
"eslint-plugin-prettier": "^5.5.3",
145145
"husky": "^9.1.7",

0 commit comments

Comments
 (0)