Skip to content

Commit c301e11

Browse files
authored
[feat] Improves event loading and polling scheduling (#273)
1 parent 7698b90 commit c301e11

File tree

4 files changed

+784
-742
lines changed

4 files changed

+784
-742
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"test": "vitest"
1212
},
1313
"dependencies": {
14-
"@fluentui/react-components": "^9.72.4",
14+
"@fluentui/react-components": "^9.72.6",
1515
"@telekom/scale-components": "3.0.0-beta.156",
1616
"@telekom/scale-components-react": "3.0.0-beta.158",
1717
"ahooks": "^3.9.6",
1818
"dayjs": "^1.11.19",
1919
"idb": "^8.0.3",
2020
"jwt-decode": "^4.0.0",
2121
"lodash": "^4.17.21",
22-
"oidc-client-ts": "^3.3.0",
22+
"oidc-client-ts": "^3.4.0",
2323
"react": "^19.2.0",
2424
"react-dom": "^19.2.0",
2525
"react-helmet": "^6.1.0",
@@ -31,7 +31,7 @@
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.1.16",
34+
"@tailwindcss/postcss": "^4.1.17",
3535
"@types/lodash": "^4.17.20",
3636
"@types/node": "^24.10.0",
3737
"@types/react": "^19.2.2",
@@ -45,7 +45,7 @@
4545
"react-refresh": "^0.18.0",
4646
"tailwindcss": "3.4.18",
4747
"tailwindcss-scoped-preflight": "^3.5.3",
48-
"typescript-eslint": "^8.46.3"
48+
"typescript-eslint": "^8.46.4"
4949
},
5050
"packageManager": "pnpm@10.20.0"
5151
}

0 commit comments

Comments
 (0)