Skip to content

Commit

Permalink
chore(deps): update npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent a35b170 commit a73a9ca
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 680 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.3.1",
"private": true,
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@8.10.2",
"description": "A Set of AI Utils",
"license": "MIT",
"scripts": {
Expand All @@ -16,8 +16,8 @@
"ext:dev": "pnpm run --filter utils-ai build && pnpm run --filter utils-ai-vscode dev"
},
"devDependencies": {
"@antfu/eslint-config": "1.0.0-beta.28",
"@antfu/eslint-config": "1.1.0",
"bumpp": "^9.2.0",
"eslint": "^8.52.0"
"eslint": "^8.53.0"
}
}
6 changes: 3 additions & 3 deletions packages/utils-ai-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
"utils-ai": "workspace:*"
},
"devDependencies": {
"@types/node": "^18.18.6",
"@types/vscode": "^1.83.1",
"@vscode/vsce": "^2.21.1",
"@types/node": "^18.18.9",
"@types/vscode": "^1.84.1",
"@vscode/vsce": "^2.22.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/utils-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "utils-ai",
"type": "module",
"version": "0.3.1",
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@8.10.2",
"description": "A CLI of AI Utils for writers",
"author": "Estéban Soubiran <[email protected]> (https://github.com/barbapapazes/)",
"license": "MIT",
Expand Down Expand Up @@ -40,13 +40,13 @@
"dependencies": {
"citty": "^0.1.4",
"consola": "^3.2.3",
"defu": "^6.1.2",
"defu": "^6.1.3",
"ofetch": "^1.3.3",
"rc9": "^2.1.1"
},
"devDependencies": {
"@types/node": "^20.8.7",
"jiti": "^1.20.0",
"@types/node": "^20.9.0",
"jiti": "^1.21.0",
"typescript": "^5.2.2",
"unbuild": "^2.0.0"
}
Expand Down
Loading

0 comments on commit a73a9ca

Please sign in to comment.