Skip to content

Commit 0ecdec4

Browse files
committed
Implement code changes to enhance functionality and improve performance
1 parent dfb0b41 commit 0ecdec4

File tree

2 files changed

+869
-1263
lines changed

2 files changed

+869
-1263
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@fluentui/react-components": "^9.64.0",
1515
"@telekom/scale-components": "3.0.0-beta.155",
1616
"@telekom/scale-components-react": "3.0.0-beta.155",
17-
"ahooks": "^3.8.4",
17+
"ahooks": "^3.8.5",
1818
"dayjs": "^1.11.13",
1919
"idb": "^8.0.3",
2020
"jwt-decode": "^4.0.0",
@@ -31,22 +31,22 @@
3131
"@farmfe/core": "^1.7.5",
3232
"@farmfe/js-plugin-postcss": "^1.12.0",
3333
"@farmfe/plugin-react": "^1.2.6",
34-
"@tailwindcss/postcss": "^4.1.7",
34+
"@tailwindcss/postcss": "^4.1.8",
3535
"@testing-library/react": "^16.3.0",
36-
"@types/lodash": "^4.17.16",
37-
"@types/node": "^22.15.18",
38-
"@types/react": "^19.1.4",
36+
"@types/lodash": "^4.17.17",
37+
"@types/node": "^22.15.24",
38+
"@types/react": "^19.1.6",
3939
"@types/react-dom": "^19.1.5",
4040
"@types/react-helmet": "^6.1.11",
4141
"autoprefixer": "^10.4.21",
4242
"core-js": "^3.42.0",
43-
"eslint": "^9.26.0",
44-
"globals": "^16.1.0",
45-
"postcss": "^8.5.3",
43+
"eslint": "^9.27.0",
44+
"globals": "^16.2.0",
45+
"postcss": "^8.5.4",
4646
"react-refresh": "^0.17.0",
4747
"tailwindcss": "3.4.17",
4848
"tailwindcss-scoped-preflight": "^3.4.12",
49-
"typescript-eslint": "^8.32.1"
49+
"typescript-eslint": "^8.33.0"
5050
},
5151
"packageManager": "[email protected]"
5252
}

0 commit comments

Comments
 (0)