Skip to content

Commit 96f98ed

Browse files
[feat] increase the version of React.js to 19.2.1
1 parent b97c22a commit 96f98ed

File tree

4 files changed

+32
-31
lines changed

4 files changed

+32
-31
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version: 2
55
updates:
66
- package-ecosystem: "npm"
77
directory: "/"
8+
89
schedule:
910
interval: "monthly"
1011
day: "monday"

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ vars:
77
HOST_PORT: 3000
88
CONTAINER_PORT: 8080
99
DOCKERFILE: Dockerfile
10-
NODE_VERSION: 24.11.0-alpine
10+
NODE_VERSION: 24.11.1-alpine
1111
NGINX_VERSION: alpine3.22
1212
NODE_ENV: production
1313

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
2727
},
2828
"dependencies": {
2929
"@tailwindcss/vite": "^4.1.16",
30-
"react": "^19.1.1",
31-
"react-dom": "^19.1.1"
30+
"react": "^19.2.1",
31+
"react-dom": "^19.2.1"
3232
},
3333
"devDependencies": {
3434
"@eslint/js": "^9.35.0",
3535
"@testing-library/jest-dom": "^6.8.0",
3636
"@testing-library/react": "^16.3.0",
3737
"@testing-library/user-event": "^14.5.2",
3838
"@types/jest": "^30.0.0",
39-
"@types/react": "^19.1.12",
40-
"@types/react-dom": "^19.1.9",
39+
"@types/react": "^19.2.7",
40+
"@types/react-dom": "^19.2.3",
4141
"@vitejs/plugin-react": "^5.0.2",
4242
"@vitest/coverage-v8": "^3.2.4",
4343
"autoprefixer": "^10.4.21",

0 commit comments

Comments
 (0)