Skip to content

Commit

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

* [autofix.ci] 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 Jan 20, 2024
1 parent eadd2f4 commit 528e484
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 27 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"start": "astro dev"
},
"dependencies": {
"astro": "^4.1.2",
"astro": "^4.2.1",
"glob": "^10.3.10"
},
"devDependencies": {
"prettier": "^3.2.2",
"prettier-plugin-astro": "^0.12.3"
"prettier": "^3.2.4",
"prettier-plugin-astro": "^0.13.0"
},
"packageManager": "[email protected]"
}
46 changes: 25 additions & 21 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 @@ -15,11 +15,11 @@
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
"@/*": ["src/*"],
},
"ignoreDeprecations": "5.0",
"allowJs": true
"allowJs": true,
},
"include": ["./src/env.d.ts", "**/*.{ts}", "**/*.{tsx}"],
"exclude": ["node_modules"]
"exclude": ["node_modules"],
}

0 comments on commit 528e484

Please sign in to comment.