Skip to content

Commit fa73d78

Browse files
authored
[feat] Support the new field in the API "type" (#178)
1 parent 670e7ca commit fa73d78

4 files changed

Lines changed: 772 additions & 739 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "vitest"
1212
},
1313
"dependencies": {
14-
"@fluentui/react-components": "^9.64.0",
14+
"@fluentui/react-components": "^9.64.1",
1515
"@telekom/scale-components": "3.0.0-beta.155",
1616
"@telekom/scale-components-react": "3.0.0-beta.155",
1717
"ahooks": "^3.8.5",
@@ -34,19 +34,19 @@
3434
"@tailwindcss/postcss": "^4.1.8",
3535
"@testing-library/react": "^16.3.0",
3636
"@types/lodash": "^4.17.17",
37-
"@types/node": "^22.15.24",
37+
"@types/node": "^22.15.30",
3838
"@types/react": "^19.1.6",
39-
"@types/react-dom": "^19.1.5",
39+
"@types/react-dom": "^19.1.6",
4040
"@types/react-helmet": "^6.1.11",
4141
"autoprefixer": "^10.4.21",
4242
"core-js": "^3.42.0",
43-
"eslint": "^9.27.0",
43+
"eslint": "^9.28.0",
4444
"globals": "^16.2.0",
4545
"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.33.0"
49+
"typescript-eslint": "^8.33.1"
5050
},
51-
"packageManager": "pnpm@10.11.0"
51+
"packageManager": "pnpm@10.11.1"
5252
}

0 commit comments

Comments
 (0)