smarthr-ui
Advanced tools
Comparing version 0.2.2 to 1.0.0
{ | ||
"name": "smarthr-ui", | ||
"author": "SmartHR-UI Team", | ||
"version": "0.2.2", | ||
"version": "1.0.0", | ||
"description": "SmartHR ui components built with React.", | ||
@@ -9,5 +9,7 @@ "keywords": [ | ||
"react-component", | ||
"typescript", | ||
"smarthr" | ||
], | ||
"main": "dist/index.js", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"repository": { | ||
@@ -23,17 +25,11 @@ "type": "git", | ||
"scripts": { | ||
"prepare": "babel src -d dist" | ||
"prepare": "tsc -p tsconfig.build.json" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.3.2", | ||
"react-dom": "^16.3.2" | ||
"react": "^16.4.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.0.0-beta.49", | ||
"@babel/core": "^7.0.0-beta.49", | ||
"@babel/preset-env": "^7.0.0-beta.49", | ||
"@babel/preset-react": "^7.0.0-beta.49" | ||
"@types/react": "^16.4.6", | ||
"typescript": "^2.9.2" | ||
}, | ||
"dependencies": { | ||
"lodash.assign": "^4.2.0" | ||
}, | ||
"sideEffects": false, | ||
@@ -40,0 +36,0 @@ "publishConfig": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
16331
1
2
31
366
0
1
- Removedlodash.assign@^4.2.0
- Removedlodash.assign@4.2.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedscheduler@0.19.1(transitive)