Update npm deps
This commit is contained in:
parent
359571a2a0
commit
25044a0fef
3 changed files with 1023 additions and 3 deletions
1015
plugin/package-lock.json
generated
1015
plugin/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -14,8 +14,9 @@
|
|||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.6",
|
||||
"typescript-eslint": "8.18.0",
|
||||
"builtin-modules": "3.3.0",
|
||||
"date-fns": "^4.1.0",
|
||||
"dayjs": "^1.11.13",
|
||||
"esbuild": "0.24.0",
|
||||
"esbuild-plugin-wasm-pack": "^1.1.0",
|
||||
"eslint": "9.17.0",
|
||||
|
|
@ -23,8 +24,10 @@
|
|||
"obsidian": "1.7.2",
|
||||
"openapi-fetch": "0.13.3",
|
||||
"openapi-typescript": "7.4.4",
|
||||
"p-queue": "^8.0.1",
|
||||
"tslib": "2.4.0",
|
||||
"typescript": "5.7.2",
|
||||
"p-queue": "^8.0.1"
|
||||
"typescript-eslint": "8.18.0",
|
||||
"esbuild-sass-plugin": "^3.3.1"
|
||||
}
|
||||
}
|
||||
|
|
@ -11,6 +11,8 @@
|
|||
"importHelpers": true,
|
||||
"isolatedModules": true,
|
||||
"strictNullChecks": true,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"lib": [
|
||||
"DOM",
|
||||
"ES5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue