Skip to content

Commit 4612056

Browse files
authored
Merge branch 'main' into Reinforce-API-Server-Fetch
2 parents 3ce04af + 96b60c8 commit 4612056

22 files changed

+1239
-165
lines changed

eslint.config.js

Lines changed: 161 additions & 156 deletions
Large diffs are not rendered by default.

package-lock.json

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

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"build": "tsc && npm run build:server && vite build",
1313
"build:server": "tsc -p tsconfig.server.json",
1414
"lint": "eslint ./src --report-unused-disable-directives --max-warnings 0",
15+
"lint:fix": "eslint ./src --fix",
1516
"preview": "vite preview",
1617
"test:vi": "vitest",
1718
"test:cy": "cypress run --component --browser chrome",
@@ -39,7 +40,9 @@
3940
"@ui5/webcomponents-fiori": "^2.7.2",
4041
"@ui5/webcomponents-icons": "^2.7.2",
4142
"@ui5/webcomponents-react": "^2.7.2",
43+
"@xyflow/react": "^12.8.2",
4244
"clsx": "^2.1.1",
45+
"dagre": "^0.8.5",
4346
"dotenv": "^17.0.0",
4447
"fastify": "^5.3.3",
4548
"fastify-plugin": "^5.0.1",
@@ -65,6 +68,7 @@
6568
"@eslint/js": "^9.22.0",
6669
"@graphql-codegen/cli": "^5.0.5",
6770
"@graphql-codegen/client-preset": "^4.8.0",
71+
"@types/dagre": "^0.7.53",
6872
"@types/js-yaml": "^4.0.9",
6973
"@types/node": "^22.13.5",
7074
"@types/react": "^19.0.10",
@@ -76,6 +80,7 @@
7680
"cypress": "^14.1.0",
7781
"eslint-config-prettier": "^10.1.1",
7882
"eslint-import-resolver-typescript": "^4.1.1",
83+
"eslint-plugin-i18next": "^6.1.3",
7984
"eslint-plugin-import": "^2.31.0",
8085
"eslint-plugin-jest-dom": "5.5.0",
8186
"eslint-plugin-jsx-a11y": "^6.10.2",

0 commit comments

Comments
 (0)