mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 09:03:36 +00:00
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:
commit
4d954456f3
2 changed files with 11 additions and 2 deletions
11
package-lock.json
generated
11
package-lock.json
generated
|
@ -43,7 +43,7 @@
|
|||
"zustand": "^4.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@next/eslint-plugin-next": "^14.1.1",
|
||||
"@next/eslint-plugin-next": "^14.1.2",
|
||||
"@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.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": {
|
||||
"version": "6.21.0",
|
||||
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.21.0.tgz",
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"zustand": "^4.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@next/eslint-plugin-next": "^14.1.1",
|
||||
"@next/eslint-plugin-next": "^14.1.2",
|
||||
"@types/lodash": "^4.14.202",
|
||||
"@types/node": "^20",
|
||||
"@types/react": "^18",
|
||||
|
|
Loading…
Reference in a new issue