Skip to content

Commit f529474

Browse files
Update all non-major dependencies
1 parent 0e1d2b9 commit f529474

File tree

23 files changed

+3069
-1968
lines changed

23 files changed

+3069
-1968
lines changed

.github/workflows/autoblocks-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup python
4343
uses: actions/setup-python@v5
4444
with:
45-
python-version: '3.11'
45+
python-version: '3.14'
4646

4747
- name: Install poetry
4848
run: curl -sSL https://install.python-poetry.org | python3 -

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Setup Python
8484
uses: actions/setup-python@v5
8585
with:
86-
python-version: '3.11'
86+
python-version: '3.14'
8787

8888
- name: Install poetry
8989
run: curl -sSL https://install.python-poetry.org | python3 -
@@ -162,7 +162,7 @@ jobs:
162162
runs-on: ubuntu-latest
163163

164164
steps:
165-
- uses: slackapi/slack-github-action@v2.0.0
165+
- uses: slackapi/slack-github-action@v2.1.1
166166
with:
167167
payload: |
168168
{

JavaScript/chatbot-nextjs/package-lock.json

Lines changed: 429 additions & 360 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

JavaScript/chatbot-nextjs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@
1919
"@paralleldrive/cuid2": "^2.2.0",
2020
"@tailwindcss/forms": "^0.5.3",
2121
"@types/invariant": "^2.2.35",
22-
"@types/node": "20.17.6",
23-
"@types/react": "18.3.12",
24-
"@types/react-dom": "18.3.1",
22+
"@types/node": "20.19.27",
23+
"@types/react": "18.3.27",
24+
"@types/react-dom": "18.3.7",
2525
"autoprefixer": "^10.4.14",
2626
"eslint": "8.57.1",
27-
"eslint-config-next": "14.2.17",
27+
"eslint-config-next": "14.2.35",
2828
"invariant": "^2.2.4",
29-
"next": "14.2.17",
29+
"next": "14.2.35",
3030
"next-remove-imports": "^1.0.11",
3131
"openai": "^4.6.0",
3232
"postcss": "^8.4.21",
3333
"react": "18.3.1",
3434
"react-dom": "18.3.1",
3535
"tailwindcss": "^3.2.7",
36-
"typescript": "5.6.3"
36+
"typescript": "5.9.3"
3737
}
3838
}

JavaScript/novel-ai-text-editor/package-lock.json

Lines changed: 346 additions & 273 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

JavaScript/novel-ai-text-editor/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515
"dependencies": {
1616
"@autoblocks/client": "^0.0.83",
1717
"@paralleldrive/cuid2": "^2.2.2",
18-
"@types/node": "20.17.6",
19-
"@types/react": "18.3.12",
20-
"@types/react-dom": "18.3.1",
18+
"@types/node": "20.19.27",
19+
"@types/react": "18.3.27",
20+
"@types/react-dom": "18.3.7",
2121
"ai": "^3.0.0",
22-
"autoprefixer": "10.4.20",
22+
"autoprefixer": "10.4.22",
2323
"eslint": "8.57.1",
24-
"eslint-config-next": "14.2.17",
25-
"next": "14.2.17",
24+
"eslint-config-next": "14.2.35",
25+
"next": "14.2.35",
2626
"novel": "^0.5.0",
2727
"openai": "^4.6.0",
28-
"postcss": "8.4.48",
28+
"postcss": "8.5.6",
2929
"react": "18.3.1",
3030
"react-dom": "18.3.1",
31-
"tailwindcss": "3.4.14",
32-
"typescript": "5.6.3"
31+
"tailwindcss": "3.4.19",
32+
"typescript": "5.9.3"
3333
}
3434
}

0 commit comments

Comments
 (0)