Skip to content

Commit 2d92ebc

Browse files
committed
build: ⬆️ Update deps
1 parent f8ee240 commit 2d92ebc

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343

44-
- name: Publish npm
44+
- name: Publish npm and JSR
4545
run: pnpm publish-ci ${{ github.ref_name }}
4646
env:
4747
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
48-

package.json

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,17 @@
3737
},
3838
"homepage": "https://github.com/josh-hemphill/maxminddb-wasm",
3939
"devDependencies": {
40-
"@types/node": "^22.13.4",
40+
"@types/node": "^24.10.1",
4141
"@types/fs-extra": "^11.0.4",
42-
"acorn": "^8.14.0",
43-
"ast-types": "^0.16.1",
44-
"badge-maker": "^4.1.0",
45-
"bumpp": "^10.0.3",
46-
"changelogithub": "^13.13.0",
47-
"recast": "^0.23.9",
48-
"semantic-release": "^24",
49-
"semantic-release-gitmoji": "^1",
50-
"semantic-release-license": "^1",
51-
"tsx": "^4.19.2",
42+
"acorn": "^8.15.0",
43+
"ast-types": "^0.14.2",
44+
"badge-maker": "^5.0.2",
45+
"bumpp": "^10.3.2",
46+
"changelogithub": "^14.0.0",
47+
"recast": "^0.23.11",
48+
"tsx": "^4.20.6",
5249
"wasm-pack": "^0.13.1",
53-
"zx": "^8.3.2"
50+
"zx": "^8.8.5"
5451
},
5552
"pnpm": {
5653
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)