Skip to content

Commit

Permalink
meta: bump prettier from 3.0.2 to 3.1.0 (#6166)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and AugustinMauroy authored Dec 2, 2023
1 parent 0422cb1 commit 33a6557
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions next.constants.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ export const ENABLE_WEBSITE_REDESIGN =
export const BASE_URL = process.env.NEXT_PUBLIC_BASE_URL
? process.env.NEXT_PUBLIC_BASE_URL
: process.env.NEXT_PUBLIC_VERCEL_URL
? `https://${process.env.NEXT_PUBLIC_VERCEL_URL}`
: 'https://nodejs.org';
? `https://${process.env.NEXT_PUBLIC_VERCEL_URL}`
: 'https://nodejs.org';

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

/**
* This ReGeX is used to remove the `index.md(x)` suffix of a name and to remove
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-junit": "16.0.0",
"prettier": "3.0.2",
"prettier": "3.1.0",
"prettier-plugin-tailwindcss": "0.5.6",
"remark-frontmatter": "5.0.0",
"remark-preset-lint-node": "5.0.0",
Expand Down

0 comments on commit 33a6557

Please sign in to comment.