mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-29 08:21:20 +00:00
Merge pull request #76 from bartvdbraak/dependabot/npm_and_yarn/eslint-config-next-13.4.8
This commit is contained in:
commit
3b8d2bc70e
2 changed files with 8 additions and 8 deletions
|
@ -32,7 +32,7 @@
|
||||||
"clsx": "^1.2.1",
|
"clsx": "^1.2.1",
|
||||||
"eslint": "8.44.0",
|
"eslint": "8.44.0",
|
||||||
"lucide-react": "^0.258.0",
|
"lucide-react": "^0.258.0",
|
||||||
"eslint-config-next": "13.4.7",
|
"eslint-config-next": "13.4.8",
|
||||||
"next": "13.4.8",
|
"next": "13.4.8",
|
||||||
"next-themes": "^0.2.1",
|
"next-themes": "^0.2.1",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
|
|
|
@ -45,8 +45,8 @@ dependencies:
|
||||||
specifier: 8.44.0
|
specifier: 8.44.0
|
||||||
version: 8.44.0
|
version: 8.44.0
|
||||||
eslint-config-next:
|
eslint-config-next:
|
||||||
specifier: 13.4.7
|
specifier: 13.4.8
|
||||||
version: 13.4.7(eslint@8.44.0)(typescript@5.1.6)
|
version: 13.4.8(eslint@8.44.0)(typescript@5.1.6)
|
||||||
lucide-react:
|
lucide-react:
|
||||||
specifier: ^0.258.0
|
specifier: ^0.258.0
|
||||||
version: 0.258.0(react@18.2.0)
|
version: 0.258.0(react@18.2.0)
|
||||||
|
@ -425,8 +425,8 @@ packages:
|
||||||
resolution: {integrity: sha512-twuSf1klb3k9wXI7IZhbZGtFCWvGD4wXTY2rmvzIgVhXhs7ISThrbNyutBx3jWIL8Y/Hk9+woytFz5QsgtcRKQ==}
|
resolution: {integrity: sha512-twuSf1klb3k9wXI7IZhbZGtFCWvGD4wXTY2rmvzIgVhXhs7ISThrbNyutBx3jWIL8Y/Hk9+woytFz5QsgtcRKQ==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@next/eslint-plugin-next@13.4.7:
|
/@next/eslint-plugin-next@13.4.8:
|
||||||
resolution: {integrity: sha512-ANEPltxzXbyyG7CvqxdY4PmeM5+RyWdAJGufTHnU+LA/i3J6IDV2r8Z4onKwskwKEhwqzz5lMaSYGGXLyHX+mg==}
|
resolution: {integrity: sha512-cmfVHpxWjjcETFt2WHnoFU6EmY69QcPJRlRNAooQlNe53Ke90vg1Ci/dkPffryJZaxxiRziP9bQrV8lDVCn3Fw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
glob: 7.1.7
|
glob: 7.1.7
|
||||||
dev: false
|
dev: false
|
||||||
|
@ -2128,8 +2128,8 @@ packages:
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/eslint-config-next@13.4.7(eslint@8.44.0)(typescript@5.1.6):
|
/eslint-config-next@13.4.8(eslint@8.44.0)(typescript@5.1.6):
|
||||||
resolution: {integrity: sha512-+IRAyD0+J1MZaTi9RQMPUfr6Q+GCZ1wOkK6XM52Vokh7VI4R6YFGOFzdkEFHl4ZyIX4FKa5vcwUP2WscSFNjNQ==}
|
resolution: {integrity: sha512-2hE0b6lHuhtHBX8VgEXi8v4G8PVrPUBMOSLCTq8qtcQ2qQOX7+uBOLK2kU4FD2qDZzyXNlhmuH+WLT5ptY4XLA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^7.23.0 || ^8.0.0
|
eslint: ^7.23.0 || ^8.0.0
|
||||||
typescript: '>=3.3.1'
|
typescript: '>=3.3.1'
|
||||||
|
@ -2137,7 +2137,7 @@ packages:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@next/eslint-plugin-next': 13.4.7
|
'@next/eslint-plugin-next': 13.4.8
|
||||||
'@rushstack/eslint-patch': 1.3.1
|
'@rushstack/eslint-patch': 1.3.1
|
||||||
'@typescript-eslint/parser': 5.59.11(eslint@8.44.0)(typescript@5.1.6)
|
'@typescript-eslint/parser': 5.59.11(eslint@8.44.0)(typescript@5.1.6)
|
||||||
eslint: 8.44.0
|
eslint: 8.44.0
|
||||||
|
|
Loading…
Reference in a new issue