Skip to content

Commit 7c51275

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent c3be667 commit 7c51275

File tree

2 files changed

+1271
-859
lines changed

2 files changed

+1271
-859
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"idb": "^8.0.2",
2020
"jwt-decode": "^4.0.0",
2121
"lodash": "^4.17.21",
22-
"oidc-client-ts": "^3.2.0",
22+
"oidc-client-ts": "^3.2.1",
2323
"react": "^19.1.0",
2424
"react-dom": "^19.1.0",
2525
"react-helmet": "^6.1.0",
@@ -31,22 +31,22 @@
3131
"@farmfe/core": "^1.7.4",
3232
"@farmfe/js-plugin-postcss": "^1.12.0",
3333
"@farmfe/plugin-react": "^1.2.6",
34-
"@tailwindcss/postcss": "^4.1.4",
34+
"@tailwindcss/postcss": "^4.1.5",
3535
"@testing-library/react": "^16.3.0",
3636
"@types/lodash": "^4.17.16",
37-
"@types/node": "^22.15.2",
38-
"@types/react": "^19.1.2",
39-
"@types/react-dom": "^19.1.2",
37+
"@types/node": "^22.15.12",
38+
"@types/react": "^19.1.3",
39+
"@types/react-dom": "^19.1.3",
4040
"@types/react-helmet": "^6.1.11",
4141
"autoprefixer": "^10.4.21",
42-
"core-js": "^3.41.0",
43-
"eslint": "^9.25.1",
42+
"core-js": "^3.42.0",
43+
"eslint": "^9.26.0",
4444
"globals": "^16.0.0",
4545
"postcss": "^8.5.3",
4646
"react-refresh": "^0.17.0",
4747
"tailwindcss": "3.4.17",
4848
"tailwindcss-scoped-preflight": "^3.4.12",
49-
"typescript-eslint": "^8.31.0"
49+
"typescript-eslint": "^8.32.0"
5050
},
51-
"packageManager": "pnpm@10.9.0"
51+
"packageManager": "pnpm@10.10.0"
5252
}

0 commit comments

Comments
 (0)