Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanb committed Jul 11, 2024
1 parent 49d8cff commit b37f3d7
Show file tree
Hide file tree
Showing 5 changed files with 221 additions and 58 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "ISC",
"devDependencies": {
"@types/node": "^20.14.10",
"rimraf": "^5.0.5",
"rimraf": "^5.0.9",
"typescript": "^5.5.3",
"vitest": "^2.0.0"
}
Expand Down
5 changes: 4 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@
"test": "vitest --run"
},
"author": "Nathan Bridgewater",
"license": "ISC"
"license": "ISC",
"dependencies": {
"rimraf": "^6.0.1"
}
}
Loading

0 comments on commit b37f3d7

Please sign in to comment.