Upgrade dependencies (#34)

* npm upgrade.

* upgrade eventemitter3.

* skipLibCheck.
This commit is contained in:
Miroslav Šedivý 2023-04-28 19:51:05 +02:00 committed by GitHub
parent fa0ac9d82e
commit 24e9982269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2355 additions and 10800 deletions

13152
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@
},
"dependencies": {
"axios": "^0.27.2",
"eventemitter3": "^4.0.7",
"eventemitter3": "^5.0.0",
"resize-observer-polyfill": "^1.5.1",
"vue": "^2.6.14",
"vue-class-component": "^7.2.6",

View File

@ -6,6 +6,7 @@
"strict": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"declaration": true,
"rootDir": "src/component",
"outDir": "dist/types",