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 Dec 1, 2022
1 parent 63b05fc commit 7604322
Show file tree
Hide file tree
Showing 2 changed files with 631 additions and 443 deletions.
56 changes: 28 additions & 28 deletions package.json
Expand Up @@ -15,47 +15,47 @@
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "11.10.4",
"@iconify/react": "4.0.0",
"@mantine/core": "5.6.0",
"@mantine/hooks": "5.6.0",
"@reduxjs/toolkit": "1.8.6",
"@tanstack/react-query": "4.12.0",
"@tanstack/react-query-devtools": "4.12.0",
"axios": "1.1.3",
"@emotion/react": "11.10.5",
"@iconify/react": "4.0.1",
"@mantine/core": "5.9.0",
"@mantine/hooks": "5.9.0",
"@reduxjs/toolkit": "1.9.1",
"@tanstack/react-query": "4.19.0",
"@tanstack/react-query-devtools": "4.19.0",
"axios": "1.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.38.0",
"react-redux": "8.0.4",
"react-router-dom": "6.4.2"
"react-hook-form": "7.40.0",
"react-redux": "8.0.5",
"react-router-dom": "6.4.4"
},
"devDependencies": {
"@babel/core": "7.19.6",
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@playwright/test": "1.27.1",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"@vitejs/plugin-react": "2.1.0",
"@vitest/ui": "0.24.3",
"@babel/core": "7.20.5",
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@playwright/test": "1.28.1",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"@vitejs/plugin-react": "2.2.0",
"@vitest/ui": "0.25.3",
"@windicss/plugin-animations": "1.0.9",
"eslint": "8.25.0",
"eslint": "8.28.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "3.5.1",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-playwright": "0.11.2",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"typescript": "4.8.4",
"vite": "3.1.8",
"husky": "8.0.2",
"lint-staged": "13.0.4",
"prettier": "2.8.0",
"typescript": "4.9.3",
"vite": "3.2.4",
"vite-plugin-windicss": "1.8.8",
"vitest": "0.24.3",
"vitest": "0.25.3",
"windicss": "3.5.6"
}
}

0 comments on commit 7604322

Please sign in to comment.