Comparing version 0.2.0-beta.43 to 0.2.0-beta.44
{ | ||
"name": "formulr", | ||
"version": "0.2.0-beta.43", | ||
"version": "0.2.0-beta.44", | ||
"description": "Form toolkit for React", | ||
"main": "./lib/index.js", | ||
"module": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"scripts": { | ||
"dev": "webpack-dev-server --progress", | ||
"build": "rimraf ./lib && tsc", | ||
"prepublishOnly": "npm run build", | ||
"doc": "typedoc --out typedoc --mode file && gh-pages -d typedoc" | ||
"keywords": [ | ||
"form", | ||
"react" | ||
], | ||
"homepage": "https://github.com/intellild/formulr#readme", | ||
"bugs": { | ||
"url": "https://github.com/intellild/formulr/issues" | ||
}, | ||
@@ -18,6 +17,4 @@ "repository": { | ||
}, | ||
"keywords": [ | ||
"react", | ||
"form" | ||
], | ||
"license": "MIT", | ||
"author": "intellild", | ||
"files": [ | ||
@@ -27,15 +24,14 @@ "src/**/*", | ||
], | ||
"author": "intellild", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/intellild/formulr/issues" | ||
"main": "./lib/index.js", | ||
"module": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"scripts": { | ||
"build": "rimraf ./lib && tsc", | ||
"dev": "webpack-dev-server --progress", | ||
"doc": "typedoc --out typedoc --mode file && gh-pages -d typedoc", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"homepage": "https://github.com/intellild/formulr#readme", | ||
"dependencies": { | ||
"@types/big.js": "^4.0.5", | ||
"@types/react": "^16.8.0", | ||
"@types/react-dom": "^16.8.0", | ||
"big.js": "^5.2.2", | ||
"react": "^16.8.0", | ||
"react-dom": "^16.8.0", | ||
"rxjs": "^6.4.0", | ||
@@ -48,2 +44,4 @@ "tslib": "^1.9.3", | ||
"@babel/preset-react": "^7.0.0", | ||
"@types/react": "^16.8.0", | ||
"@types/react-dom": "^16.8.0", | ||
"@types/scheduler": "~0.16.1", | ||
@@ -55,2 +53,4 @@ "awesome-typescript-loader": "^5.2.1", | ||
"jest": "^24.8.0", | ||
"react": "^16.8.0", | ||
"react-dom": "^16.8.0", | ||
"rimraf": "^3.0.0", | ||
@@ -66,4 +66,8 @@ "scheduler": "~0.16.0", | ||
"peerDependencies": { | ||
"@types/react": "^16.8.0", | ||
"@types/react-dom": "^16.8.0", | ||
"react": "^16.8.0", | ||
"react-dom": "^16.8.0", | ||
"scheduler": "~0.14.0 || ~0.15.0 || ~0.16.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
202690
20
- Removed@types/react@^16.8.0
- Removed@types/react-dom@^16.8.0
- Removedreact@^16.8.0
- Removedreact-dom@^16.8.0