chore: update dependencies

This commit is contained in:
Simon Chan 2024-06-06 14:51:23 +08:00
parent 86cdbcb616
commit cee1d22ed0
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
22 changed files with 2647 additions and 2043 deletions

View file

@ -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"
}
}

View file

@ -2,6 +2,6 @@
"name": "@yume-chan/tsconfig",
"version": "1.0.0",
"devDependencies": {
"prettier": "^3.3.0"
"prettier": "^3.3.1"
}
}

View file

@ -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. */