add papaparse types

This commit is contained in:
Kyle Spearrin 2018-04-10 09:25:44 -04:00
parent 639a3f8b85
commit 518aa42d91
2 changed files with 7 additions and 0 deletions

6
package-lock.json generated
View File

@ -224,6 +224,12 @@
"integrity": "sha512-sXCLq42I8Evd/qnrSluSKwxuBc2ioPvNCvb5hl+VL3d2zlh45n26b3rPf8DuJiAuJSv5Z5cqcF1KL7X77tXG4Q==",
"dev": true
},
"@types/papaparse": {
"version": "4.1.31",
"resolved": "https://registry.npmjs.org/@types/papaparse/-/papaparse-4.1.31.tgz",
"integrity": "sha512-8+d1hk3GgF+NJ6mMZZ5zKimqIOc+8OTzpLw4RQ8wnS1NkJh/dMH3NEhSud4Ituq2SGXJjOG6wIczCBAKsSsBdQ==",
"dev": true
},
"@types/webcrypto": {
"version": "0.0.28",
"resolved": "https://registry.npmjs.org/@types/webcrypto/-/webcrypto-0.0.28.tgz",

View File

@ -183,6 +183,7 @@
"@types/lunr": "2.1.5",
"@types/node": "8.0.19",
"@types/node-forge": "0.7.1",
"@types/papaparse": "4.1.31",
"@types/webcrypto": "0.0.28",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.2.0",