@eaze/footer
Advanced tools
Comparing version 0.1.1 to 1.0.0
{ | ||
"name": "@eaze/footer", | ||
"version": "0.1.1", | ||
"version": "1.0.0", | ||
"description": "Footer component", | ||
@@ -33,6 +33,6 @@ "main": "dist/index.js", | ||
"prop-types": "~15.5.10", | ||
"react": "~15.6.1", | ||
"react-dom": "~15.6.1", | ||
"react": "~16.0.0", | ||
"react-dom": "~16.0.0", | ||
"styled-components": "~1.4.6" | ||
} | ||
} |
@@ -1,2 +0,1 @@ | ||
const webpack = require('webpack') | ||
const path = require('path') | ||
@@ -14,2 +13,8 @@ | ||
amd: 'react' | ||
}, | ||
'react-dom': { | ||
root: 'ReactDOM', | ||
commonjs2: 'react-dom', | ||
commonjs: 'react-dom', | ||
amd: 'react-dom' | ||
} | ||
@@ -16,0 +21,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
199200
2
0
6
100
+ Addedprop-types@15.8.1(transitive)
+ Addedreact@15.7.016.0.0(transitive)
+ Addedreact-dom@16.0.1(transitive)
+ Addedreact-is@16.13.1(transitive)
Updatedreact@~16.0.0
Updatedreact-dom@~16.0.0