Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rifandani committed Sep 27, 2024
1 parent 29855f6 commit 8f4ae8d
Show file tree
Hide file tree
Showing 8 changed files with 1,152 additions and 1,071 deletions.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,9 @@
"veco.colorize.enabled": true,
"veco.colorize.namedColor": false,
"veco.colorize.decorationType": "underline",
"veco.packager.versionTarget": "latest"
"veco.packager.versionTarget": "latest",
"veco.packager.exclude": [
"zustand",
"@types/node"
]
}
15 changes: 8 additions & 7 deletions e2e/.auth/user.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"id": 15,
"username": "kminchelle",
"email": "[email protected]",
"firstName": "Jeanne",
"lastName": "Halvorson",
"accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJlbWlseXMiLCJlbWFpbCI6ImVtaWx5LmpvaG5zb25AeC5kdW1teWpzb24uY29tIiwiZmlyc3ROYW1lIjoiRW1pbHkiLCJsYXN0TmFtZSI6IkpvaG5zb24iLCJnZW5kZXIiOiJmZW1hbGUiLCJpbWFnZSI6Imh0dHBzOi8vZHVtbXlqc29uLmNvbS9pY29uL2VtaWx5cy8xMjgiLCJpYXQiOjE3Mjc0MjY5OTgsImV4cCI6MTcyNzQzMDU5OH0.rtjVROysxmVuGj_Hg-uLAmAPzafCUheqdKRmIP4RwPM",
"email": "[email protected]",
"firstName": "Emily",
"gender": "female",
"image": "https://robohash.org/Jeanne.png?set=set4",
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MTUsInVzZXJuYW1lIjoia21pbmNoZWxsZSIsImVtYWlsIjoia21pbmNoZWxsZUBxcS5jb20iLCJmaXJzdE5hbWUiOiJKZWFubmUiLCJsYXN0TmFtZSI6IkhhbHZvcnNvbiIsImdlbmRlciI6ImZlbWFsZSIsImltYWdlIjoiaHR0cHM6Ly9yb2JvaGFzaC5vcmcvSmVhbm5lLnBuZz9zZXQ9c2V0NCIsImlhdCI6MTcwOTEyMDM5NywiZXhwIjoxNzA5MTIzOTk3fQ.P-ZpBhrCMltUGv5SgxXzpkVOqSeJjJDnzldUn9VMxoo"
"id": 1,
"image": "https://dummyjson.com/icon/emilys/128",
"lastName": "Johnson",
"refreshToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJlbWlseXMiLCJlbWFpbCI6ImVtaWx5LmpvaG5zb25AeC5kdW1teWpzb24uY29tIiwiZmlyc3ROYW1lIjoiRW1pbHkiLCJsYXN0TmFtZSI6IkpvaG5zb24iLCJnZW5kZXIiOiJmZW1hbGUiLCJpbWFnZSI6Imh0dHBzOi8vZHVtbXlqc29uLmNvbS9pY29uL2VtaWx5cy8xMjgiLCJpYXQiOjE3Mjc0MjY5OTgsImV4cCI6MTczMDAxODk5OH0.LwRx015NiBxbkdWC0YK9_lT8wAh07yrtijnZ_xOS-Ck",
"username": "emilys"
}
3 changes: 2 additions & 1 deletion e2e/_helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export function seedUser(): AuthLoginResponseSchema {
lastName: faker.person.lastName(),
gender: faker.helpers.arrayElement(['male', 'female']),
image: faker.image.avatar(),
token: faker.string.uuid(),
accessToken: faker.string.uuid(),
refreshToken: faker.string.uuid(),
};
}

Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,31 +68,31 @@
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@hookform/resolvers": "^3.9.0",
"@internationalized/date": "^3.5.4",
"@internationalized/date": "^3.5.5",
"@radix-ui/react-avatar": "^1.1.0",
"@rifandani/nxact-yutiriti": "^1.2.2",
"@tanstack/react-query": "^5.51.1",
"@tanstack/react-query-devtools": "^5.51.1",
"class-variance-authority": "^0.7.0",
"ky": "^1.4.0",
"ky": "^1.7.2",
"react": "^18.3.1",
"react-aria": "^3.33.1",
"react-aria-components": "1.2.1",
"react-aria": "^3.34.3",
"react-aria-components": "1.3.3",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-router-dom": "^6.24.1",
"react-stately": "^3.31.1",
"react-hook-form": "^7.53.0",
"react-router-dom": "^6.26.2",
"react-stately": "^3.32.2",
"sonner": "^1.5.0",
"ts-pattern": "^5.2.0",
"type-fest": "^4.21.0",
"ts-pattern": "^5.4.0",
"type-fest": "^4.26.1",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.2.2",
"@faker-js/faker": "^8.4.1",
"@faker-js/faker": "^9.0.2",
"@hookform/devtools": "^4.3.1",
"@iconify/react": "^5.0.1",
"@playwright/test": "^1.45.1",
Expand Down
Loading

0 comments on commit 8f4ae8d

Please sign in to comment.