eslint-config-next
Advanced tools
Comparing version 15.2.0-canary.29 to 15.2.0-canary.30
{ | ||
"name": "eslint-config-next", | ||
"version": "15.2.0-canary.29", | ||
"version": "15.2.0-canary.30", | ||
"description": "ESLint configuration used by Next.js.", | ||
@@ -13,3 +13,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@next/eslint-plugin-next": "15.2.0-canary.29", | ||
"@next/eslint-plugin-next": "15.2.0-canary.30", | ||
"@rushstack/eslint-patch": "^1.10.3", | ||
@@ -16,0 +16,0 @@ "@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", |
@@ -5,2 +5,3 @@ const { | ||
} = require('next/dist/compiled/babel/eslint-parser') | ||
const { version } = require('./package.json') | ||
@@ -10,2 +11,6 @@ module.exports = { | ||
parseForESLint, | ||
meta: { | ||
name: 'eslint-config-next/parser', | ||
version, | ||
}, | ||
} |
4926
140
+ Added@next/eslint-plugin-next@15.2.0-canary.30(transitive)
- Removed@next/eslint-plugin-next@15.2.0-canary.29(transitive)