Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Nov 21, 2024
1 parent a3d2a5b commit 0f4d750
Show file tree
Hide file tree
Showing 3 changed files with 719 additions and 700 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"type": "module",
"version": "4.0.0",
"private": true,
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.14.2",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "bumpp --all --execute \"npx zx scripts/pre-release.mjs\""
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.2",
"bumpp": "^9.5.2",
"zx": "^8.1.8"
"@antfu/eslint-config": "^3.9.2",
"bumpp": "^9.8.1",
"zx": "^8.2.2"
}
}
Loading

0 comments on commit 0f4d750

Please sign in to comment.