Rewrote everything in Typescript

Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-09-14 15:43:33 +02:00
parent 0c7e08a686
commit e6204fe93c
42 changed files with 2865 additions and 5467 deletions

View File

@ -16,6 +16,9 @@
"@actions/github": "^4.0.0",
"@testing-library/dom": "^7.20.0",
"@testing-library/jest-dom": "^5.11.0",
"@types/express": "^4.17.8",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"axios": "^0.19.2",
"axios-mock-adapter": "^1.18.1",
"css-to-object": "^1.1.0",
@ -28,6 +31,9 @@
"dotenv": "^8.2.0",
"emoji-name-map": "^1.2.8",
"github-username-regex": "^1.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"typescript": "^4.0.2",
"word-wrap": "^1.2.3"
}
}