Quick fix for build

This commit is contained in:
Dragory 2020-12-13 22:16:55 +02:00
parent ba4be8cbf5
commit fb2fc677be
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
4 changed files with 15 additions and 1 deletions

View file

@ -4279,6 +4279,12 @@
}
}
},
"typescript": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz",
"integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==",
"dev": true
},
"uid2": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/uid2/-/uid2-0.0.3.tgz",

View file

@ -86,7 +86,8 @@
"ava": "^3.10.0",
"rimraf": "^2.6.2",
"source-map-support": "^0.5.16",
"tsc-watch": "^4.0.0"
"tsc-watch": "^4.0.0",
"typescript": "^4.1.3"
},
"ava": {
"files": [

View file

@ -8779,6 +8779,12 @@
"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
"dev": true
},
"typescript": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz",
"integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==",
"dev": true
},
"uglify-js": {
"version": "3.4.10",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.4.10.tgz",

View file

@ -28,6 +28,7 @@
"source-map-loader": "^0.2.4",
"tailwindcss": "^1.9.6",
"ts-loader": "^6.2.0",
"typescript": "^4.1.3",
"vue-loader": "^15.7.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",