Skip to content

Commit 02aeca4

Browse files
authored
Fixing long errors on the incident details page #22 (#23)
* Fixing long errors on the incident details page #22 * update frontend dependencies * update go dependencies * fix: update tw-animate-css dependency and adjust vite config
1 parent 9dccac5 commit 02aeca4

6 files changed

Lines changed: 1055 additions & 1001 deletions

File tree

frontend/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"gen-api": "rm src/shared/types/model/* && npx orval"
1414
},
1515
"dependencies": {
16-
"@tanstack/react-router": "^1.131.28",
17-
"@tanstack/react-router-devtools": "^1.131.28",
16+
"@tanstack/react-router": "^1.131.36",
17+
"@tanstack/react-router-devtools": "^1.131.36",
1818
"@tanstack/react-table": "^8.21.3",
1919
"axios": "^1.11.0",
2020
"class-variance-authority": "^0.7.1",
2121
"clsx": "^2.1.1",
2222
"cmdk": "^1.1.1",
2323
"emblor": "^1.4.8",
2424
"formik": "^2.4.6",
25-
"lucide-react": "^0.542.0",
25+
"lucide-react": "^0.543.0",
2626
"radix-ui": "^1.4.3",
2727
"react": "^19.1.1",
2828
"react-dom": "^19.1.1",
@@ -32,28 +32,28 @@
3232
"remark-gfm": "^4.0.1",
3333
"sonner": "^2.0.7",
3434
"tailwind-merge": "^3.3.1",
35-
"tailwindcss": "^4.1.12",
35+
"tailwindcss": "^4.1.13",
3636
"yup": "^1.7.0",
37-
"zustand": "^5.0.8"
37+
"zustand": "^5.0.8",
38+
"tw-animate-css": "^1.3.8"
3839
},
3940
"devDependencies": {
40-
"@tailwindcss/vite": "^4.1.12",
41-
"@eslint/js": "^9.34.0",
42-
"@tanstack/router-plugin": "^1.131.28",
43-
"@types/node": "^24.3.0",
44-
"@types/react": "^19.1.11",
45-
"@types/react-dom": "^19.1.8",
41+
"@tailwindcss/vite": "^4.1.13",
42+
"@eslint/js": "^9.35.0",
43+
"@tanstack/router-plugin": "^1.131.36",
44+
"@types/node": "^24.3.1",
45+
"@types/react": "^19.1.12",
46+
"@types/react-dom": "^19.1.9",
4647
"@vitejs/plugin-react-swc": "^4.0.1",
47-
"eslint": "^9.34.0",
48+
"eslint": "^9.35.0",
4849
"eslint-plugin-react-hooks": "^5.2.0",
4950
"eslint-plugin-react-refresh": "^0.4.20",
5051
"globals": "^16.3.0",
5152
"orval": "^7.11.2",
5253
"prettier": "3.6.2",
5354
"prettier-plugin-tailwindcss": "^0.6.14",
54-
"tw-animate-css": "^1.3.7",
5555
"typescript": "~5.9.2",
56-
"typescript-eslint": "^8.41.0",
57-
"vite": "^7.1.3"
56+
"typescript-eslint": "^8.43.0",
57+
"vite": "^7.1.5"
5858
}
5959
}

0 commit comments

Comments
 (0)