eslint-plugin-react-dom
Advanced tools
Comparing version 1.5.3-next.2 to 1.5.3-next.3
@@ -10,3 +10,3 @@ 'use strict'; | ||
var name = "eslint-plugin-react-dom"; | ||
var version = "1.5.3-next.2"; | ||
var version = "1.5.3-next.3"; | ||
@@ -193,3 +193,3 @@ /** | ||
const moduleVersion = "2.2.5"; | ||
const moduleVersion = "2.3.0"; | ||
@@ -658,6 +658,4 @@ /** | ||
/* c8 ignore next */ | ||
_R: _ => _, | ||
_A: _ => _, | ||
/* c8 ignore next */ | ||
_E: _ => _, | ||
/* c8 ignore next */ | ||
_In: _ => _, | ||
@@ -667,3 +665,5 @@ /* c8 ignore next */ | ||
/* c8 ignore next */ | ||
_Z: _ => _ | ||
_E: _ => _, | ||
/* c8 ignore next */ | ||
_R: _ => _ | ||
}; | ||
@@ -670,0 +670,0 @@ const channelVariance = { |
{ | ||
"name": "eslint-plugin-react-dom", | ||
"version": "1.5.3-next.2", | ||
"version": "1.5.3-next.3", | ||
"description": "ESLint React's ESLint plugin for ReactDOM related rules.", | ||
@@ -43,12 +43,12 @@ "homepage": "https://github.com/rel1cx/eslint-react", | ||
"string-ts": "2.0.0", | ||
"@eslint-react/ast": "1.5.3-next.2", | ||
"@eslint-react/core": "1.5.3-next.2", | ||
"@eslint-react/jsx": "1.5.3-next.2", | ||
"@eslint-react/shared": "1.5.3-next.2", | ||
"@eslint-react/tools": "1.5.3-next.2", | ||
"@eslint-react/types": "1.5.3-next.2", | ||
"@eslint-react/var": "1.5.3-next.2" | ||
"@eslint-react/ast": "1.5.3-next.3", | ||
"@eslint-react/core": "1.5.3-next.3", | ||
"@eslint-react/jsx": "1.5.3-next.3", | ||
"@eslint-react/shared": "1.5.3-next.3", | ||
"@eslint-react/tools": "1.5.3-next.3", | ||
"@eslint-react/types": "1.5.3-next.3", | ||
"@eslint-react/var": "1.5.3-next.3" | ||
}, | ||
"devDependencies": { | ||
"effect": "2.2.5" | ||
"effect": "2.3.0" | ||
}, | ||
@@ -55,0 +55,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
+ Added@eslint-react/ast@1.5.3-next.3(transitive)
+ Added@eslint-react/core@1.5.3-next.3(transitive)
+ Added@eslint-react/jsx@1.5.3-next.3(transitive)
+ Added@eslint-react/shared@1.5.3-next.3(transitive)
+ Added@eslint-react/tools@1.5.3-next.3(transitive)
+ Added@eslint-react/types@1.5.3-next.3(transitive)
+ Added@eslint-react/var@1.5.3-next.3(transitive)
- Removed@eslint-react/ast@1.5.3-next.2(transitive)
- Removed@eslint-react/core@1.5.3-next.2(transitive)
- Removed@eslint-react/jsx@1.5.3-next.2(transitive)
- Removed@eslint-react/shared@1.5.3-next.2(transitive)
- Removed@eslint-react/tools@1.5.3-next.2(transitive)
- Removed@eslint-react/types@1.5.3-next.2(transitive)
- Removed@eslint-react/var@1.5.3-next.2(transitive)