Skip to content

Commit 7494a37

Browse files
committed
update
1 parent 664307b commit 7494a37

File tree

2 files changed

+1353
-1760
lines changed

2 files changed

+1353
-1760
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "vitest"
1212
},
1313
"dependencies": {
14-
"@fluentui/react-components": "^9.61.5",
14+
"@fluentui/react-components": "^9.61.6",
1515
"@telekom/scale-components": "3.0.0-beta.155",
1616
"@telekom/scale-components-react": "3.0.0-beta.155",
1717
"ahooks": "^3.8.4",
@@ -20,8 +20,8 @@
2020
"jwt-decode": "^4.0.0",
2121
"lodash": "^4.17.21",
2222
"oidc-client-ts": "^3.2.0",
23-
"react": "^19.0.0",
24-
"react-dom": "^19.0.0",
23+
"react": "^19.1.0",
24+
"react-dom": "^19.1.0",
2525
"react-helmet": "^6.1.0",
2626
"react-oidc-context": "^3.3.0",
2727
"rxjs": "^7.8.2"
@@ -31,13 +31,13 @@
3131
"@farmfe/core": "^1.7.1",
3232
"@farmfe/js-plugin-postcss": "^1.12.0",
3333
"@farmfe/plugin-react": "^1.2.6",
34-
"@tailwindcss/postcss": "^4.0.17",
34+
"@tailwindcss/postcss": "^4.1.1",
3535
"@testing-library/jest-dom": "^6.6.3",
3636
"@testing-library/react": "^16.2.0",
3737
"@types/lodash": "^4.17.16",
38-
"@types/node": "^22.13.14",
39-
"@types/react": "^19.0.12",
40-
"@types/react-dom": "^19.0.4",
38+
"@types/node": "^22.13.17",
39+
"@types/react": "^19.1.0",
40+
"@types/react-dom": "^19.1.1",
4141
"@types/react-helmet": "^6.1.11",
4242
"autoprefixer": "^10.4.21",
4343
"core-js": "^3.41.0",
@@ -46,11 +46,11 @@
4646
"globals": "^16.0.0",
4747
"jsdom": "^26.0.0",
4848
"postcss": "^8.5.3",
49-
"react-refresh": "^0.16.0",
50-
"tailwindcss": "3.4.17",
49+
"react-refresh": "^0.17.0",
50+
"tailwindcss": "4.1.1",
5151
"tailwindcss-scoped-preflight": "^3.4.10",
52-
"typescript-eslint": "^8.28.0",
53-
"vitest": "^3.0.9"
52+
"typescript-eslint": "^8.29.0",
53+
"vitest": "^3.1.1"
5454
},
55-
"packageManager": "[email protected].0"
55+
"packageManager": "[email protected].1"
5656
}

0 commit comments

Comments
 (0)