This commit is contained in:
James Ives 2021-02-28 09:08:08 -05:00
commit 56a3a7e1e3
3 changed files with 236 additions and 890 deletions

View File

@ -345,6 +345,6 @@ If you wish to remove these files you must go into the deployment branch directl
## Support 💖 ## Support 💖
This project would not be possible without all of our fantastic [contributors](https://github.com/JamesIves/github-pages-deploy-action/graphs/contributors). The project logo was created by [Paganini](https://twitter.com/paganiniart). This project would not be possible without all of our fantastic [contributors](https://github.com/JamesIves/github-pages-deploy-action/graphs/contributors).
If you'd like to support the maintenance and upkeep of this project you can [donate via GitHub Sponsors](https://github.com/sponsors/JamesIves). This project is distributed under the [MIT](https://github.com/JamesIves/github-pages-deploy-action/blob/dev/LICENSE) license. If you'd like to support the maintenance and upkeep of this project you can [donate via GitHub Sponsors](https://github.com/sponsors/JamesIves). This project is distributed under the [MIT](https://github.com/JamesIves/github-pages-deploy-action/blob/dev/LICENSE) license, and the project logo was created by [Paganini](https://twitter.com/paganiniart).

View File

@ -40,16 +40,16 @@
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "26.0.20", "@types/jest": "26.0.20",
"@types/node": "14.14.25", "@types/node": "14.14.31",
"eslint": "7.19.0", "eslint": "7.20.0",
"eslint-plugin-github": "4.1.1", "eslint-plugin-github": "4.1.1",
"eslint-plugin-jest": "24.1.3", "eslint-plugin-jest": "24.1.5",
"eslint-plugin-prettier": "^3.1.2", "eslint-plugin-prettier": "^3.1.2",
"jest": "25.5.4", "jest": "26.6.3",
"jest-circus": "26.6.3", "jest-circus": "26.6.3",
"prettier": "2.2.1", "prettier": "2.2.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "25.5.1", "ts-jest": "26.5.2",
"typescript": "3.9.9" "typescript": "4.2.2"
} }
} }

1110
yarn.lock

File diff suppressed because it is too large Load Diff