Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade nextjs v13 to v14 #22152

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You declare functions that you want to run and the data assets that those functi

Dagster is designed to be used at every stage of the data development lifecycle, including local development, unit tests, integration tests, staging environments, and production.

**New to Dagster**? Check out the **Quickstart**, learn with some hands-on **Tutorials**, or dive into **Concepts**. For an in-depth learning experience, enroll in **Dagster University**.
**New to Dagster**? Check out the **Quickstart**, learn with some hands-on **Tutorials**, or dive into **Concepts**. For an in-depth learning experience, enroll in **Dagster University**.

<div className="w-full inline-flex flex-col space-y-2 md:space-y-0 md:flex-row md:space-x-4">
<Button link="/getting-started/quickstart">Quickstart</Button>
Expand Down
11 changes: 9 additions & 2 deletions docs/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,31 @@
"broken-link-checker": "ts-node -O '{\"module\": \"commonjs\"}' scripts/broken-link-checker.ts"
},
"dependencies": {
"@algolia/autocomplete-shared": "^1.17.2",
"@algolia/client-search": "^4.23.3",
"@docsearch/react": "^3.5.1",
"@headlessui/react": "^1.6.6",
"@jsdevtools/rehype-toc": "^3.0.2",
"@mapbox/rehype-prism": "^0.5.0",
"@markdoc/markdoc": "^0.2.2",
"@markdoc/next.js": "^0.2.2",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^12.2.2",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.4.0",
"@types/mdx": "^2.0.2",
"@types/react-dom": "^18.3.0",
"add": "^2.0.6",
"algoliasearch": "^4.23.3",
"amator": "^1.1.0",
"autoprefixer": "^10.1.0",
"axios": "^1.6.5",
"classnames": "^2.2.6",
"eslint-config-next": "^13.4.19",
"fast-glob": "^3.2.5",
"github-slugger": "^2.0.0",
"glob": "latest",
"gray-matter": "^4.0.2",
"image-size": "^0.9.7",
"lodash": "^4.17.21",
Expand All @@ -45,7 +51,7 @@
"next-remote-watch": "^2.0.0",
"next-seo": "^4.17.0",
"postcss": "^8.2.8",
"react": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
"react-instantsearch-dom": "^6.31.1",
Expand All @@ -60,6 +66,7 @@
"remark-frontmatter": "^3.0.0",
"remark-macro": "^1.0.7",
"remark-mdx": "^1.6.22",
"search-insights": "^2.14.0",
"tailwindcss": "^2.0.3",
"to-vfile": "^6.1.0",
"ts-node": "^9.1.1",
Expand All @@ -71,7 +78,7 @@
"@types/classnames": "^2.2.11",
"@types/jest": "^29.5.3",
"@types/node": "^14.14.22",
"@types/react": "^18.2.47",
"@types/react": "^18.3.2",
"broken-link-checker": "^0.7.8",
"eslint": "^8.57.0",
"eslint-plugin-dagster-rules": "link:../../js_modules/dagster-ui/packages/eslint-config/rules",
Expand Down
Loading