Skip to content

Commit

Permalink
fix(deps): update nextjs monorepo to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2023
1 parent b5b0aae commit 3337d9b
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 248 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "ISC",
"dependencies": {
"autoprefixer": "^10.4.16",
"next": "^13.5.6",
"next": "^14.0.0",
"nextra": "^2.13.2",
"nextra-theme-blog": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/wallet-api-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@ledgerhq/wallet-api-core": "workspace:*",
"@ledgerhq/wallet-api-simulator": "workspace:*",
"@next/font": "13.5.4",
"@next/font": "14.0.1",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@tailwindcss/typography": "^0.5.9",
Expand All @@ -23,7 +23,7 @@
"@uiw/react-codemirror": "^4.21.13",
"bufferutil": "^4.0.7",
"flowbite": "^1.8.1",
"next": "^13.5.6",
"next": "^14.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.48.0",
"eslint-config-next": "^13.4.19",
"eslint-config-next": "^14.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.13",
"eslint-plugin-prettier": "^5.0.0",
Expand Down
Loading

0 comments on commit 3337d9b

Please sign in to comment.