Merge pull request #44 from ahmadk953/dependabot/npm_and_yarn/next/eslint-plugin-next-14.1.1

Bump @next/eslint-plugin-next from 14.1.0 to 14.1.1
This commit is contained in:
Ahmad 2024-03-01 15:39:01 -05:00 committed by GitHub
commit 21a39139cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 2 deletions

11
package-lock.json generated
View file

@ -42,7 +42,7 @@
"zustand": "^4.5.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.1.0",
"@next/eslint-plugin-next": "^14.1.1",
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "^18",
@ -3025,6 +3025,15 @@
}
}
},
"node_modules/eslint-config-next/node_modules/@next/eslint-plugin-next": {
"version": "14.1.0",
"resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.1.0.tgz",
"integrity": "sha512-x4FavbNEeXx/baD/zC/SdrvkjSby8nBn8KcCREqk6UuwvwoAPZmaV8TFCAuo/cpovBRTIY67mHhe86MQQm/68Q==",
"dev": true,
"dependencies": {
"glob": "10.3.10"
}
},
"node_modules/eslint-config-next/node_modules/@typescript-eslint/parser": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.21.0.tgz",

View file

@ -45,7 +45,7 @@
"zustand": "^4.5.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.1.0",
"@next/eslint-plugin-next": "^14.1.1",
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "^18",