Skip to content

Commit 15d57b1

Browse files
authored
⬆️ pnpm update (#37)
* ⬆️ pnpm update * 👷 Update pnpm patch template
1 parent 27bf974 commit 15d57b1

File tree

3 files changed

+24
-22
lines changed

3 files changed

+24
-22
lines changed

.github/workflows/pnpm-version-patch.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
2828
git config commit.gpgsign true
2929
git config gpg.format ssh
30+
git config push.gpgSign 'if-asked'
31+
git config tag.gpgSign true
3032
git config user.signingkey 'key::${{ vars.DEPLOY_KEY_PUBLIC }}'
3133
3234
eval `ssh-agent -s`

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@
2424
"test:watch": "vitest --watch"
2525
},
2626
"devDependencies": {
27-
"@eslint/js": "^9.4.0",
28-
"eslint": "^9.4.0",
27+
"@eslint/js": "^9.7.0",
28+
"eslint": "^9.7.0",
2929
"eslint-config-prettier": "^9.1.0",
30-
"openai": "^4.29.2",
31-
"prettier": "^3.1.0",
32-
"typedoc": "^0.26.3",
33-
"typescript": "^5.4.3",
34-
"typescript-eslint": "^7.12.0",
35-
"vite": "^5.2.6",
30+
"openai": "^4.52.7",
31+
"prettier": "^3.3.3",
32+
"typedoc": "^0.26.4",
33+
"typescript": "^5.5.3",
34+
"typescript-eslint": "^7.16.1",
35+
"vite": "^5.3.4",
3636
"vitest": "^2.0.3"
3737
},
3838
"dependencies": {
39-
"js-tiktoken": "^1.0.7"
39+
"js-tiktoken": "^1.0.12"
4040
},
4141
"exports": {
4242
".": {

pnpm-lock.yaml

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)