Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 16, 2023
1 parent a82463d commit 444dd99
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 171 deletions.
18 changes: 9 additions & 9 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "node-lib-starter",
"version": "0.0.0",
"packageManager": "pnpm@7.27.0",
"packageManager": "pnpm@7.29.3",
"description": "My awesome typescript library",
"license": "MIT",
"homepage": "https://github.com/sxzz/node-lib-starter#readme",
Expand Down Expand Up @@ -35,18 +35,18 @@
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
"@sxzz/eslint-config-prettier": "^2.4.4",
"@sxzz/eslint-config-ts": "^2.4.4",
"@types/node": "^18.13.0",
"@sxzz/eslint-config-prettier": "^2.4.5",
"@sxzz/eslint-config-ts": "^2.4.5",
"@types/node": "^18.15.3",
"bumpp": "^8.2.1",
"eslint": "^8.34.0",
"eslint-define-config": "^1.15.0",
"eslint": "^8.36.0",
"eslint-define-config": "^1.16.0",
"fast-glob": "^3.2.12",
"prettier": "^2.8.4",
"tsup": "^6.6.2",
"tsx": "^3.12.3",
"tsup": "^6.6.3",
"tsx": "^3.12.5",
"typescript": "^4.9.5",
"vitest": "^0.28.5"
"vitest": "^0.29.2"
},
"engines": {
"node": ">=14.19.0"
Expand Down

0 comments on commit 444dd99

Please sign in to comment.