mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
Upgrade dependencies (#34)
* npm upgrade. * upgrade eventemitter3. * skipLibCheck.
This commit is contained in:
parent
fa0ac9d82e
commit
24e9982269
13144
package-lock.json
generated
13144
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
@ -6,6 +6,7 @@
|
||||
"strict": true,
|
||||
"experimentalDecorators": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"skipLibCheck": true,
|
||||
"declaration": true,
|
||||
"rootDir": "src/component",
|
||||
"outDir": "dist/types",
|
||||
|
Loading…
Reference in New Issue
Block a user