Skip to content

Commit

Permalink
chore(deps): update all dependencies (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 16, 2023
1 parent dcc48b6 commit 5d62859
Show file tree
Hide file tree
Showing 2 changed files with 453 additions and 452 deletions.
46 changes: 23 additions & 23 deletions package.json
Expand Up @@ -16,37 +16,37 @@
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "11.10.6",
"@emotion/react": "11.11.0",
"@iconify/react": "4.1.0",
"@mantine/core": "6.0.8",
"@mantine/hooks": "6.0.8",
"@mantine/core": "6.0.11",
"@mantine/hooks": "6.0.11",
"@reduxjs/toolkit": "1.9.5",
"@tanstack/react-query": "4.29.3",
"@tanstack/react-query-devtools": "4.29.3",
"axios": "1.3.6",
"@tanstack/react-query": "4.29.7",
"@tanstack/react-query-devtools": "4.29.7",
"axios": "1.4.0",
"clsx": "1.2.1",
"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.10.0",
"type-fest": "3.8.0",
"react-router-dom": "6.11.1",
"type-fest": "3.10.0",
"zod": "3.21.4"
},
"devDependencies": {
"@babel/core": "7.21.4",
"@commitlint/cli": "17.6.1",
"@commitlint/config-conventional": "17.6.1",
"@playwright/test": "1.32.3",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@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.30.1",
"eslint": "8.38.0",
"@vitest/ui": "0.31.0",
"eslint": "8.40.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
Expand All @@ -57,12 +57,12 @@
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"lint-staged": "13.2.1",
"prettier": "2.8.7",
"lint-staged": "13.2.2",
"prettier": "2.8.8",
"typescript": "5.0.4",
"vite": "4.3.1",
"vite-plugin-windicss": "1.8.10",
"vitest": "0.30.1",
"vite": "4.3.7",
"vite-plugin-windicss": "1.9.0",
"vitest": "0.31.0",
"windicss": "3.5.6"
}
}

0 comments on commit 5d62859

Please sign in to comment.