Skip to content

Commit ba97d84

Browse files
build(deps-dev): bump eslint-config-next from 13.1.1 to 13.3.0
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.1.1 to 13.3.0. - [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.3.0/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a5fb85d commit ba97d84

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@typescript-eslint/eslint-plugin": "^5.48.1",
3232
"@typescript-eslint/parser": "^5.48.1",
3333
"eslint": "^8.26.0",
34-
"eslint-config-next": "^13.0.0",
34+
"eslint-config-next": "^13.3.0",
3535
"eslint-config-prettier": "^8.5.0",
3636
"eslint-plugin-react": "^7.32.0",
3737
"firebase-tools": "^11.20.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,10 +1555,10 @@
15551555
resolved "https://registry.yarnpkg.com/@next/env/-/env-13.1.1.tgz#6ff26488dc7674ef2bfdd1ca28fe43eed1113bea"
15561556
integrity sha512-vFMyXtPjSAiOXOywMojxfKIqE3VWN5RCAx+tT3AS3pcKjMLFTCJFUWsKv8hC+87Z1F4W3r68qTwDFZIFmd5Xkw==
15571557

1558-
"@next/eslint-plugin-next@13.1.1":
1559-
version "13.1.1"
1560-
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-13.1.1.tgz#cc5e419cc85587f73f2ac0046a91df01dc6fef8b"
1561-
integrity sha512-SBrOFS8PC3nQ5aeZmawJkjKkWjwK9RoxvBSv/86nZp0ubdoVQoko8r8htALd9ufp16NhacCdqhu9bzZLDWtALQ==
1558+
"@next/eslint-plugin-next@13.3.0":
1559+
version "13.3.0"
1560+
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-13.3.0.tgz#3a4742b0817575cc0dd4d152cb10363584c215ac"
1561+
integrity sha512-wuGN5qSEjSgcq9fVkH0Y/qIPFjnZtW3ZPwfjJOn7l/rrf6y8J24h/lo61kwqunTyzZJm/ETGfGVU9PUs8cnzEA==
15621562
dependencies:
15631563
glob "7.1.7"
15641564

@@ -3360,12 +3360,12 @@ escodegen@^1.13.0, escodegen@^1.8.1:
33603360
optionalDependencies:
33613361
source-map "~0.6.1"
33623362

3363-
eslint-config-next@^13.0.0:
3364-
version "13.1.1"
3365-
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-13.1.1.tgz#b1a6602b0a339820585d4b2f8d2e08866b6699a7"
3366-
integrity sha512-/5S2XGWlGaiqrRhzpn51ux5JUSLwx8PVK2keLi5xk7QmhfYB8PqE6R6SlVw6hgnf/VexvUXSrlNJ/su00NhtHQ==
3363+
eslint-config-next@^13.3.0:
3364+
version "13.3.0"
3365+
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-13.3.0.tgz#c302fbecfe2b976ea306f7622af637ef9d9e3802"
3366+
integrity sha512-6YEwmFBX0VjBd3ODGW9df0Is0FLaRFdMN8eAahQG9CN6LjQ28J8AFr19ngxqMSg7Qv6Uca/3VeeBosJh1bzu0w==
33673367
dependencies:
3368-
"@next/eslint-plugin-next" "13.1.1"
3368+
"@next/eslint-plugin-next" "13.3.0"
33693369
"@rushstack/eslint-patch" "^1.1.3"
33703370
"@typescript-eslint/parser" "^5.42.0"
33713371
eslint-import-resolver-node "^0.3.6"

0 commit comments

Comments
 (0)