dom-accessibility-api
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -1,3 +0,7 @@ | ||
# [0.1.0](https://github.com/eps1lon/dom-accessibility-api/compare/v0.0.1...v0.1.0) (2019-11-05) | ||
## 0.3.0 | ||
### Minor Changes | ||
- 7f1ada0: Internal polish | ||
## 0.2.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "dom-accessibility-api", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"main": "dist/index.js", | ||
@@ -32,21 +32,21 @@ "types": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@babel/core": "^7.7.4", | ||
"@babel/preset-env": "^7.7.4", | ||
"@babel/preset-typescript": "^7.7.4", | ||
"@changesets/cli": "^2.4.0", | ||
"@testing-library/dom": "^6.10.1", | ||
"@types/jest": "^24.0.23", | ||
"@typescript-eslint/parser": "^2.9.0", | ||
"@typescript-eslint/eslint-plugin": "^2.9.0", | ||
"concurrently": "^5.0.0", | ||
"cypress": "^3.6.1", | ||
"eslint": "^6.7.1", | ||
"jest": "^24.9.0", | ||
"jest-diff": "^24.9.0", | ||
"@babel/core": "^7.8.3", | ||
"@babel/preset-env": "^7.8.3", | ||
"@babel/preset-typescript": "^7.8.3", | ||
"@changesets/cli": "^2.5.0", | ||
"@testing-library/dom": "^6.11.0", | ||
"@types/jest": "^24.9.1", | ||
"@typescript-eslint/parser": "^2.17.0", | ||
"@typescript-eslint/eslint-plugin": "^2.17.0", | ||
"concurrently": "^5.0.2", | ||
"cypress": "^3.8.3", | ||
"eslint": "^6.8.0", | ||
"jest": "^25.1.0", | ||
"jest-diff": "^25.1.0", | ||
"jest-environment-jsdom-thirteen": "^1.0.1", | ||
"jest-junit": "^9.0.0", | ||
"jest-junit": "^10.0.0", | ||
"js-yaml": "^3.13.1", | ||
"jsdom": "^15.2.1", | ||
"jsdom": "^16.0.1", | ||
"minimatch": "^3.0.4", | ||
"mocha": "^6.2.2", | ||
"mocha": "^7.0.1", | ||
"mocha-sugar-free": "^1.4.0", | ||
@@ -57,4 +57,4 @@ "prettier": "^1.19.1", | ||
"request-promise-native": "^1.0.8", | ||
"serve": "^11.2.0", | ||
"typescript": "^3.7.2" | ||
"serve": "^11.3.0", | ||
"typescript": "^3.7.5" | ||
}, | ||
@@ -61,0 +61,0 @@ "prettier": { |
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
50979