Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent a4ab824 commit 715cf41
Show file tree
Hide file tree
Showing 3 changed files with 1,386 additions and 1,376 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
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,54 +18,54 @@
"dependencies": {
"@emotion/react": "11.11.1",
"@iconify/react": "4.1.1",
"@mantine/core": "6.0.20",
"@mantine/hooks": "6.0.20",
"@reduxjs/toolkit": "1.9.5",
"@tanstack/react-query": "4.35.0",
"@tanstack/react-query-devtools": "4.35.0",
"axios": "1.5.0",
"@mantine/core": "7.3.2",
"@mantine/hooks": "7.3.2",
"@reduxjs/toolkit": "2.0.1",
"@tanstack/react-query": "5.14.1",
"@tanstack/react-query-devtools": "5.14.1",
"axios": "1.6.2",
"clsx": "2.0.0",
"nprogress": "0.2.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.0",
"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.15.0",
"@typescript-eslint/parser": "6.15.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.0.1",
"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",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.4",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"vite": "4.4.9",
"vite-plugin-windicss": "1.9.1",
"vitest": "0.34.4"
"lint-staged": "15.2.0",
"postcss": "8.4.32",
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "0.5.9",
"tailwindcss": "3.4.0",
"typescript": "5.3.3",
"vite": "5.0.10",
"vite-plugin-windicss": "1.9.2",
"vitest": "1.1.0"
}
}
Loading

0 comments on commit 715cf41

Please sign in to comment.