@datacamp/waffles-utils
Advanced tools
Comparing version 2.0.20 to 2.1.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.1.0](https://github.com/datacamp/design-system/compare/@datacamp/waffles-utils@2.0.20...@datacamp/waffles-utils@2.1.0) (2020-11-19) | ||
### Features | ||
* add react 17 compatibility ([fcf19c6](https://github.com/datacamp/design-system/commit/fcf19c6)) | ||
## [2.0.20](https://github.com/datacamp/design-system/compare/@datacamp/waffles-utils@2.0.19...@datacamp/waffles-utils@2.0.20) (2020-11-06) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@datacamp/waffles-utils", | ||
"version": "2.0.20", | ||
"version": "2.1.0", | ||
"description": "Various collection of utilities to be shared across waffles packages", | ||
@@ -35,7 +35,7 @@ "author": "Louis Bailey <louis@datacamp.com>", | ||
"@babel/core": "7.12.3", | ||
"@datacamp/waffles-babel-preset": "^2.0.2", | ||
"@datacamp/waffles-babel-preset": "^2.0.3", | ||
"@datacamp/waffles-tsconfig": "^1.1.12", | ||
"babel-jest": "26.2.2", | ||
"babel-jest": "26.6.3", | ||
"jest": "26.6.1", | ||
"react": "16.8.6" | ||
"react": "17.0.1" | ||
}, | ||
@@ -47,5 +47,5 @@ "dependencies": { | ||
"peerDependencies": { | ||
"react": "^16.8.6" | ||
"react": "^16.8.6 || ^17.0.1" | ||
}, | ||
"gitHead": "d34e1656d1a66af55d06000a8facf53835195d6e" | ||
"gitHead": "e617c035d3e12b8e39ac9caed0b642c17369cca8" | ||
} |
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
17838