@datacamp/waffles-utils
Advanced tools
Comparing version 1.2.9 to 1.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.3.0](https://github.com/datacamp/design-system/compare/@datacamp/waffles-utils@1.2.9...@datacamp/waffles-utils@1.3.0) (2019-12-18) | ||
### Features | ||
* update testing library ([c067839](https://github.com/datacamp/design-system/commit/c067839)) | ||
## [1.2.9](https://github.com/datacamp/design-system/compare/@datacamp/waffles-utils@1.2.8...@datacamp/waffles-utils@1.2.9) (2019-12-02) | ||
@@ -8,0 +19,0 @@ |
module.exports = { | ||
setupFilesAfterEnv: ['@testing-library/react/cleanup-after-each'], | ||
snapshotSerializers: ['jest-emotion'], | ||
transform: { '\\.[jt]sx?$': '<rootDir>/test/customTransformer.js' }, | ||
}; |
{ | ||
"name": "@datacamp/waffles-utils", | ||
"version": "1.2.9", | ||
"version": "1.3.0", | ||
"description": "Various collection of things to be shared across waffles packages", | ||
@@ -30,4 +30,4 @@ "author": "Louis Bailey <louis@datacamp.com>", | ||
"@babel/core": "7.7.4", | ||
"@datacamp/waffles-babel-preset": "^1.3.9", | ||
"@datacamp/waffles-tsconfig": "^1.1.5", | ||
"@datacamp/waffles-babel-preset": "^1.3.10", | ||
"@datacamp/waffles-tsconfig": "^1.1.6", | ||
"babel-jest": "24.9.0", | ||
@@ -38,3 +38,3 @@ "jest": "24.9.0", | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.4", | ||
"@babel/runtime": "^7.7.6", | ||
"lodash": "^4.17.13" | ||
@@ -45,3 +45,3 @@ }, | ||
}, | ||
"gitHead": "7501825aad797a0f6fa556f69a6ce861cb99e2e4" | ||
"gitHead": "d60c93272071a9e01ffa5f8ed4c17d91e2995480" | ||
} |
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
13064
177
Updated@babel/runtime@^7.7.6