Comparing version 0.2.1 to 0.2.2
@@ -1,4 +0,3 @@ | ||
/// <reference path="../../node_modules/@types/react/index.d.ts" /> | ||
/// <reference types="react" /> | ||
import { ReactReplacements } from "./types"; | ||
export default function parseReact(xmlString: string, replacements: ReactReplacements): React.ReactNode[]; |
@@ -1,4 +0,3 @@ | ||
/// <reference path="../node_modules/@types/react/index.d.ts" /> | ||
/// <reference types="react" /> | ||
import { ReactReplacements } from "./types"; | ||
export default function parseReact(xmlString: string, replacements: ReactReplacements): React.ReactNode[]; |
{ | ||
"name": "t-i18n", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Simple, standards-based localization", | ||
@@ -42,5 +42,5 @@ "author": "Mitch Cohen <mitch.cohen@me.com>", | ||
"dependencies": { | ||
"@types/react": "^16.0.5", | ||
"@types/react": "^16.0.8", | ||
"minimist": "^1.2.0" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
34221
802
Updated@types/react@^16.0.8