Skip to content

Commit

Permalink
build: update dependencies to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
imbhargav5 authored Mar 22, 2023
1 parent bd1b249 commit a10599a
Show file tree
Hide file tree
Showing 2 changed files with 822 additions and 752 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
},
"dependencies": {
"@commitlint/config-conventional": "^17.4.4",
"@headlessui/react": "^1.7.11",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
"@supabase/auth-helpers-nextjs": "^0.5.4",
"@supabase/auth-helpers-nextjs": "^0.5.6",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/supabase-js": "^2.8.0",
"@tanstack/react-query": "^4.24.10",
"next": "^13.2.1",
"@supabase/supabase-js": "^2.12.0",
"@tanstack/react-query": "^4.28.0",
"next": "^13.2.4",
"next-seo": "^5.15.0",
"next-sitemap": "^3.1.52",
"next-sitemap": "^4.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
Expand All @@ -40,38 +40,38 @@
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/cz-commitlint": "^17.4.4",
"@next/eslint-plugin-next": "^13.1.6",
"@playwright/test": "^1.31.0",
"@next/eslint-plugin-next": "^13.2.4",
"@playwright/test": "^1.31.2",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@testing-library/react": "^14.0.0",
"@types/jsonwebtoken": "^9.0.1",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.28",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@vitejs/plugin-react": "^3.1.0",
"commitizen": "^4.3.0",
"concurrently": "^7.6.0",
"env-cmd": "^10.1.0",
"eslint": "^8.34.0",
"eslint": "^8.36.0",
"eslint-config-esnext": "^4.1.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-playwright": "^0.12.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jsdom": "^21.1.0",
"lint-staged": "^13.1.2",
"npm-check-updates": "^16.7.5",
"jsdom": "^21.1.1",
"lint-staged": "^13.2.0",
"npm-check-updates": "^16.7.13",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"semantic-release": "^20.1.0",
"supabase": "^1.38.6",
"prettier": "^2.8.6",
"semantic-release": "^20.1.3",
"supabase": "^1.44.0",
"tailwindcss-cli": "^0.1.2",
"tsc-files": "^1.1.3",
"typescript": "^4.9.5",
"vitest": "^0.28.5"
"typescript": "^5.0.2",
"vitest": "^0.29.7"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit a10599a

Please sign in to comment.