Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent 9bcaa5e commit 054c1e0
Show file tree
Hide file tree
Showing 17 changed files with 1,413 additions and 306 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: slackapi/slack-github-action@v1.26.0
- uses: slackapi/slack-github-action@v1.27.0
with:
payload: |
{
Expand Down
319 changes: 218 additions & 101 deletions JavaScript/chatbot-nextjs/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions JavaScript/chatbot-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"@paralleldrive/cuid2": "^2.2.0",
"@tailwindcss/forms": "^0.5.3",
"@types/invariant": "^2.2.35",
"@types/node": "20.16.1",
"@types/react": "18.3.4",
"@types/node": "20.16.3",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.14",
"eslint": "8.57.0",
"eslint-config-next": "14.2.6",
"eslint-config-next": "14.2.7",
"invariant": "^2.2.4",
"next": "14.2.6",
"next": "14.2.7",
"next-remove-imports": "^1.0.11",
"openai": "^4.6.0",
"postcss": "^8.4.21",
Expand Down
366 changes: 241 additions & 125 deletions JavaScript/novel-ai-text-editor/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions JavaScript/novel-ai-text-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"dependencies": {
"@autoblocks/client": "^0.0.71",
"@paralleldrive/cuid2": "^2.2.2",
"@types/node": "20.16.1",
"@types/react": "18.3.4",
"@types/node": "20.16.3",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"ai": "^3.0.0",
"autoprefixer": "10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "14.2.6",
"next": "14.2.6",
"eslint-config-next": "14.2.7",
"next": "14.2.7",
"novel": "^0.5.0",
"openai": "^4.6.0",
"postcss": "8.4.41",
"postcss": "8.4.44",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.10",
Expand Down
241 changes: 228 additions & 13 deletions JavaScript/openai-assistants-api/package-lock.json

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

Loading

0 comments on commit 054c1e0

Please sign in to comment.