Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,8 @@ jobs:
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.

# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality
# Enable additional security and quality queries for comprehensive analysis
queries: security-extended,security-and-quality

# If the analyze step fails for one of the languages you are analyzing with
# "We were unable to automatically build your code", modify the matrix above
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,29 @@
"dependencies": {
"@cloudflare/pages-plugin-vercel-og": "^0.1.2",
"@ensdomains/ccip-read-router": "^0.0.6",
"@tanstack/react-query": "^5.64.1",
"@theguild/remark-mermaid": "^0.2.0",
"@tanstack/react-query": "^5.87.4",
"@theguild/remark-mermaid": "^0.3.0",
"clsx": "^2.1.1",
"gray-matter": "^4.0.3",
"marked": "^15.0.6",
"marked": "^16.2.1",
"react": "latest",
"react-dom": "latest",
"react-icons": "^5.4.0",
"react-use-intercom": "^5.4.3",
"tailwind-merge": "^2.6.0",
"tailwindcss": "4.0.7",
"use-debounce": "^10.0.4",
"viem": "^2.22.8",
"vite": "^6.2.7",
"react-icons": "^5.5.0",
"react-use-intercom": "^5.5.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "4.1.13",
"use-debounce": "^10.0.6",
"viem": "^2.37.5",
"vite": "^7.1.5",
"vocs": "1.0.5",
"wagmi": "^2.14.15"
"wagmi": "^2.16.9"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
"@types/react": "^19.0.6",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"typescript": "^5.7.3"
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/react": "^19.1.13",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"typescript": "^5.9.2"
},
"packageManager": "pnpm@9.15.5",
"engines": {
Expand Down
Loading