Skip to content

Commit

Permalink
chore(deps): update devdependency next to v15.1.2 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 20, 2025
1 parent 2897bf1 commit cd15b87
Show file tree
Hide file tree
Showing 12 changed files with 124 additions and 124 deletions.
2 changes: 1 addition & 1 deletion apps/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"echarts-for-react": "^3.0.2",
"ethers": "^5.7.2",
"fast-json-stable-stringify": "^2.1.0",
"next": "15.1.0",
"next": "15.1.2",
"next-pwa": "^5.6.0",
"next-seo": "^6.6.0",
"next-sitemap": "^4.2.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@heroicons/react": "2.2.0",
"@vercel/analytics": "^1.5.0",
"@zenlink-interface/ui": "workspace:*",
"next": "15.1.0",
"next": "15.1.2",
"next-seo": "^6.6.0",
"react": "19.0.0",
"react-dom": "19.0.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/gauge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"fast-json-stable-stringify": "^2.1.0",
"next": "15.1.0",
"next": "15.1.2",
"next-pwa": "^5.6.0",
"next-seo": "^6.6.0",
"next-sitemap": "^4.2.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/market/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"fast-json-stable-stringify": "^2.1.0",
"next": "15.1.0",
"next": "15.1.2",
"next-pwa": "^5.6.0",
"next-seo": "^6.6.0",
"next-sitemap": "^4.2.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"echarts-for-react": "^3.0.2",
"ethers": "^5.7.2",
"fast-json-stable-stringify": "^2.1.0",
"next": "15.1.0",
"next": "15.1.2",
"next-pwa": "^5.6.0",
"next-seo": "^6.6.0",
"next-sitemap": "^4.2.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/referrals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@zenlink-interface/ui": "workspace:*",
"@zenlink-interface/wagmi": "workspace:*",
"ethers": "^5.7.2",
"next": "15.1.0",
"next": "15.1.2",
"next-pwa": "^5.6.0",
"next-seo": "^6.6.0",
"next-sitemap": "^4.2.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/swap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"ethers": "^5.7.2",
"next": "15.1.0",
"next": "15.1.2",
"next-pwa": "^5.6.0",
"next-seo": "^6.6.0",
"next-sitemap": "^4.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@zenlink-interface/typescript-config": "workspace:*",
"eslint": "^9.20.1",
"ethers": "^5.7.2",
"next": "15.1.0",
"next": "15.1.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"tsup": "^8.3.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"peerDependencies": {
"next": "15.1.0"
"next": "15.1.2"
},
"devDependencies": {
"@lingui/swc-plugin": "5.2.0",
"next": "15.1.0"
"next": "15.1.2"
}
}
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lint": "TIMING=1 eslint ./**/*.ts* --fix"
},
"peerDependencies": {
"next": "15.1.0",
"next": "15.1.2",
"react": "19.0.0",
"react-dom": "19.0.0"
},
Expand All @@ -43,7 +43,7 @@
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"nanoid": "^5.0.7",
"next": "15.1.0",
"next": "15.1.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-jazzicon": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@zenlink-interface/typescript-config": "workspace:*",
"eslint": "^9.20.1",
"ethers": "^5.7.2",
"next": "15.1.0",
"next": "15.1.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"tsup": "^8.3.6",
Expand Down
222 changes: 111 additions & 111 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit cd15b87

Please sign in to comment.