mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-28 16:01:21 +00:00
build(deps): bump eslint-config-next from 13.4.10 to 13.4.19
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.4.10 to 13.4.19. - [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.19/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
f1fddec0a7
commit
5936556892
2 changed files with 8 additions and 8 deletions
|
@ -32,7 +32,7 @@
|
||||||
"clsx": "^2.0.0",
|
"clsx": "^2.0.0",
|
||||||
"eslint": "8.44.0",
|
"eslint": "8.44.0",
|
||||||
"lucide-react": "^0.259.0",
|
"lucide-react": "^0.259.0",
|
||||||
"eslint-config-next": "13.4.10",
|
"eslint-config-next": "13.4.19",
|
||||||
"next": "13.4.12",
|
"next": "13.4.12",
|
||||||
"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.10
|
specifier: 13.4.19
|
||||||
version: 13.4.10(eslint@8.44.0)(typescript@5.1.6)
|
version: 13.4.19(eslint@8.44.0)(typescript@5.1.6)
|
||||||
lucide-react:
|
lucide-react:
|
||||||
specifier: ^0.259.0
|
specifier: ^0.259.0
|
||||||
version: 0.259.0(react@18.2.0)
|
version: 0.259.0(react@18.2.0)
|
||||||
|
@ -445,8 +445,8 @@ packages:
|
||||||
resolution: {integrity: sha512-RmHanbV21saP/6OEPBJ7yJMuys68cIf8OBBWd7+uj40LdpmswVAwe1uzeuFyUsd6SfeITWT3XnQfn6wULeKwDQ==}
|
resolution: {integrity: sha512-RmHanbV21saP/6OEPBJ7yJMuys68cIf8OBBWd7+uj40LdpmswVAwe1uzeuFyUsd6SfeITWT3XnQfn6wULeKwDQ==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@next/eslint-plugin-next@13.4.10:
|
/@next/eslint-plugin-next@13.4.19:
|
||||||
resolution: {integrity: sha512-YJqyq6vk39JQfvaNtN83t/p5Jy45+bazRL+V4QI8FPd3FBqFYMEsULiwRLgSJMgFqkk4t4JbeZurz+gILEAFpA==}
|
resolution: {integrity: sha512-N/O+zGb6wZQdwu6atMZHbR7T9Np5SUFUjZqCbj0sXm+MwQO35M8TazVB4otm87GkXYs2l6OPwARd3/PUWhZBVQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
glob: 7.1.7
|
glob: 7.1.7
|
||||||
dev: false
|
dev: false
|
||||||
|
@ -2148,8 +2148,8 @@ packages:
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/eslint-config-next@13.4.10(eslint@8.44.0)(typescript@5.1.6):
|
/eslint-config-next@13.4.19(eslint@8.44.0)(typescript@5.1.6):
|
||||||
resolution: {integrity: sha512-+JjcM6lQmFR5Mw0ORm9o1CR29+z/uajgSfYAPEGIBxOhTHBgCMs7ysuwi72o7LkMmA8E3N7/h09pSGZxs0s85g==}
|
resolution: {integrity: sha512-WE8367sqMnjhWHvR5OivmfwENRQ1ixfNE9hZwQqNCsd+iM3KnuMc1V8Pt6ytgjxjf23D+xbesADv9x3xaKfT3g==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^7.23.0 || ^8.0.0
|
eslint: ^7.23.0 || ^8.0.0
|
||||||
typescript: '>=3.3.1'
|
typescript: '>=3.3.1'
|
||||||
|
@ -2157,7 +2157,7 @@ packages:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@next/eslint-plugin-next': 13.4.10
|
'@next/eslint-plugin-next': 13.4.19
|
||||||
'@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