Skip to content

Commit

Permalink
chore: update pkg versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeirojose committed Jan 6, 2025
1 parent 4022471 commit 214d59f
Show file tree
Hide file tree
Showing 4 changed files with 745 additions and 776 deletions.
2 changes: 1 addition & 1 deletion apps/govquests-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"keywords": [],
"author": "",
"license": "MIT",
"packageManager": "pnpm@9.14.4"
"packageManager": "pnpm@9.15.3"
}
32 changes: 16 additions & 16 deletions apps/govquests-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,30 @@
"dependencies": {
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@tanstack/react-query": "^5.62.0",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@tanstack/react-query": "^5.62.15",
"@radix-ui/react-toast": "^1.2.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"connectkit": "^1.8.2",
"embla-carousel-react": "^8.5.1",
"gql.tada": "^1.8.10",
"graphql-request": "^7.1.2",
"lucide-react": "^0.462.0",
"next": "15.0.3",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"react-intersection-observer": "^9.13.1",
"react-markdown": "^9.0.1",
"lucide-react": "^0.469.0",
"next": "15.1.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-intersection-observer": "^9.14.1",
"react-markdown": "^9.0.3",
"siwe": "^2.3.2",
"tailwind-merge": "^2.5.5",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"tiny-invariant": "^1.3.3",
"types-react-dom": "^19.0.0-alpha.3",
"viem": "~2.21.53",
"wagmi": "^2.13.3"
"viem": "~2.22.2",
"wagmi": "^2.14.6"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.16",
Expand All @@ -44,9 +44,9 @@
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"biome": "^0.3.3",
"lint-staged": "^15.2.10",
"lint-staged": "^15.3.0",
"postcss": "^8",
"tailwindcss": "^3.4.15",
"tailwindcss": "^3.4.17",
"typescript": "^5.7"
}
}
14 changes: 4 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,15 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@types/node": "^22",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.4.1",
"lint-staged": "^15.3.0",
"prettier": "^3.4.2",
"shell-quote": "^1.8.2",
"turbo": "^2.3.3",
"typescript": "^5.7"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}
"packageManager": "[email protected]"
}
Loading

0 comments on commit 214d59f

Please sign in to comment.