Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreiffers committed Feb 10, 2025
1 parent e440c4e commit 9ceb182
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 172 deletions.
13 changes: 13 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"sqltools.connections": [
{
"previewLimit": 50,
"server": "localhost",
"port": 5433,
"driver": "PostgreSQL",
"name": "prod",
"database": "fdk_llm_search",
"username": "postgres"
}
]
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"koa": "^2.15.3",
"prettier": "^3.4.2"
"prettier": "^3.5.0"
},
"dependencies": {
"@strapi/icons": "^1.19.0",
"@strapi/plugin-graphql": "^5.7.0",
"@strapi/plugin-users-permissions": "^5.7.0",
"@strapi/provider-email-nodemailer": "5.7.0",
"@strapi/strapi": "^5.7.0",
"@strapi/plugin-graphql": "^5.9.0",
"@strapi/plugin-users-permissions": "^5.9.0",
"@strapi/provider-email-nodemailer": "5.9.0",
"@strapi/strapi": "^5.9.0",
"pg": "^8.13.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
Loading

0 comments on commit 9ceb182

Please sign in to comment.