mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-05-14 18:01:21 +00:00
chore(deps): bump eslint-config-next from 13.4.7 to 13.4.8
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.4.7 to 13.4.8. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v13.4.8/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8054d88822
commit
2557ec01b4
2 changed files with 9 additions and 9 deletions
|
@ -27,7 +27,7 @@
|
|||
"class-variance-authority": "^0.6.1",
|
||||
"clsx": "^1.2.1",
|
||||
"eslint": "8.44.0",
|
||||
"eslint-config-next": "13.4.7",
|
||||
"eslint-config-next": "13.4.8",
|
||||
"next": "13.4.7",
|
||||
"next-themes": "^0.2.1",
|
||||
"postcss": "8.4.24",
|
||||
|
|
|
@ -36,8 +36,8 @@ dependencies:
|
|||
specifier: 8.44.0
|
||||
version: 8.44.0
|
||||
eslint-config-next:
|
||||
specifier: 13.4.7
|
||||
version: 13.4.7(eslint@8.44.0)(typescript@5.1.6)
|
||||
specifier: 13.4.8
|
||||
version: 13.4.8(eslint@8.44.0)(typescript@5.1.6)
|
||||
next:
|
||||
specifier: 13.4.7
|
||||
version: 13.4.7(react-dom@18.2.0)(react@18.2.0)
|
||||
|
@ -198,8 +198,8 @@ packages:
|
|||
resolution: {integrity: sha512-ZlbiFulnwiFsW9UV1ku1OvX/oyIPLtMk9p/nnvDSwI0s7vSoZdRtxXNsaO+ZXrLv/pMbXVGq4lL8TbY9iuGmVw==}
|
||||
dev: false
|
||||
|
||||
/@next/eslint-plugin-next@13.4.7:
|
||||
resolution: {integrity: sha512-ANEPltxzXbyyG7CvqxdY4PmeM5+RyWdAJGufTHnU+LA/i3J6IDV2r8Z4onKwskwKEhwqzz5lMaSYGGXLyHX+mg==}
|
||||
/@next/eslint-plugin-next@13.4.8:
|
||||
resolution: {integrity: sha512-cmfVHpxWjjcETFt2WHnoFU6EmY69QcPJRlRNAooQlNe53Ke90vg1Ci/dkPffryJZaxxiRziP9bQrV8lDVCn3Fw==}
|
||||
dependencies:
|
||||
glob: 7.1.7
|
||||
dev: false
|
||||
|
@ -754,7 +754,7 @@ packages:
|
|||
dev: true
|
||||
|
||||
/concat-map@0.0.1:
|
||||
resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=}
|
||||
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
||||
dev: false
|
||||
|
||||
/conventional-changelog-conventionalcommits@5.0.0:
|
||||
|
@ -978,8 +978,8 @@ packages:
|
|||
engines: {node: '>=10'}
|
||||
dev: false
|
||||
|
||||
/eslint-config-next@13.4.7(eslint@8.44.0)(typescript@5.1.6):
|
||||
resolution: {integrity: sha512-+IRAyD0+J1MZaTi9RQMPUfr6Q+GCZ1wOkK6XM52Vokh7VI4R6YFGOFzdkEFHl4ZyIX4FKa5vcwUP2WscSFNjNQ==}
|
||||
/eslint-config-next@13.4.8(eslint@8.44.0)(typescript@5.1.6):
|
||||
resolution: {integrity: sha512-2hE0b6lHuhtHBX8VgEXi8v4G8PVrPUBMOSLCTq8qtcQ2qQOX7+uBOLK2kU4FD2qDZzyXNlhmuH+WLT5ptY4XLA==}
|
||||
peerDependencies:
|
||||
eslint: ^7.23.0 || ^8.0.0
|
||||
typescript: '>=3.3.1'
|
||||
|
@ -987,7 +987,7 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@next/eslint-plugin-next': 13.4.7
|
||||
'@next/eslint-plugin-next': 13.4.8
|
||||
'@rushstack/eslint-patch': 1.3.1
|
||||
'@typescript-eslint/parser': 5.59.11(eslint@8.44.0)(typescript@5.1.6)
|
||||
eslint: 8.44.0
|
||||
|
|
Loading…
Reference in a new issue