Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#78)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* chore: apply automated fixes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and autofix-ci[bot] authored Mar 6, 2024
1 parent 8c92031 commit 20fc169
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"eslint": "^8.56.0",
"eslint-config-unjs": "^0.2.1",
"nitropack": "npm:nitropack-nightly@latest",
"prettier": "^3.2.2",
"prettier": "^3.2.4",
"typescript": "^5.3.3"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].3"
}
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extends": "./.nitro/types/tsconfig.json",
"compilerOptions": {
"paths": {
"~types": ["./types"]
"~types": ["./types"],
},
"skipLibCheck": true
}
"skipLibCheck": true,
},
}

0 comments on commit 20fc169

Please sign in to comment.