Skip to content

Commit

Permalink
Merge branch 'main' into vf-158-dropdown-navbar-for-mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
phibkro committed Oct 11, 2024
2 parents aa4a2fe + 6dd390b commit a682a9c
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 216 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.1.0",
"private": true,
"type": "module",
"engines": {
"node": ">=20.12.2"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
Expand Down Expand Up @@ -67,13 +70,13 @@
"web-vitals": "^3.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.7.1",
"@biomejs/biome": "1.8.3",
"@testing-library/dom": "^10.0.0",
"@testing-library/react": "^15.0.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@vitejs/plugin-react": "^4.2.1",
"cypress": "12.8.1",
"vitest": "^1.5.1"
"vitest": "^2.0.0"
}
}
}
Loading

0 comments on commit a682a9c

Please sign in to comment.