Skip to content

Commit

Permalink
upgrade belt
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Oct 5, 2024
1 parent bf9c1ac commit 942b1c0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/mighty-pumas-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ryanatkn/gro': patch
---

upgrade belt
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"typescript"
],
"dependencies": {
"@ryanatkn/belt": "^0.25.2",
"@ryanatkn/belt": "^0.25.3",
"chokidar": "^4.0.1",
"dotenv": "^16.4.5",
"es-module-lexer": "^1.5.4",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const package_json = {
'typescript',
],
dependencies: {
'@ryanatkn/belt': '^0.25.2',
'@ryanatkn/belt': '^0.25.3',
chokidar: '^4.0.1',
dotenv: '^16.4.5',
'es-module-lexer': '^1.5.4',
Expand Down

0 comments on commit 942b1c0

Please sign in to comment.