Skip to content

Commit d7bb0b2

Browse files
chore(deps): bump next from 14.2.33 to 14.2.35
Bumps [next](https://github.com/vercel/next.js) from 14.2.33 to 14.2.35. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.2.33...v14.2.35) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.35 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d7cb69 commit d7bb0b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@orderbook-visualizer/ui": "workspace:*",
1515
"@orderbook-visualizer/utils": "workspace:*",
16-
"next": "14.2.33",
16+
"next": "14.2.35",
1717
"nextra": "3.0.15",
1818
"nextra-theme-blog": "3.0.15",
1919
"nextra-theme-docs": "3.0.15",

apps/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"react": "18.3.1",
1313
"react-dom": "18.3.1",
14-
"next": "14.2.33",
14+
"next": "14.2.35",
1515
"@orderbook-visualizer/ui": "workspace:*",
1616
"@orderbook-visualizer/web": "workspace:*"
1717
},

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@orderbook-visualizer/ui": "workspace:*",
2020
"@t3-oss/env-nextjs": "0.10.1",
21-
"next": "14.2.33",
21+
"next": "14.2.35",
2222
"next-app-theme": "0.1.11",
2323
"react": "18.3.1",
2424
"react-dom": "18.3.1",

0 commit comments

Comments
 (0)