Skip to content

Commit a02af73

Browse files
Update all non-major dependencies
1 parent afa95e9 commit a02af73

8 files changed

Lines changed: 500 additions & 495 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
45+
uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
56+
uses: github/codeql-action/autobuild@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3
5757

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 https://git.io/JvXDl
@@ -67,4 +67,4 @@ jobs:
6767
# make release
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
70+
uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3

apps/hello-world/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/hello-world",
3-
"version": "0.1.44",
3+
"version": "0.1.45",
44
"description": "A hello world example using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -18,11 +18,11 @@
1818
},
1919
"dependencies": {
2020
"@stanlemon/webdev": "*",
21-
"react": "^19.1.1",
22-
"react-dom": "^19.1.1"
21+
"react": "^19.2.0",
22+
"react-dom": "^19.2.0"
2323
},
2424
"devDependencies": {
25-
"@types/react": "19.1.13",
26-
"@types/react-dom": "19.1.9"
25+
"@types/react": "19.2.0",
26+
"@types/react-dom": "19.2.0"
2727
}
2828
}

apps/template/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/app-template",
3-
"version": "0.4.17",
3+
"version": "0.4.18",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -26,17 +26,17 @@
2626
"dependencies": {
2727
"@stanlemon/server-with-auth": "*",
2828
"@stanlemon/webdev": "*",
29-
"react": "^19.1.1",
29+
"react": "^19.2.0",
3030
"react-cookie": "^8.0.1",
31-
"react-dom": "^19.1.1",
31+
"react-dom": "^19.2.0",
3232
"wouter": "^3.7.1"
3333
},
3434
"devDependencies": {
3535
"@testing-library/react": "16.3.0",
3636
"@testing-library/user-event": "14.6.1",
3737
"@types/jest": "30.0.0",
38-
"@types/react": "19.1.13",
39-
"@types/react-dom": "19.1.9",
38+
"@types/react": "19.2.0",
39+
"@types/react-dom": "19.2.0",
4040
"concurrently": "9.2.1",
4141
"nodemon": "3.1.10",
4242
"supertest": "7.1.4"

0 commit comments

Comments
 (0)