react-component-form
Advanced tools
Comparing version 4.0.0 to 4.1.0
{ | ||
"name": "react-component-form", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"public": true, | ||
@@ -21,7 +21,11 @@ "type": "module", | ||
"homepage": "https://react-component-form.vercel.app/", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "build/index.js", | ||
"types": "build/index.d.ts", | ||
"files": [ | ||
"dist" | ||
"build" | ||
], | ||
"publishConfig": { | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
"scripts": { | ||
@@ -41,3 +45,3 @@ "build": "tsup", | ||
"dependencies": { | ||
"@sinclair/typebox": "0.26.8", | ||
"@sinclair/typebox": "0.28.10", | ||
"ajv": "8.12.0", | ||
@@ -47,16 +51,16 @@ "ajv-formats": "2.1.1" | ||
"devDependencies": { | ||
"@commitlint/cli": "17.5.1", | ||
"@commitlint/config-conventional": "17.4.4", | ||
"@commitlint/cli": "17.6.3", | ||
"@commitlint/config-conventional": "17.6.3", | ||
"@testing-library/react": "14.0.0", | ||
"@tsconfig/strictest": "2.0.0", | ||
"@types/jest": "29.5.0", | ||
"@types/react": "18.0.32", | ||
"@types/react-dom": "18.0.11", | ||
"@typescript-eslint/eslint-plugin": "5.57.0", | ||
"@typescript-eslint/parser": "5.57.0", | ||
"@tsconfig/strictest": "2.0.1", | ||
"@types/jest": "29.5.1", | ||
"@types/react": "18.2.6", | ||
"@types/react-dom": "18.2.4", | ||
"@typescript-eslint/eslint-plugin": "5.59.5", | ||
"@typescript-eslint/parser": "5.59.5", | ||
"editorconfig-checker": "5.0.1", | ||
"esbuild": "0.17.15", | ||
"esbuild": "0.17.19", | ||
"esbuild-jest": "0.5.0", | ||
"eslint": "8.37.0", | ||
"eslint-config-conventions": "8.0.0", | ||
"eslint": "8.40.0", | ||
"eslint-config-conventions": "9.0.0", | ||
"eslint-config-prettier": "8.8.0", | ||
@@ -66,14 +70,14 @@ "eslint-plugin-import": "2.27.5", | ||
"eslint-plugin-promise": "6.1.1", | ||
"eslint-plugin-unicorn": "46.0.0", | ||
"eslint-plugin-unicorn": "47.0.0", | ||
"jest": "29.5.0", | ||
"jest-environment-jsdom": "29.5.0", | ||
"markdownlint-cli2": "0.6.0", | ||
"markdownlint-rule-relative-links": "1.1.2", | ||
"prettier": "2.8.7", | ||
"markdownlint-cli2": "0.7.1", | ||
"markdownlint-rule-relative-links": "1.2.0", | ||
"prettier": "2.8.8", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"semantic-release": "21.0.1", | ||
"semantic-release": "21.0.2", | ||
"tsup": "6.7.0", | ||
"typescript": "5.0.3" | ||
"typescript": "5.0.4" | ||
} | ||
} |
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
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
23
381
20828
1
+ Added@sinclair/typebox@0.28.10(transitive)
- Removed@sinclair/typebox@0.26.8(transitive)
Updated@sinclair/typebox@0.28.10