Merge pull request #54 from ahmadk953/dependabot/npm_and_yarn/next/eslint-plugin-next-14.1.2

Bump @next/eslint-plugin-next from 14.1.1 to 14.1.2
This commit is contained in:
Ahmad 2024-03-05 15:19:00 -05:00 committed by GitHub
commit 4d954456f3
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

@ -43,7 +43,7 @@
"zustand": "^4.5.2" "zustand": "^4.5.2"
}, },
"devDependencies": { "devDependencies": {
"@next/eslint-plugin-next": "^14.1.1", "@next/eslint-plugin-next": "^14.1.2",
"@types/lodash": "^4.14.202", "@types/lodash": "^4.14.202",
"@types/node": "^20", "@types/node": "^20",
"@types/react": "^18", "@types/react": "^18",
@ -3025,6 +3025,15 @@
} }
} }
}, },
"node_modules/eslint-config-next/node_modules/@next/eslint-plugin-next": {
"version": "14.1.1",
"resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.1.1.tgz",
"integrity": "sha512-NP1WoGFnFLpqqCWgGFjnn/sTwUExdPyjeFKRdQP1X/bL/tjAQ/TXDmYqw6vzGaP5NaZ2u6xzg+N/0nd7fOPOGQ==",
"dev": true,
"dependencies": {
"glob": "10.3.10"
}
},
"node_modules/eslint-config-next/node_modules/@typescript-eslint/parser": { "node_modules/eslint-config-next/node_modules/@typescript-eslint/parser": {
"version": "6.21.0", "version": "6.21.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.21.0.tgz", "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.21.0.tgz",

View file

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