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] committed Aug 21, 2023
1 parent 5d62859 commit 49dfe11
Show file tree
Hide file tree
Showing 2 changed files with 1,252 additions and 968 deletions.
70 changes: 35 additions & 35 deletions package.json
Expand Up @@ -16,53 +16,53 @@
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "11.11.0",
"@iconify/react": "4.1.0",
"@mantine/core": "6.0.11",
"@mantine/hooks": "6.0.11",
"@emotion/react": "11.11.1",
"@iconify/react": "4.1.1",
"@mantine/core": "6.0.19",
"@mantine/hooks": "6.0.19",
"@reduxjs/toolkit": "1.9.5",
"@tanstack/react-query": "4.29.7",
"@tanstack/react-query-devtools": "4.29.7",
"@tanstack/react-query": "4.33.0",
"@tanstack/react-query-devtools": "4.33.0",
"axios": "1.4.0",
"clsx": "1.2.1",
"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.43.9",
"react-redux": "8.0.5",
"react-router-dom": "6.11.1",
"type-fest": "3.10.0",
"zod": "3.21.4"
"react-hook-form": "7.45.4",
"react-redux": "8.1.2",
"react-router-dom": "6.15.0",
"type-fest": "4.2.0",
"zod": "3.22.2"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@commitlint/cli": "17.6.3",
"@commitlint/config-conventional": "17.6.3",
"@playwright/test": "1.33.0",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"@vitejs/plugin-react": "4.0.0",
"@vitest/ui": "0.31.0",
"eslint": "8.40.0",
"@babel/core": "7.22.10",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@playwright/test": "1.37.1",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"@vitejs/plugin-react": "4.0.4",
"@vitest/ui": "0.34.2",
"eslint": "8.47.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"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.12.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-playwright": "0.15.3",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"prettier": "2.8.8",
"typescript": "5.0.4",
"vite": "4.3.7",
"vite-plugin-windicss": "1.9.0",
"vitest": "0.31.0",
"lint-staged": "14.0.1",
"prettier": "3.0.2",
"typescript": "5.1.6",
"vite": "4.4.9",
"vite-plugin-windicss": "1.9.1",
"vitest": "0.34.2",
"windicss": "3.5.6"
}
}

0 comments on commit 49dfe11

Please sign in to comment.