@eslint-react/types
Advanced tools
Comparing version 0.9.8-beta.0 to 0.9.8-beta.1
{ | ||
"name": "@eslint-react/types", | ||
"version": "0.9.8-beta.0", | ||
"version": "0.9.8-beta.1", | ||
"description": "ESLint React's type definitions.", | ||
@@ -38,10 +38,9 @@ "homepage": "https://github.com/rel1cx/eslint-react", | ||
"dependencies": { | ||
"@typescript-eslint/types": "6.14.0", | ||
"@typescript-eslint/utils": "6.14.0", | ||
"string-ts": "1.3.3", | ||
"@eslint-react/tools": "0.9.8-beta.0" | ||
"@typescript-eslint/types": "6.15.0", | ||
"@typescript-eslint/utils": "6.15.0", | ||
"@eslint-react/tools": "0.9.8-beta.1" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c rollup.config.ts --configPlugin swc3 && cp dist/index.d.ts dist/index.d.mts", | ||
"build:docs": "typedoc && dprint fmt ./docs/**/*.md", | ||
"build:docs": "typedoc", | ||
"lint:publish": "publint", | ||
@@ -48,0 +47,0 @@ "lint:type": "tsc --noEmit" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3
4992
+ Added@eslint-react/tools@0.9.8-beta.1(transitive)
+ Added@typescript-eslint/scope-manager@6.15.0(transitive)
+ Added@typescript-eslint/types@6.15.0(transitive)
+ Added@typescript-eslint/typescript-estree@6.15.0(transitive)
+ Added@typescript-eslint/utils@6.15.0(transitive)
+ Added@typescript-eslint/visitor-keys@6.15.0(transitive)
- Removedstring-ts@1.3.3
- Removed@eslint-react/tools@0.9.8-beta.0(transitive)
- Removed@typescript-eslint/scope-manager@6.14.0(transitive)
- Removed@typescript-eslint/types@6.14.0(transitive)
- Removed@typescript-eslint/typescript-estree@6.14.0(transitive)
- Removed@typescript-eslint/utils@6.14.0(transitive)
- Removed@typescript-eslint/visitor-keys@6.14.0(transitive)
- Removedstring-ts@1.3.3(transitive)
- Removedts-pattern@5.0.6(transitive)