Skip to content

Commit

Permalink
Merge pull request #113 from DuckyMomo20012/renovate/all
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckyMomo20012 committed May 1, 2024
2 parents b165752 + caed585 commit 573ff5e
Show file tree
Hide file tree
Showing 2 changed files with 556 additions and 596 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,55 +17,55 @@
},
"dependencies": {
"@iconify/react": "4.1.1",
"@mantine/core": "7.7.1",
"@mantine/hooks": "7.7.1",
"@mantine/core": "7.8.1",
"@mantine/hooks": "7.8.1",
"@reduxjs/toolkit": "2.2.3",
"@tanstack/react-query": "5.28.9",
"@tanstack/react-query-devtools": "5.28.10",
"@tanstack/react-query": "5.32.1",
"@tanstack/react-query-devtools": "5.32.1",
"axios": "1.6.8",
"clsx": "2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"clsx": "2.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet-async": "2.0.4",
"react-hook-form": "7.51.2",
"react-redux": "9.1.0",
"react-router-dom": "6.22.3",
"type-fest": "4.14.0",
"zod": "3.22.4"
"react-hook-form": "7.51.3",
"react-redux": "9.1.1",
"react-router-dom": "6.23.0",
"type-fest": "4.18.0",
"zod": "3.23.5"
},
"devDependencies": {
"@babel/core": "7.24.3",
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@playwright/test": "1.42.1",
"@babel/core": "7.24.5",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@playwright/test": "1.43.1",
"@tailwindcss/container-queries": "0.1.1",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@vitejs/plugin-react": "4.2.1",
"@vitest/ui": "1.4.0",
"@vitest/ui": "1.5.3",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint": "9.1.1",
"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": "1.5.4",
"eslint-plugin-playwright": "1.6.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-hooks": "4.6.2",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"postcss": "8.4.38",
"postcss-preset-mantine": "1.13.0",
"postcss-preset-mantine": "1.15.0",
"postcss-simple-vars": "7.0.1",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.13",
"prettier-plugin-tailwindcss": "0.5.14",
"tailwindcss": "3.4.3",
"typescript": "5.4.3",
"vite": "5.2.7",
"vitest": "1.4.0"
"typescript": "5.4.5",
"vite": "5.2.10",
"vitest": "1.5.3"
}
}

0 comments on commit 573ff5e

Please sign in to comment.