Skip to content

Commit

Permalink
chore: update deps, adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
rifandani committed Sep 27, 2024
1 parent 8f4ae8d commit a34afc5
Show file tree
Hide file tree
Showing 4 changed files with 518 additions and 391 deletions.
2 changes: 1 addition & 1 deletion e2e/login.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ test.describe('unauthorized', () => {
const usernameAlert = page.getByText(/username must contain at least/i);
const passwordInput = page.getByRole('textbox', { name: /password/i });
const passwordAlert = page.getByText(/password must contain at least/i);
const errorAlert = page.getByRole('alert', { name: /fetcher/i });
const errorAlert = page.getByTestId('fetcher-error');
const submitBtn = page.getByRole('button', { name: /login/i });

// default form state
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"@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",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"class-variance-authority": "^0.7.0",
"ky": "^1.7.2",
"react": "^18.3.1",
Expand All @@ -91,37 +91,37 @@
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.2.2",
"@faker-js/faker": "^9.0.2",
"@commitlint/config-conventional": "^19.5.0",
"@faker-js/faker": "^9.0.3",
"@hookform/devtools": "^4.3.1",
"@iconify/react": "^5.0.1",
"@playwright/test": "^1.45.1",
"@rollup/plugin-replace": "^5.0.7",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@iconify/react": "^5.0.2",
"@playwright/test": "^1.47.2",
"@rollup/plugin-replace": "^6.0.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@vite-pwa/assets-generator": "^0.2.4",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"bumpp": "^9.4.1",
"autoprefixer": "^10.4.20",
"bumpp": "^9.5.2",
"dotenv": "^16.4.5",
"https-localhost": "^4.7.1",
"husky": "^9.0.11",
"npm-run-all2": "^6.2.2",
"pnpm": "^9.5.0",
"postcss": "^8.4.39",
"husky": "^9.1.6",
"npm-run-all2": "^6.2.3",
"pnpm": "^9.11.0",
"postcss": "^8.4.47",
"rimraf": "^6.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.4",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "1.1.3",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-plugin-pwa": "^0.20.0",
"vite-tsconfig-paths": "^4.3.2",
"tailwindcss-react-aria-components": "1.1.5",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-pwa": "^0.20.5",
"vite-tsconfig-paths": "^5.0.1",
"workbox-build": "^7.1.1",
"workbox-core": "^7.1.0",
"workbox-precaching": "^7.1.0",
Expand Down
Loading

0 comments on commit a34afc5

Please sign in to comment.