Skip to content

Commit 14cca50

Browse files
committed
feat: update event type assignment in useNewForm to handle incidents and maintenance
1 parent 623bdb4 commit 14cca50

File tree

3 files changed

+672
-671
lines changed

3 files changed

+672
-671
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"clean": "farm clean"
1010
},
1111
"dependencies": {
12-
"@fluentui/react-components": "^9.64.0",
12+
"@fluentui/react-components": "^9.64.1",
1313
"@telekom/scale-components": "3.0.0-beta.155",
1414
"@telekom/scale-components-react": "3.0.0-beta.155",
1515
"ahooks": "^3.8.5",
@@ -30,16 +30,16 @@
3030
"@farmfe/js-plugin-postcss": "^1.12.0",
3131
"@farmfe/plugin-react": "^1.2.6",
3232
"@types/lodash": "^4.17.17",
33-
"@types/node": "^22.15.24",
33+
"@types/node": "^22.15.30",
3434
"@types/react": "^19.1.6",
35-
"@types/react-dom": "^19.1.5",
35+
"@types/react-dom": "^19.1.6",
3636
"@types/react-helmet": "^6.1.11",
3737
"autoprefixer": "^10.4.21",
3838
"core-js": "^3.42.0",
39-
"postcss": "^8.5.3",
39+
"postcss": "^8.5.4",
4040
"react-refresh": "^0.17.0",
4141
"tailwindcss": "3.4.17",
4242
"tailwindcss-scoped-preflight": "^3.4.12"
4343
},
44-
"packageManager": "[email protected].0"
44+
"packageManager": "[email protected].1"
4545
}

0 commit comments

Comments
 (0)