Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#46)
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] authored Jul 1, 2023
1 parent 91f68a0 commit 40b12ee
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 219 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-lib-starter",
"version": "0.0.0",
"packageManager": "[email protected].0",
"packageManager": "[email protected].5",
"description": "My awesome typescript library",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -39,16 +39,16 @@
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
"@sxzz/eslint-config": "^3.0.0",
"@types/node": "^20.2.5",
"@sxzz/eslint-config": "^3.1.0",
"@types/node": "^20.3.3",
"bumpp": "^9.1.1",
"eslint": "^8.42.0",
"fast-glob": "^3.2.12",
"eslint": "^8.44.0",
"fast-glob": "^3.3.0",
"prettier": "^2.8.8",
"tsup": "^6.7.0",
"tsx": "^3.12.7",
"typescript": "^5.1.3",
"vitest": "^0.31.4"
"typescript": "^5.1.6",
"vitest": "^0.32.2"
},
"engines": {
"node": ">=16.14.0"
Expand Down
Loading

0 comments on commit 40b12ee

Please sign in to comment.