mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 01:39:21 +02:00
chore: update dependencies
This commit is contained in:
parent
86cdbcb616
commit
cee1d22ed0
22 changed files with 2647 additions and 2043 deletions
|
@ -8,13 +8,13 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@eslint/js": "^9.4.0",
|
||||
"@types/node": "^20.13.0",
|
||||
"@types/node": "^20.14.2",
|
||||
"eslint": "^9.4.0",
|
||||
"eslint-plugin-import-x": "^0.5.1",
|
||||
"typescript": "^5.4.5",
|
||||
"typescript-eslint": "^7.11.0"
|
||||
"typescript-eslint": "^7.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^3.3.0"
|
||||
"prettier": "^3.3.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
"name": "@yume-chan/tsconfig",
|
||||
"version": "1.0.0",
|
||||
"devDependencies": {
|
||||
"prettier": "^3.3.0"
|
||||
"prettier": "^3.3.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"stripInternal": true,
|
||||
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
|
||||
// "noEmit": true, /* Do not emit outputs. */
|
||||
// "importHelpers": true, // /* Import emit helpers from 'tslib'. */
|
||||
// "importHelpers": true, // /* Import emit helpers from 'tslib'. */
|
||||
"skipLibCheck": true, // /* Skip type checking of all declaration files (*.d.ts). */
|
||||
/* Strict Type-Checking Options */
|
||||
"strict": true, // /* Enable all strict type-checking options. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue