Skip to content

Commit

Permalink
Merge pull request #99 from DuckyMomo20012/renovate/all
Browse files Browse the repository at this point in the history
chore(deps): update all dependencies
  • Loading branch information
DuckyMomo20012 authored Dec 27, 2023
2 parents 7d55363 + 83ac488 commit 6590425
Show file tree
Hide file tree
Showing 3 changed files with 1,319 additions and 1,186 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- uses: pnpm/action-setup@v2
Expand All @@ -21,7 +21,7 @@ jobs:
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
Expand Down
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,52 +19,52 @@
"@iconify/react": "4.1.1",
"@mantine/core": "7.3.2",
"@mantine/hooks": "7.3.2",
"@reduxjs/toolkit": "1.9.5",
"@reduxjs/toolkit": "2.0.1",
"@tanstack/react-query": "5.15.0",
"@tanstack/react-query-devtools": "5.15.0",
"axios": "1.5.0",
"axios": "1.6.3",
"clsx": "2.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet-async": "1.3.0",
"react-hook-form": "7.46.1",
"react-redux": "8.1.2",
"react-router-dom": "6.16.0",
"type-fest": "4.3.1",
"zod": "3.22.2"
"react-helmet-async": "2.0.4",
"react-hook-form": "7.49.2",
"react-redux": "9.0.4",
"react-router-dom": "6.21.1",
"type-fest": "4.8.3",
"zod": "3.22.4"
},
"devDependencies": {
"@babel/core": "7.22.19",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@playwright/test": "1.38.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"@vitejs/plugin-react": "4.0.4",
"@vitest/ui": "0.34.4",
"autoprefixer": "10.4.15",
"eslint": "8.49.0",
"@babel/core": "7.23.6",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@playwright/test": "1.40.1",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"@vitejs/plugin-react": "4.2.1",
"@vitest/ui": "1.1.0",
"autoprefixer": "10.4.16",
"eslint": "8.56.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-playwright": "0.16.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-playwright": "0.20.0",
"eslint-plugin-prettier": "5.1.2",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"postcss": "8.4.29",
"lint-staged": "15.2.0",
"postcss": "8.4.32",
"postcss-preset-mantine": "1.12.2",
"postcss-simple-vars": "7.0.1",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.4",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"vite": "4.4.9",
"vitest": "0.34.4"
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "0.5.9",
"tailwindcss": "3.4.0",
"typescript": "5.3.3",
"vite": "5.0.10",
"vitest": "1.1.0"
}
}
Loading

0 comments on commit 6590425

Please sign in to comment.