Skip to content

Commit d1ab9ff

Browse files
committed
Add required dependencies
1 parent 920dff2 commit d1ab9ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,22 @@
33
"version": "0.0.0-semantically-released",
44
"description": "Simple and complete Vue DOM testing utilities that encourage good testing practices.",
55
"main": "dist/vue-testing-library.js",
6+
"types": "types/index.d.ts",
67
"scripts": {
78
"format": "kcd-scripts format",
89
"build": "kcd-scripts build",
910
"lint": "kcd-scripts lint",
1011
"test": "kcd-scripts test",
1112
"test:update": "npm test -- --updateSnapshot --coverage",
1213
"validate": "kcd-scripts validate",
14+
"typecheck": "dtslint ./types/",
1315
"setup": "npm install && npm run validate -s"
1416
},
1517
"engines": {
1618
"node": ">10.18"
1719
},
1820
"files": [
21+
"types",
1922
"dist",
2023
"cleanup-after-each.js"
2124
],
@@ -42,7 +45,6 @@
4245
"dependencies": {
4346
"@babel/runtime": "^7.11.2",
4447
"@testing-library/dom": "^7.24.3",
45-
"@types/testing-library__vue": "^5.0.0",
4648
"@vue/test-utils": "^1.1.0"
4749
},
4850
"devDependencies": {
@@ -51,6 +53,7 @@
5153
"apollo-boost": "^0.4.9",
5254
"apollo-cache-inmemory": "^1.6.6",
5355
"axios": "^0.20.0",
56+
"dtslint": "^4.0.4",
5457
"eslint-plugin-vue": "^6.2.2",
5558
"graphql": "^15.3.0",
5659
"graphql-tag": "^2.11.0",
@@ -60,6 +63,7 @@
6063
"lodash.merge": "^4.6.2",
6164
"msw": "^0.21.2",
6265
"portal-vue": "^2.1.7",
66+
"typescript": "^4.0.5",
6367
"vee-validate": "^2.2.15",
6468
"vue": "^2.6.12",
6569
"vue-apollo": "^3.0.4",

0 commit comments

Comments
 (0)