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 Jul 1, 2023
1 parent 2afea91 commit 2776917
Show file tree
Hide file tree
Showing 2 changed files with 1,105 additions and 1,108 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,57 +21,57 @@
"postbuild": "next-sitemap --config next-sitemap.config.cjs"
},
"dependencies": {
"@commitlint/config-conventional": "^17.6.3",
"@headlessui/react": "^1.7.14",
"@commitlint/config-conventional": "^17.6.6",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@supabase/auth-helpers-nextjs": "^0.6.1",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/supabase-js": "^2.21.0",
"@tanstack/react-query": "^4.29.7",
"next": "^13.4.2",
"next-seo": "^6.0.0",
"next-sitemap": "^4.0.9",
"@supabase/auth-helpers-nextjs": "^0.7.2",
"@supabase/auth-helpers-react": "^0.4.0",
"@supabase/supabase-js": "^2.26.0",
"@tanstack/react-query": "^4.29.19",
"next": "^13.4.7",
"next-seo": "^6.1.0",
"next-sitemap": "^4.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"tailwindcss": "^3.3.2",
"url-join": "^5.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/cli": "^17.6.6",
"@commitlint/cz-commitlint": "^17.5.0",
"@next/eslint-plugin-next": "^13.4.2",
"@playwright/test": "^1.33.0",
"@next/eslint-plugin-next": "^13.4.7",
"@playwright/test": "^1.35.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@testing-library/react": "^14.0.0",
"@types/jsonwebtoken": "^9.0.2",
"@types/nprogress": "^0.2.0",
"@types/react": "18.2.6",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@vitejs/plugin-react": "^4.0.0",
"@types/react": "18.2.14",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-react": "^4.0.1",
"commitizen": "^4.3.0",
"concurrently": "^8.0.1",
"concurrently": "^8.2.0",
"env-cmd": "^10.1.0",
"eslint": "^8.40.0",
"eslint": "^8.44.0",
"eslint-config-esnext": "^4.1.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-playwright": "^0.12.0",
"eslint-plugin-playwright": "^0.15.2",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jsdom": "^22.0.0",
"lint-staged": "^13.2.2",
"npm-check-updates": "^16.10.12",
"postcss": "^8.4.23",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.3",
"npm-check-updates": "^16.10.13",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"semantic-release": "^21.0.2",
"supabase": "^1.58.1",
"semantic-release": "^21.0.6",
"supabase": "^1.75.2",
"tailwindcss-cli": "^0.1.2",
"tsc-files": "^1.1.3",
"typescript": "^5.0.4",
"vitest": "^0.31.0"
"typescript": "^5.1.6",
"vitest": "^0.32.2"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 2776917

Please sign in to comment.