Skip to content

Commit 33a6557

Browse files
meta: bump prettier from 3.0.2 to 3.1.0 (#6166)
* meta: bump prettier from 3.0.2 to 3.1.0 Bumps [prettier](https://github.com/prettier/prettier) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.0.2...3.1.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix: code format --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Augustin Mauroy <[email protected]>
1 parent 0422cb1 commit 33a6557

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

next.constants.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ export const ENABLE_WEBSITE_REDESIGN =
6363
export const BASE_URL = process.env.NEXT_PUBLIC_BASE_URL
6464
? process.env.NEXT_PUBLIC_BASE_URL
6565
: process.env.NEXT_PUBLIC_VERCEL_URL
66-
? `https://${process.env.NEXT_PUBLIC_VERCEL_URL}`
67-
: 'https://nodejs.org';
66+
? `https://${process.env.NEXT_PUBLIC_VERCEL_URL}`
67+
: 'https://nodejs.org';
6868

6969
/**
7070
* This is used for any place that requires the Node.js distribution URL (which by default is nodejs.org/dist)
@@ -103,8 +103,8 @@ export const BASE_PATH = process.env.NEXT_PUBLIC_BASE_PATH || '';
103103
export const NEXT_DATA_URL = process.env.NEXT_PUBLIC_DATA_URL
104104
? process.env.NEXT_PUBLIC_DATA_URL
105105
: VERCEL_ENV
106-
? `${BASE_URL}${BASE_PATH}/en/next-data/`
107-
: `http://localhost:3000/en/next-data/`;
106+
? `${BASE_URL}${BASE_PATH}/en/next-data/`
107+
: `http://localhost:3000/en/next-data/`;
108108

109109
/**
110110
* This ReGeX is used to remove the `index.md(x)` suffix of a name and to remove

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"jest": "29.7.0",
112112
"jest-environment-jsdom": "29.7.0",
113113
"jest-junit": "16.0.0",
114-
"prettier": "3.0.2",
114+
"prettier": "3.1.0",
115115
"prettier-plugin-tailwindcss": "0.5.6",
116116
"remark-frontmatter": "5.0.0",
117117
"remark-preset-lint-node": "5.0.0",

0 commit comments

Comments
 (0)