Skip to content

Commit

Permalink
chore(deps): update app dependencies to v15 (#2009)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent c7a31fc commit 13b357e
Show file tree
Hide file tree
Showing 4 changed files with 242 additions and 122 deletions.
4 changes: 2 additions & 2 deletions apps/next-with-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@tinloof/sanity-studio": "1.3.5",
"classnames": "2.5.1",
"lucide-react": "^0.453.0",
"next": "14.2.15",
"next": "15.0.0",
"next-sanity": "^9.5.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -37,7 +37,7 @@
"@types/react": "^18.3.11",
"autoprefixer": "10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.15",
"eslint-config-next": "15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "8.4.47",
Expand Down
6 changes: 3 additions & 3 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"prettier": "@repo/prettier-config",
"dependencies": {
"@next/bundle-analyzer": "14.2.15",
"@next/bundle-analyzer": "15.0.0",
"@portabletext/react": "^3.1.0",
"@repo/env": "workspace:*",
"@repo/sanity-extracted-schema": "workspace:*",
Expand All @@ -29,8 +29,8 @@
"@vercel/toolbar": "^0.1.22",
"autoprefixer": "10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.15",
"next": "14.2.15",
"eslint-config-next": "15.0.0",
"next": "15.0.0",
"next-sanity": "9.7.0-canary.23",
"postcss": "8.4.47",
"react": "^18.3.1",
Expand Down
6 changes: 3 additions & 3 deletions apps/page-builder-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"prettier": "@repo/prettier-config",
"dependencies": {
"@next/bundle-analyzer": "14.2.15",
"@next/bundle-analyzer": "15.0.0",
"@repo/env": "workspace:*",
"@repo/prettier-config": "workspace:*",
"@repo/sanity-extracted-schema": "workspace:*",
Expand All @@ -32,8 +32,8 @@
"autoprefixer": "10.4.20",
"clsx": "^2.1.1",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.15",
"next": "14.2.15",
"eslint-config-next": "15.0.0",
"next": "15.0.0",
"next-sanity": "9.7.0-canary.23",
"postcss": "8.4.47",
"react": "^18.3.1",
Expand Down
Loading

0 comments on commit 13b357e

Please sign in to comment.