forgo-state
Advanced tools
Comparing version 1.0.24 to 1.0.26
{ | ||
"name": "forgo-state", | ||
"version": "1.0.24", | ||
"version": "1.0.26", | ||
"type": "module", | ||
@@ -13,3 +13,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"forgo": "^1.4.15" | ||
"forgo": "^2.0.2" | ||
}, | ||
@@ -16,0 +16,0 @@ "devDependencies": { |
@@ -12,6 +12,7 @@ { | ||
"strict": true, | ||
"jsx": "react-jsx", | ||
"jsxImportSource": "forgo" | ||
"jsx": "react", | ||
"jsxFactory": "forgo.h", | ||
"jsxFragmentFactory": "forgo.Fragment" | ||
}, | ||
"include": ["./src/**/*"] | ||
} |
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
21759
344
+ Addedforgo@2.2.3(transitive)
- Removedforgo@1.4.15(transitive)
Updatedforgo@^2.0.2