Skip to content

Commit

Permalink
⬆️ pnpm update (#37)
Browse files Browse the repository at this point in the history
* ⬆️ pnpm update

* 👷 Update pnpm patch template
  • Loading branch information
NatoBoram authored Jul 18, 2024
1 parent 27bf974 commit 15d57b1
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 22 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pnpm-version-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
git config commit.gpgsign true
git config gpg.format ssh
git config push.gpgSign 'if-asked'
git config tag.gpgSign true
git config user.signingkey 'key::${{ vars.DEPLOY_KEY_PUBLIC }}'
eval `ssh-agent -s`
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@
"test:watch": "vitest --watch"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"eslint": "^9.4.0",
"@eslint/js": "^9.7.0",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"openai": "^4.29.2",
"prettier": "^3.1.0",
"typedoc": "^0.26.3",
"typescript": "^5.4.3",
"typescript-eslint": "^7.12.0",
"vite": "^5.2.6",
"openai": "^4.52.7",
"prettier": "^3.3.3",
"typedoc": "^0.26.4",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.1",
"vite": "^5.3.4",
"vitest": "^2.0.3"
},
"dependencies": {
"js-tiktoken": "^1.0.7"
"js-tiktoken": "^1.0.12"
},
"exports": {
".": {
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15d57b1

Please sign in to comment.