Skip to content

Commit 73a3e65

Browse files
committed
Merge branch 'rbac' into role
2 parents c23c643 + 692957a commit 73a3e65

4 files changed

Lines changed: 574 additions & 573 deletions

File tree

farm.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ export default defineConfig((cfg) => {
3333
server: {
3434
proxy: {
3535
"/auth": {
36-
target: "http://localhost:8000",
36+
// target: "http://localhost:8000",
37+
target: "https://api.test.status.otc-service.com",
3738
changeOrigin: true
3839
},
3940
"/v2": {

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,40 +11,40 @@
1111
"test": "vitest"
1212
},
1313
"dependencies": {
14-
"@fluentui/react-components": "^9.73.2",
14+
"@fluentui/react-components": "^9.73.4",
1515
"@telekom/scale-components": "3.0.0-beta.156",
1616
"@telekom/scale-components-react": "3.0.0-beta.156",
17-
"ahooks": "^3.9.6",
18-
"dayjs": "^1.11.19",
17+
"ahooks": "^3.9.7",
18+
"dayjs": "^1.11.20",
1919
"idb": "^8.0.3",
2020
"jwt-decode": "^4.0.0",
2121
"lodash": "^4.17.23",
22-
"oidc-client-ts": "^3.4.1",
22+
"oidc-client-ts": "^3.5.0",
2323
"react": "^19.2.4",
2424
"react-dom": "^19.2.4",
2525
"react-helmet": "^6.1.0",
26-
"react-oidc-context": "^3.3.0",
26+
"react-oidc-context": "^3.3.1",
2727
"rxjs": "^7.8.2"
2828
},
2929
"devDependencies": {
3030
"@farmfe/cli": "^1.0.5",
3131
"@farmfe/core": "^1.7.11",
3232
"@farmfe/js-plugin-postcss": "^1.12.0",
3333
"@farmfe/plugin-react": "^1.2.6",
34-
"@tailwindcss/postcss": "^4.2.1",
34+
"@tailwindcss/postcss": "^4.2.2",
3535
"@types/lodash": "^4.17.24",
36-
"@types/node": "^25.3.3",
36+
"@types/node": "^25.5.0",
3737
"@types/react": "^19.2.14",
3838
"@types/react-dom": "^19.2.3",
3939
"@types/react-helmet": "^6.1.11",
40-
"core-js": "^3.48.0",
41-
"eslint": "^10.0.2",
40+
"core-js": "^3.49.0",
41+
"eslint": "^10.1.0",
4242
"globals": "^17.4.0",
4343
"postcss": "^8.5.8",
4444
"react-refresh": "^0.18.0",
45-
"tailwindcss": "4.2.1",
46-
"tailwindcss-scoped-preflight": "^3.5.7",
47-
"typescript-eslint": "^8.56.1"
45+
"tailwindcss": "4.2.2",
46+
"tailwindcss-scoped-preflight": "^4.0.1",
47+
"typescript-eslint": "^8.57.2"
4848
},
49-
"packageManager": "pnpm@10.30.3"
49+
"packageManager": "pnpm@10.33.0"
5050
}

0 commit comments

Comments
 (0)