Skip to content

Commit

Permalink
Merge pull request #111 from DuckyMomo20012/renovate/all
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckyMomo20012 committed Mar 1, 2024
2 parents 5f294e1 + a89ef29 commit a000e6a
Show file tree
Hide file tree
Showing 2 changed files with 495 additions and 798 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,46 +17,46 @@
},
"dependencies": {
"@iconify/react": "4.1.1",
"@mantine/core": "7.5.1",
"@mantine/hooks": "7.5.1",
"@reduxjs/toolkit": "2.1.0",
"@tanstack/react-query": "5.18.1",
"@tanstack/react-query-devtools": "5.18.1",
"@mantine/core": "7.6.1",
"@mantine/hooks": "7.6.1",
"@reduxjs/toolkit": "2.2.1",
"@tanstack/react-query": "5.24.1",
"@tanstack/react-query-devtools": "5.24.1",
"axios": "1.6.7",
"clsx": "2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet-async": "2.0.4",
"react-hook-form": "7.50.1",
"react-redux": "9.1.0",
"react-router-dom": "6.22.0",
"type-fest": "4.10.2",
"react-router-dom": "6.22.2",
"type-fest": "4.10.3",
"zod": "3.22.4"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@playwright/test": "1.41.2",
"@babel/core": "7.24.0",
"@commitlint/cli": "19.0.3",
"@commitlint/config-conventional": "19.0.3",
"@playwright/test": "1.42.0",
"@tailwindcss/container-queries": "0.1.1",
"@types/react": "18.2.55",
"@types/react": "18.2.61",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@vitejs/plugin-react": "4.2.1",
"@vitest/ui": "1.2.2",
"@vitest/ui": "1.3.1",
"autoprefixer": "10.4.17",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.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.22.2",
"eslint-plugin-playwright": "1.5.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "9.0.10",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"postcss": "8.4.35",
"postcss-preset-mantine": "1.13.0",
Expand All @@ -65,7 +65,7 @@
"prettier-plugin-tailwindcss": "0.5.11",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"vite": "5.0.12",
"vitest": "1.2.2"
"vite": "5.1.4",
"vitest": "1.3.1"
}
}

0 comments on commit a000e6a

Please sign in to comment.