Skip to content

Commit

Permalink
Add missing toml dep (redwoodjs#8196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Walker-GM committed May 2, 2023
1 parent a6da1fd commit 0cde2bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.21.5",
"@iarna/toml": "2.2.5",
"@prisma/internals": "4.13.0",
"@redwoodjs/api-server": "5.0.0",
"@redwoodjs/cli-helpers": "5.0.0",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6950,6 +6950,7 @@ __metadata:
"@babel/cli": 7.21.5
"@babel/core": 7.21.5
"@babel/runtime-corejs3": 7.21.5
"@iarna/toml": 2.2.5
"@prisma/internals": 4.13.0
"@redwoodjs/api-server": 5.0.0
"@redwoodjs/cli-helpers": 5.0.0
Expand Down

0 comments on commit 0cde2bf

Please sign in to comment.