Skip to content

Commit a66f0dd

Browse files
committed
update deps
1 parent bf09f04 commit a66f0dd

File tree

2 files changed

+872
-344
lines changed

2 files changed

+872
-344
lines changed

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"@google-cloud/storage": "^7.7.0",
4343
"@mdx-js/loader": "^3.0.0",
4444
"@mdx-js/react": "^3.0.0",
45-
"@next/mdx": "^14.2.4",
4645
"@popperjs/core": "^2.11.8",
4746
"@prettier/plugin-xml": "^3.3.1",
4847
"@radix-ui/colors": "^3.0.0",
@@ -68,16 +67,16 @@
6867
"mdx-bundler": "^10.0.1",
6968
"mermaid": "^11.4.0",
7069
"micromark": "^4.0.0",
71-
"next": "14.2.4",
70+
"next": "15.0.3",
7271
"next-mdx-remote": "^4.4.1",
7372
"next-themes": "^0.3.0",
7473
"nextjs-toploader": "^1.6.6",
7574
"parse-numeric-range": "^1.3.0",
7675
"platformicons": "^6.0.3",
7776
"prism-sentry": "^1.0.2",
7877
"query-string": "^6.13.1",
79-
"react": "^18",
80-
"react-dom": "^18",
78+
"react": "rc",
79+
"react-dom": "rc",
8180
"react-feather": "^2.0.8",
8281
"react-popper": "^2.3.0",
8382
"react-select": "^5.7.3",
@@ -106,14 +105,14 @@
106105
"@tailwindcss/forms": "^0.5.7",
107106
"@tailwindcss/typography": "^0.5.10",
108107
"@types/node": "^20",
109-
"@types/react": "^18",
110-
"@types/react-dom": "^18",
108+
"@types/react": "18.3.12",
109+
"@types/react-dom": "18.3.1",
111110
"@types/ws": "^8.5.10",
112111
"autoprefixer": "^10.4.17",
113112
"concurrently": "^8.2.2",
114113
"dotenv-cli": "^7.4.1",
115114
"eslint": "^8",
116-
"eslint-config-next": "14.0.1",
115+
"eslint-config-next": "15.0.3",
117116
"eslint-config-sentry-docs": "^1.118.0",
118117
"jest": "^29.5.0",
119118
"jest-dom": "^4.0.0",
@@ -131,4 +130,4 @@
131130
"node": "20.11.0",
132131
"yarn": "1.22.21"
133132
}
134-
}
133+
}

0 commit comments

Comments
 (0)