mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31:21 +00:00
Merge pull request #56 from bartvdbraak/dependabot/npm_and_yarn/eslint-config-next-13.4.7
This commit is contained in:
commit
af3b5d20b5
2 changed files with 10 additions and 10 deletions
|
@ -32,7 +32,7 @@
|
|||
"clsx": "^1.2.1",
|
||||
"eslint": "8.42.0",
|
||||
"lucide-react": "^0.242.0",
|
||||
"eslint-config-next": "13.4.5",
|
||||
"eslint-config-next": "13.4.7",
|
||||
"next": "13.4.5",
|
||||
"next-themes": "^0.2.1",
|
||||
"react": "18.2.0",
|
||||
|
|
|
@ -45,8 +45,8 @@ dependencies:
|
|||
specifier: 8.42.0
|
||||
version: 8.42.0
|
||||
eslint-config-next:
|
||||
specifier: 13.4.5
|
||||
version: 13.4.5(eslint@8.42.0)(typescript@5.1.3)
|
||||
specifier: 13.4.7
|
||||
version: 13.4.7(eslint@8.42.0)(typescript@5.1.3)
|
||||
lucide-react:
|
||||
specifier: ^0.242.0
|
||||
version: 0.242.0(react@18.2.0)
|
||||
|
@ -427,8 +427,8 @@ packages:
|
|||
resolution: {integrity: sha512-SG/gKH6eij4vwQy87b/3mbpQ1X3x2vUdnpwq6/qL2IQWjtq58EY/UuNAp9CoEZoC9sI4L9AD1r+73Z9r4d3uug==}
|
||||
dev: false
|
||||
|
||||
/@next/eslint-plugin-next@13.4.5:
|
||||
resolution: {integrity: sha512-/xD/kyJhXmBZq+0xGKOdjL22c9/4i3mBAXaU9aOGEHTXqqFeOz8scJbScWF13aMqigeoFCsDqngIB2MIatcn4g==}
|
||||
/@next/eslint-plugin-next@13.4.7:
|
||||
resolution: {integrity: sha512-ANEPltxzXbyyG7CvqxdY4PmeM5+RyWdAJGufTHnU+LA/i3J6IDV2r8Z4onKwskwKEhwqzz5lMaSYGGXLyHX+mg==}
|
||||
dependencies:
|
||||
glob: 7.1.7
|
||||
dev: false
|
||||
|
@ -1842,7 +1842,7 @@ packages:
|
|||
engines: {node: '>= 6'}
|
||||
|
||||
/concat-map@0.0.1:
|
||||
resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=}
|
||||
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
||||
|
||||
/cookie@0.5.0:
|
||||
resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==}
|
||||
|
@ -2136,8 +2136,8 @@ packages:
|
|||
engines: {node: '>=10'}
|
||||
dev: false
|
||||
|
||||
/eslint-config-next@13.4.5(eslint@8.42.0)(typescript@5.1.3):
|
||||
resolution: {integrity: sha512-7qgJmRp9ClRzPgkzEz7ahK+Rasiv4k2aU3eqkkORzseNUGdtImZVYomcXUhUheHwkxzdN2p//nbIA7zJrCxsCg==}
|
||||
/eslint-config-next@13.4.7(eslint@8.42.0)(typescript@5.1.3):
|
||||
resolution: {integrity: sha512-+IRAyD0+J1MZaTi9RQMPUfr6Q+GCZ1wOkK6XM52Vokh7VI4R6YFGOFzdkEFHl4ZyIX4FKa5vcwUP2WscSFNjNQ==}
|
||||
peerDependencies:
|
||||
eslint: ^7.23.0 || ^8.0.0
|
||||
typescript: '>=3.3.1'
|
||||
|
@ -2145,7 +2145,7 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@next/eslint-plugin-next': 13.4.5
|
||||
'@next/eslint-plugin-next': 13.4.7
|
||||
'@rushstack/eslint-patch': 1.3.1
|
||||
'@typescript-eslint/parser': 5.59.11(eslint@8.42.0)(typescript@5.1.3)
|
||||
eslint: 8.42.0
|
||||
|
@ -3036,7 +3036,7 @@ packages:
|
|||
dev: false
|
||||
|
||||
/language-tags@1.0.5:
|
||||
resolution: {integrity: sha1-0yHbxNowuovzAk4ED6XBRmH5GTo=}
|
||||
resolution: {integrity: sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==}
|
||||
dependencies:
|
||||
language-subtag-registry: 0.3.22
|
||||
dev: false
|
||||
|
|
Loading…
Reference in a new issue