mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 09:03:36 +00:00
Bump eslint-config-next from 15.0.1 to 15.0.2
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 15.0.1 to 15.0.2. - [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/v15.0.2/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9a667781a1
commit
0eec86c3e4
2 changed files with 16 additions and 7 deletions
|
@ -69,7 +69,7 @@
|
|||
"@typescript-eslint/parser": "^8.10.0",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"eslint": "^9.13.0",
|
||||
"eslint-config-next": "15.0.1",
|
||||
"eslint-config-next": "15.0.2",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"postcss": "^8.4.47",
|
||||
"prettier": "^3.3.3",
|
||||
|
|
21
yarn.lock
21
yarn.lock
|
@ -939,6 +939,15 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/eslint-plugin-next@npm:15.0.2":
|
||||
version: 15.0.2
|
||||
resolution: "@next/eslint-plugin-next@npm:15.0.2"
|
||||
dependencies:
|
||||
fast-glob: "npm:3.3.1"
|
||||
checksum: 10c0/0e14d11c6ce0b23bd01558d9831673cb31cef32d872a6c1a92392bb975269b2218b55112edd02f1ee31fc61dea8ac7834f4c6621c847c419f3ce524486b83b11
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@next/swc-darwin-arm64@npm:15.0.1":
|
||||
version: 15.0.1
|
||||
resolution: "@next/swc-darwin-arm64@npm:15.0.1"
|
||||
|
@ -3166,11 +3175,11 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-config-next@npm:15.0.1":
|
||||
version: 15.0.1
|
||||
resolution: "eslint-config-next@npm:15.0.1"
|
||||
"eslint-config-next@npm:15.0.2":
|
||||
version: 15.0.2
|
||||
resolution: "eslint-config-next@npm:15.0.2"
|
||||
dependencies:
|
||||
"@next/eslint-plugin-next": "npm:15.0.1"
|
||||
"@next/eslint-plugin-next": "npm:15.0.2"
|
||||
"@rushstack/eslint-patch": "npm:^1.10.3"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
|
||||
"@typescript-eslint/parser": "npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
|
||||
|
@ -3186,7 +3195,7 @@ __metadata:
|
|||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 10c0/ce3f2050b9bd2dfabdfb6688f1f77f8be7009c5cb74f7b548727db5839a262fd17072e462843c69ff9e36de34def9b0f547efbd9da143d02110cfae1b0ce1988
|
||||
checksum: 10c0/02395f2d15853876d917b80a43d5bc187bb017bc741203d16557377b358ddeb5bd00e8c6503fba0b5e1cbb52da634a2d15a2f923c9e86d72c1182ce3940faff9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -6596,7 +6605,7 @@ __metadata:
|
|||
date-fns: "npm:^4.1.0"
|
||||
dompurify: "npm:^3.1.7"
|
||||
eslint: "npm:^9.13.0"
|
||||
eslint-config-next: "npm:15.0.1"
|
||||
eslint-config-next: "npm:15.0.2"
|
||||
eslint-config-prettier: "npm:^9.1.0"
|
||||
eslint-plugin-react-compiler: "npm:0.0.0-experimental-7670337-20240918"
|
||||
lodash: "npm:^4.17.21"
|
||||
|
|
Loading…
Reference in a new issue