Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Feb 27, 2024
1 parent 053ca74 commit 2fdb20c
Show file tree
Hide file tree
Showing 3 changed files with 625 additions and 564 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,31 +60,31 @@
"varint": "^6.0.0"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@meteorlxy/eslint-config-prettier": "^2.27.3",
"@meteorlxy/eslint-config-prettier-typescript": "^2.28.1",
"@meteorlxy/prettier-config": "^2.11.0",
"@meteorlxy/tsconfig": "^2.29.0",
"@types/decompress": "^4.2.7",
"@types/fs-extra": "^11.0.4",
"@types/lodash.get": "^4.4.9",
"@types/node": "^20.11.6",
"@types/node": "^20.11.20",
"@types/varint": "^6.0.3",
"@vitest/coverage-istanbul": "^1.2.1",
"@vitest/coverage-istanbul": "^1.3.1",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"fast-glob": "^3.3.2",
"husky": "^9.0.6",
"lint-staged": "^15.2.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"long": "^5.2.3",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"protobufjs-cli": "^1.1.2",
"rimraf": "^5.0.5",
"sort-package-json": "^2.6.0",
"sort-package-json": "^2.8.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vite": "^5.1.4",
"vitest": "^1.3.1"
},
"packageManager": "pnpm@8.14.3"
"packageManager": "pnpm@8.15.4"
}

0 comments on commit 2fdb20c

Please sign in to comment.