Skip to content

Commit ad10c33

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 1e0c454 commit ad10c33

2 files changed

Lines changed: 162 additions & 149 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"react": "^19.2.6",
2424
"react-dom": "^19.2.6",
2525
"react-helmet": "^6.1.0",
26+
"react-markdown-editor-lite": "^1.4.2",
2627
"react-oidc-context": "^3.3.1",
2728
"rxjs": "^7.8.2"
2829
},
@@ -33,18 +34,18 @@
3334
"@farmfe/plugin-react": "^1.2.6",
3435
"@tailwindcss/postcss": "^4.3.0",
3536
"@types/lodash": "^4.17.24",
36-
"@types/node": "^25.7.0",
37+
"@types/node": "^25.9.0",
3738
"@types/react": "^19.2.14",
3839
"@types/react-dom": "^19.2.3",
3940
"@types/react-helmet": "^6.1.11",
4041
"core-js": "^3.49.0",
41-
"eslint": "^10.3.0",
42+
"eslint": "^10.4.0",
4243
"globals": "^17.6.0",
4344
"postcss": "^8.5.14",
4445
"react-refresh": "^0.18.0",
4546
"tailwindcss": "4.3.0",
4647
"tailwindcss-scoped-preflight": "^4.0.6",
47-
"typescript-eslint": "^8.59.3"
48+
"typescript-eslint": "^8.59.4"
4849
},
4950
"packageManager": "pnpm@11.1.1"
5051
}

0 commit comments

Comments
 (0)