Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHendrickson committed Dec 5, 2023
1 parent 5cd526f commit 70cfd7e
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 149 deletions.
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@aws-sdk/client-ssm": "^3.462.0",
"@aws-sdk/rds-signer": "^3.462.0",
"@redwoodjs/api": "6.4.1",
"@redwoodjs/graphql-server": "6.4.1"
"@redwoodjs/api": "6.4.2",
"@redwoodjs/graphql-server": "6.4.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@netlify/zip-it-and-ship-it": "^9.27.0",
"@redwoodjs/core": "6.4.1"
"@redwoodjs/core": "6.4.2"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
Expand Down
8 changes: 4 additions & 4 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
]
},
"dependencies": {
"@redwoodjs/forms": "6.4.1",
"@redwoodjs/router": "6.4.1",
"@redwoodjs/web": "6.4.1",
"@redwoodjs/forms": "6.4.2",
"@redwoodjs/router": "6.4.2",
"@redwoodjs/web": "6.4.2",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@redwoodjs/vite": "6.4.1",
"@redwoodjs/vite": "6.4.2",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17"
}
Expand Down
Loading

0 comments on commit 70cfd7e

Please sign in to comment.