Merge pull request #4635 from JorikSchellekens/joriks/field-ts

Move Field to Typescript
This commit is contained in:
Jorik Schellekens
2020-05-26 16:13:03 +01:00
committed by GitHub
11 changed files with 632 additions and 535 deletions
+3 -1
View File
@@ -119,10 +119,12 @@
"@peculiar/webcrypto": "^1.0.22",
"@types/classnames": "^2.2.10",
"@types/flux": "^3.1.9",
"@types/lodash": "^4.14.152",
"@types/modernizr": "^3.5.3",
"@types/node": "^12.12.41",
"@types/qrcode": "^1.3.4",
"@types/react": "16.9",
"@types/react": "^16.9",
"@types/react-dom": "^16.9.8",
"@types/zxcvbn": "^4.4.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",