Skip to content

Commit 74610f6

Browse files
fix(deps): update all non-major dependencies
1 parent 71764a7 commit 74610f6

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -35,32 +35,32 @@
3535
"@fastify/vite": "8.2.0",
3636
"@hookform/resolvers": "5.2.2",
3737
"@monaco-editor/react": "^4.7.0",
38-
"@sentry/node": "10.15.0",
39-
"@sentry/react": "10.15.0",
38+
"@sentry/node": "10.17.0",
39+
"@sentry/react": "10.17.0",
4040
"@sentry/vite-plugin": "4.3.0",
41-
"@ui5/webcomponents": "2.14.0",
42-
"@ui5/webcomponents-fiori": "2.14.0",
43-
"@ui5/webcomponents-icons": "2.14.0",
41+
"@ui5/webcomponents": "2.15.0",
42+
"@ui5/webcomponents-fiori": "2.15.0",
43+
"@ui5/webcomponents-icons": "2.15.0",
4444
"@ui5/webcomponents-react": "2.14.1",
4545
"@ui5/webcomponents-react-charts": "2.14.1",
4646
"@xyflow/react": "12.8.6",
4747
"clsx": "2.1.1",
4848
"dagre": "0.8.5",
4949
"diff": "^8.0.2",
50-
"dotenv": "17.2.2",
50+
"dotenv": "17.2.3",
5151
"fastify": "5.6.1",
5252
"fastify-plugin": "5.1.0",
5353
"graphql": "16.11.0",
5454
"graphql-config": "5.1.5",
55-
"i18next": "25.5.2",
55+
"i18next": "25.5.3",
5656
"javascript-time-ago": "2.5.12",
5757
"js-yaml": "4.1.0",
58-
"monaco-editor": "^0.45.0",
58+
"monaco-editor": "^0.53.0",
5959
"monaco-yaml": "^5.4.0",
60-
"react": "19.1.1",
61-
"react-dom": "19.1.1",
60+
"react": "19.2.0",
61+
"react-dom": "19.2.0",
6262
"react-error-boundary": "6.0.0",
63-
"react-hook-form": "7.63.0",
63+
"react-hook-form": "7.64.0",
6464
"react-i18next": "16.0.0",
6565
"react-router-dom": "7.9.3",
6666
"react-time-ago": "7.3.5",
@@ -70,17 +70,17 @@
7070
},
7171
"devDependencies": {
7272
"@eslint/eslintrc": "3.3.1",
73-
"@eslint/js": "9.36.0",
73+
"@eslint/js": "9.37.0",
7474
"@graphql-codegen/cli": "6.0.0",
75-
"@graphql-codegen/client-preset": "5.0.1",
75+
"@graphql-codegen/client-preset": "5.0.2",
7676
"@types/dagre": "0.7.53",
7777
"@types/js-yaml": "4.0.9",
78-
"@types/node": "22.18.6",
79-
"@types/react": "19.1.15",
80-
"@types/react-dom": "19.1.9",
78+
"@types/node": "22.18.8",
79+
"@types/react": "19.2.0",
80+
"@types/react-dom": "19.2.0",
8181
"@ui5/webcomponents-cypress-commands": "2.14.1",
8282
"@vitejs/plugin-react": "5.0.4",
83-
"@vitest/eslint-plugin": "1.3.13",
83+
"@vitest/eslint-plugin": "1.3.15",
8484
"cypress": "15.3.0",
8585
"eslint-config-prettier": "10.1.8",
8686
"eslint-import-resolver-typescript": "4.4.4",
@@ -95,9 +95,9 @@
9595
"globals": "16.4.0",
9696
"prettier": "3.6.2",
9797
"tsx": "4.20.6",
98-
"typescript": "5.9.2",
99-
"typescript-eslint": "8.44.1",
100-
"vite": "7.1.7",
98+
"typescript": "5.9.3",
99+
"typescript-eslint": "8.45.0",
100+
"vite": "7.1.9",
101101
"vite-plugin-static-copy": "^3.1.2",
102102
"vitest": "3.2.4"
103103
}

0 commit comments

Comments
 (0)