Skip to content

Commit

Permalink
chore: upgrade next to fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Oct 24, 2024
1 parent 52c6abb commit 46cc480
Show file tree
Hide file tree
Showing 8 changed files with 535 additions and 106 deletions.
2 changes: 1 addition & 1 deletion apps/lend/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
4 changes: 2 additions & 2 deletions apps/lend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lodash": "4.17.21",
"make-plural": "^7.1.0",
"memoizee": "^0.4.15",
"next": "^13.5.6",
"next": "*",
"next-images": "^1.8.5",
"numbro": "^2.4.0",
"onboard-helpers": "*",
Expand All @@ -62,7 +62,7 @@
"@lingui/cli": "^4.6.0",
"@lingui/loader": "^4.6.0",
"@lingui/macro": "^4.6.0",
"@lingui/swc-plugin": "^4.0.4",
"@lingui/swc-plugin": "^4.0.10",
"@next/bundle-analyzer": "^13.5.6",
"@svgr/webpack": "^8.1.0",
"@types/lodash": "^4.14.182",
Expand Down
2 changes: 1 addition & 1 deletion apps/loan/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
4 changes: 2 additions & 2 deletions apps/loan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"lodash": "4.17.21",
"make-plural": "^7.1.0",
"memoizee": "^0.4.15",
"next": "^13.5.6",
"next": "*",
"next-images": "^1.8.5",
"numbro": "^2.4.0",
"onboard-helpers": "*",
Expand All @@ -61,7 +61,7 @@
"@lingui/cli": "^4.6.0",
"@lingui/loader": "^4.6.0",
"@lingui/macro": "^4.6.0",
"@lingui/swc-plugin": "^4.0.4",
"@lingui/swc-plugin": "^4.0.10",
"@next/bundle-analyzer": "^13.5.6",
"@svgr/webpack": "^8.1.0",
"@types/lodash": "^4.14.182",
Expand Down
2 changes: 1 addition & 1 deletion apps/main/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
4 changes: 2 additions & 2 deletions apps/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lodash": "4.17.21",
"make-plural": "^7.1.0",
"memoizee": "^0.4.15",
"next": "^13.5.6",
"next": "*",
"next-images": "^1.8.5",
"numbro": "^2.4.0",
"onboard-helpers": "*",
Expand All @@ -67,7 +67,7 @@
"@lingui/cli": "^4.6.0",
"@lingui/loader": "^4.6.0",
"@lingui/macro": "^4.6.0",
"@lingui/swc-plugin": "^4.0.4",
"@lingui/swc-plugin": "^4.0.10",
"@next/bundle-analyzer": "^13.5.6",
"@svgr/webpack": "^8.1.0",
"@types/lodash": "^4.14.182",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@
"husky": "^9.1.6",
"is-ci": "^3.0.1",
"lint-staged": "15.2.10",
"next": "^14.2.15",
"prettier": "latest",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"turbo": "^2.1.2",
"turbo": "^2.2.3",
"typescript": "^5"
},
"packageManager": "[email protected]",
Expand Down
Loading

0 comments on commit 46cc480

Please sign in to comment.