cypress-bobril
Advanced tools
Comparing version 2.0.1 to 2.0.2
# cypress-bobril | ||
## [2.0.2] - 2020-05-27 | ||
### Change | ||
- Return webpack until cypress supports tsconfig | ||
## [2.0.1] - 2020-05-01 | ||
### Change | ||
- Simplified TS config | ||
## [2.0.0] - 2020-04-29 | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "cypress-bobril", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Cypress commands for searching bobril components.", | ||
@@ -27,5 +27,6 @@ "main": "index.d.ts", | ||
"bbseeker": "^1.0.6", | ||
"cypress": "^4.5.0" | ||
"cypress": "^4.6.0" | ||
}, | ||
"devDependencies": { | ||
"@cypress/webpack-preprocessor": "^5.4.1", | ||
"@typescript-eslint/eslint-plugin": "*", | ||
@@ -36,3 +37,5 @@ "@typescript-eslint/parser": "*", | ||
"prettier": "*", | ||
"typescript": "^3.8.3" | ||
"ts-loader": "^7.0.5", | ||
"typescript": "^3.9.3", | ||
"webpack": "^4.43.0" | ||
}, | ||
@@ -39,0 +42,0 @@ "prettier": { |
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
13962
9
Updatedcypress@^4.6.0