Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamahl19 committed Jan 13, 2024
1 parent 6f1aa34 commit 4d98d42
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 67 deletions.
120 changes: 60 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"@radix-ui/react-tabs": "1.0.4",
"@radix-ui/react-tooltip": "1.0.7",
"@reflet/http": "1.0.0",
"@tanstack/react-query": "5.17.9",
"@tanstack/react-query-devtools": "5.17.9",
"@tanstack/react-query": "5.17.10",
"@tanstack/react-query-devtools": "5.17.10",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"dayjs": "1.11.10",
Expand Down Expand Up @@ -91,7 +91,7 @@
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@vitejs/plugin-react-swc": "3.5.0",
"@vitest/ui": "1.1.3",
"@vitest/ui": "1.2.0",
"autoprefixer": "10.4.16",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -112,10 +112,10 @@
"jsdom": "23.2.0",
"jsdom-testing-mocks": "1.11.0",
"lint-staged": "15.2.0",
"msw": "2.0.13",
"msw": "2.0.14",
"postcss": "8.4.33",
"postcss-nesting": "12.0.2",
"prettier": "3.1.1",
"prettier": "3.2.1",
"prettier-plugin-packagejson": "2.4.9",
"prettier-plugin-tailwindcss": "0.5.11",
"rollup-plugin-visualizer": "5.12.0",
Expand All @@ -129,7 +129,7 @@
"vite-plugin-checker": "0.6.2",
"vite-plugin-svgr": "4.2.0",
"vite-tsconfig-paths": "4.2.3",
"vitest": "1.1.3"
"vitest": "1.2.0"
},
"engines": {
"node": "18 || 20",
Expand Down
2 changes: 1 addition & 1 deletion public/mockServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* tslint:disable */

/**
* Mock Service Worker (2.0.13).
* Mock Service Worker (2.0.14).
* @see https://github.com/mswjs/msw
* - Please do NOT modify this file.
* - Please do NOT serve this file on production.
Expand Down

1 comment on commit 4d98d42

@vercel
Copy link

@vercel vercel bot commented on 4d98d42 Jan 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.