Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Mar 25, 2024
1 parent 78d67e7 commit 27fb32b
Show file tree
Hide file tree
Showing 2 changed files with 323 additions and 318 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@
"varint": "^6.0.0"
},
"devDependencies": {
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@meteorlxy/eslint-config": "^3.1.0",
"@meteorlxy/prettier-config": "^3.0.0",
"@meteorlxy/tsconfig": "^3.0.0",
"@types/decompress": "^4.2.7",
"@types/fs-extra": "^11.0.4",
"@types/lodash.get": "^4.4.9",
"@types/node": "^20.11.24",
"@types/node": "^20.11.30",
"@types/varint": "^6.0.3",
"@vitest/coverage-istanbul": "^1.3.1",
"@vitest/coverage-istanbul": "^1.4.0",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.57.0",
"fast-glob": "^3.3.2",
Expand All @@ -84,9 +84,9 @@
"protobufjs-cli": "^1.1.2",
"rimraf": "^5.0.5",
"sort-package-json": "^2.8.0",
"typescript": "^5.3.3",
"vite": "^5.1.5",
"vitest": "^1.3.1"
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vitest": "^1.4.0"
},
"packageManager": "pnpm@8.15.4"
"packageManager": "pnpm@8.15.5"
}

0 comments on commit 27fb32b

Please sign in to comment.