Skip to content

Commit ebe22fa

Browse files
authored
[feat] Links service name to external documentation (#274)
1 parent cc2bea8 commit ebe22fa

File tree

4 files changed

+865
-819
lines changed

4 files changed

+865
-819
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "statusdashboard",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"type": "module",
55
"scripts": {
66
"dev": "farm start",
@@ -11,7 +11,7 @@
1111
"test": "vitest"
1212
},
1313
"dependencies": {
14-
"@fluentui/react-components": "^9.72.6",
14+
"@fluentui/react-components": "^9.72.7",
1515
"@telekom/scale-components": "3.0.0-beta.156",
1616
"@telekom/scale-components-react": "3.0.0-beta.158",
1717
"ahooks": "^3.9.6",
@@ -33,11 +33,11 @@
3333
"@farmfe/plugin-react": "^1.2.6",
3434
"@tailwindcss/postcss": "^4.1.17",
3535
"@types/lodash": "^4.17.20",
36-
"@types/node": "^24.10.0",
37-
"@types/react": "^19.2.2",
38-
"@types/react-dom": "^19.2.2",
36+
"@types/node": "^24.10.1",
37+
"@types/react": "^19.2.5",
38+
"@types/react-dom": "^19.2.3",
3939
"@types/react-helmet": "^6.1.11",
40-
"autoprefixer": "^10.4.21",
40+
"autoprefixer": "^10.4.22",
4141
"core-js": "^3.46.0",
4242
"eslint": "^9.39.1",
4343
"globals": "^16.5.0",

0 commit comments

Comments
 (0)