actions-playground
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -5,2 +5,4 @@ # Changelog | ||
### [2.1.1](https://github.com/SkeLLLa/actions-playground/compare/v2.1.0...v2.1.1) (2021-01-29) | ||
## [2.1.0](https://github.com/SkeLLLa/actions-playground/compare/v2.1.0-rc.1...v2.1.0) (2021-01-29) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "actions-playground", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "GH actions playground", | ||
@@ -33,24 +33,24 @@ "keywords": [], | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"@types/jest": "^25.0.0", | ||
"@types/node": "^14.0.0", | ||
"@typescript-eslint/parser": "^3.0.0", | ||
"conventional-changelog-cli": "^2.0.34", | ||
"eslint": "^7.0.0", | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"@types/jest": "^26.0.0", | ||
"@types/node": "^14.14.22", | ||
"@typescript-eslint/parser": "^4.0.0", | ||
"conventional-changelog-cli": "^2.1.1", | ||
"eslint": "^7.18.0", | ||
"eslint-config-google": "^0.14.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-jest": "^23.10.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"eslint-config-prettier": "^7.0.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jest": "^24.0.0", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"eslint-plugin-sort-requires": "^2.1.0", | ||
"husky": "^4.2.5", | ||
"jest": "^26.0.0", | ||
"husky": "^4.3.8", | ||
"jest": "^26.6.3", | ||
"jest-junit": "^10.0.0", | ||
"prettier": "^2.0.5", | ||
"prettier-plugin-packagejson": "^2.2.3", | ||
"pretty-quick": "^2.0.1", | ||
"standard-version": "^8.0.0", | ||
"typescript": "^3.8.3" | ||
"prettier": "^2.2.1", | ||
"prettier-plugin-packagejson": "^2.2.9", | ||
"pretty-quick": "^3.0.0", | ||
"standard-version": "^9.0.0", | ||
"typescript": "^4.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
13970