Skip to content

Commit 42f1c8a

Browse files
teams config ui
1 parent 10ea0be commit 42f1c8a

File tree

5 files changed

+300
-206
lines changed

5 files changed

+300
-206
lines changed

src/frontend/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# dependencies
44
/node_modules
5+
/package-lock.json
56
/.pnp
67
.pnp.js
78

src/frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
"@types/node": "^20.0.0",
6060
"@typescript-eslint/eslint-plugin": "^5.62.0",
6161
"@typescript-eslint/parser": "^5.62.0",
62-
"@vitejs/plugin-react": "^4.3.0",
62+
"@vitejs/plugin-react": "^4.5.1",
6363
"@vitest/ui": "^3.2.4",
6464
"eslint": "^8.57.1",
6565
"eslint-plugin-react": "^7.37.5",
6666
"jsdom": "^26.1.0",
6767
"typescript": "^5.8.3",
68-
"vite": "^5.4.0",
68+
"vite": "^7.1.2",
6969
"vitest": "^3.2.4"
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)