mirror of
https://github.com/binxly/Atomizer.git
synced 2026-07-22 05:31:35 +00:00
Bump deps
This commit is contained in:
parent
f0c22d65b0
commit
229e45f156
2 changed files with 526 additions and 300 deletions
812
package-lock.json
generated
812
package-lock.json
generated
File diff suppressed because it is too large
Load diff
14
package.json
14
package.json
|
|
@ -12,19 +12,19 @@
|
|||
"author": "",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.6",
|
||||
"@types/node": "^16.18.126",
|
||||
"@typescript-eslint/eslint-plugin": "5.29.0",
|
||||
"@typescript-eslint/parser": "5.29.0",
|
||||
"builtin-modules": "3.3.0",
|
||||
"esbuild": "0.17.3",
|
||||
"esbuild": "^0.25.1",
|
||||
"eslint": "^8.57.1",
|
||||
"globals": "^15.13.0",
|
||||
"obsidian": "latest",
|
||||
"globals": "^15.15.0",
|
||||
"obsidian": "^1.8.7",
|
||||
"tslib": "2.4.0",
|
||||
"typescript": "^4.8.4",
|
||||
"typescript-eslint": "^8.17.0"
|
||||
"typescript": "^4.9.5",
|
||||
"typescript-eslint": "^8.26.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"openai": "^4.75.0"
|
||||
"openai": "^4.87.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue