Skip to content

Commit 052f123

Browse files
committed
Pin dependencies
1 parent 7ce45e3 commit 052f123

File tree

2 files changed

+138
-138
lines changed

2 files changed

+138
-138
lines changed

package-lock.json

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

package.json

Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -21,80 +21,80 @@
2121
"generate-graphql-types:watch": "graphql-codegen --config graphql.config.yaml --watch"
2222
},
2323
"dependencies": {
24-
"@apollo/client": "^3.13.6",
25-
"@fastify/autoload": "^6.3.0",
26-
"@fastify/cookie": "^11.0.2",
27-
"@fastify/env": "^5.0.2",
28-
"@fastify/helmet": "^13.0.1",
29-
"@fastify/http-proxy": "^11.1.2",
30-
"@fastify/secure-session": "^8.2.0",
31-
"@fastify/sensible": "^6.0.3",
32-
"@fastify/session": "^11.1.0",
33-
"@fastify/static": "^8.1.1",
34-
"@fastify/vite": "^8.1.3",
35-
"@hookform/resolvers": "^5.0.0",
36-
"@sentry/node": "^10.0.0",
37-
"@sentry/react": "^10.0.0",
38-
"@sentry/vite-plugin": "^4.0.0",
39-
"@ui5/webcomponents": "^2.7.2",
40-
"@ui5/webcomponents-fiori": "^2.7.2",
41-
"@ui5/webcomponents-icons": "^2.7.2",
42-
"@ui5/webcomponents-react": "^2.7.2",
43-
"@ui5/webcomponents-react-charts": "^2.13.1",
44-
"@xyflow/react": "^12.8.2",
45-
"clsx": "^2.1.1",
46-
"dagre": "^0.8.5",
47-
"dotenv": "^17.0.0",
48-
"fastify": "^5.3.3",
49-
"fastify-plugin": "^5.0.1",
50-
"graphql": "^16.10.0",
51-
"graphql-config": "^5.1.3",
52-
"i18next": "^25.0.0",
53-
"javascript-time-ago": "^2.5.11",
54-
"js-yaml": "^4.1.0",
24+
"@apollo/client": "3.14.0",
25+
"@fastify/autoload": "6.3.1",
26+
"@fastify/cookie": "11.0.2",
27+
"@fastify/env": "5.0.2",
28+
"@fastify/helmet": "13.0.1",
29+
"@fastify/http-proxy": "11.3.0",
30+
"@fastify/secure-session": "8.2.0",
31+
"@fastify/sensible": "6.0.3",
32+
"@fastify/session": "11.1.0",
33+
"@fastify/static": "8.2.0",
34+
"@fastify/vite": "8.2.0",
35+
"@hookform/resolvers": "5.2.1",
36+
"@sentry/node": "10.8.0",
37+
"@sentry/react": "10.8.0",
38+
"@sentry/vite-plugin": "4.2.0",
39+
"@ui5/webcomponents": "2.13.3",
40+
"@ui5/webcomponents-fiori": "2.13.3",
41+
"@ui5/webcomponents-icons": "2.13.3",
42+
"@ui5/webcomponents-react": "2.13.2",
43+
"@ui5/webcomponents-react-charts": "2.13.2",
44+
"@xyflow/react": "12.8.4",
45+
"clsx": "2.1.1",
46+
"dagre": "0.8.5",
47+
"dotenv": "17.2.1",
48+
"fastify": "5.5.0",
49+
"fastify-plugin": "5.0.1",
50+
"graphql": "16.11.0",
51+
"graphql-config": "5.1.5",
52+
"i18next": "25.4.2",
53+
"javascript-time-ago": "2.5.11",
54+
"js-yaml": "4.1.0",
5555
"react": "19.1.1",
5656
"react-dom": "19.1.1",
57-
"react-error-boundary": "^6.0.0",
58-
"react-hook-form": "^7.54.2",
59-
"react-i18next": "^15.4.1",
60-
"react-router-dom": "^7.2.0",
61-
"react-syntax-highlighter": "^15.6.1",
62-
"react-time-ago": "^7.3.3",
63-
"swr": "^2.3.0",
64-
"yaml": "^2.7.1",
65-
"zod": "^4.0.0"
57+
"react-error-boundary": "6.0.0",
58+
"react-hook-form": "7.62.0",
59+
"react-i18next": "15.7.3",
60+
"react-router-dom": "7.8.2",
61+
"react-syntax-highlighter": "15.6.6",
62+
"react-time-ago": "7.3.3",
63+
"swr": "2.3.6",
64+
"yaml": "2.8.1",
65+
"zod": "4.1.5"
6666
},
6767
"devDependencies": {
68-
"@eslint/eslintrc": "^3.3.0",
69-
"@eslint/js": "^9.22.0",
70-
"@graphql-codegen/cli": "^5.0.5",
71-
"@graphql-codegen/client-preset": "^4.8.0",
72-
"@types/dagre": "^0.7.53",
73-
"@types/js-yaml": "^4.0.9",
74-
"@types/node": "^22.13.5",
75-
"@types/react": "^19.0.10",
68+
"@eslint/eslintrc": "3.3.1",
69+
"@eslint/js": "9.34.0",
70+
"@graphql-codegen/cli": "5.0.7",
71+
"@graphql-codegen/client-preset": "4.8.3",
72+
"@types/dagre": "0.7.53",
73+
"@types/js-yaml": "4.0.9",
74+
"@types/node": "22.18.0",
75+
"@types/react": "19.1.12",
7676
"@types/react-dom": "19.1.9",
77-
"@types/react-syntax-highlighter": "^15.5.13",
78-
"@ui5/webcomponents-cypress-commands": "^2.7.2",
79-
"@vitejs/plugin-react": "^5.0.0",
80-
"@vitest/eslint-plugin": "^1.1.37",
81-
"cypress": "^15.0.0",
82-
"eslint-config-prettier": "^10.1.1",
83-
"eslint-import-resolver-typescript": "^4.1.1",
84-
"eslint-plugin-i18next": "^6.1.3",
85-
"eslint-plugin-import": "^2.31.0",
77+
"@types/react-syntax-highlighter": "15.5.13",
78+
"@ui5/webcomponents-cypress-commands": "2.13.2",
79+
"@vitejs/plugin-react": "5.0.2",
80+
"@vitest/eslint-plugin": "1.3.5",
81+
"cypress": "15.1.0",
82+
"eslint-config-prettier": "10.1.8",
83+
"eslint-import-resolver-typescript": "4.4.4",
84+
"eslint-plugin-i18next": "6.1.3",
85+
"eslint-plugin-import": "2.32.0",
8686
"eslint-plugin-jest-dom": "5.5.0",
87-
"eslint-plugin-jsx-a11y": "^6.10.2",
88-
"eslint-plugin-prettier": "^5.2.3",
89-
"eslint-plugin-react": "^7.37.4",
90-
"eslint-plugin-react-hooks": "^5.2.0",
91-
"fastify-tsconfig": "^3.0.0",
92-
"globals": "^16.0.0",
93-
"prettier": "^3.5.3",
94-
"ts-node": "^10.9.2",
95-
"typescript": "^5.7.3",
96-
"typescript-eslint": "^8.26.1",
97-
"vite": "^6.3.4",
98-
"vitest": "^3.1.4"
87+
"eslint-plugin-jsx-a11y": "6.10.2",
88+
"eslint-plugin-prettier": "5.5.4",
89+
"eslint-plugin-react": "7.37.5",
90+
"eslint-plugin-react-hooks": "5.2.0",
91+
"fastify-tsconfig": "3.0.0",
92+
"globals": "16.3.0",
93+
"prettier": "3.6.2",
94+
"ts-node": "10.9.2",
95+
"typescript": "5.9.2",
96+
"typescript-eslint": "8.41.0",
97+
"vite": "6.3.5",
98+
"vitest": "3.2.4"
9999
}
100100
}

0 commit comments

Comments
 (0)