[go: nahoru, domu]

Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3.3.1 (#9308)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency prettier to v3.3.1

* chore: update formatting after prettier upgrade

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: JamesHenry <james@henry.sc>
  • Loading branch information
renovate[bot] and JamesHenry committed Jun 8, 2024
1 parent 0e44945 commit 63e53e2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"ncp": "^2.0.0",
"netlify": "^13.1.14",
"nx": "18.3.5",
"prettier": "3.3.0",
"prettier": "3.3.1",
"pretty-format": "^29.7.0",
"rimraf": "^5.0.5",
"tmp": "^0.2.1",
Expand Down
12 changes: 4 additions & 8 deletions packages/eslint-plugin/tests/docs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,12 @@ import { Linter } from '@typescript-eslint/utils/ts-eslint';
import fs from 'fs';
import { marked } from 'marked';
import type * as mdast from 'mdast';
import type { fromMarkdown as FromMarkdown } from 'mdast-util-from-markdown' with { 'resolution-mode':
'import' };
import type { mdxFromMarkdown as MdxFromMarkdown } from 'mdast-util-mdx' with { 'resolution-mode':
'import' };
import type { mdxjs as Mdxjs } from 'micromark-extension-mdxjs' with { 'resolution-mode':
'import' };
import type { fromMarkdown as FromMarkdown } from 'mdast-util-from-markdown' with { 'resolution-mode': 'import' };
import type { mdxFromMarkdown as MdxFromMarkdown } from 'mdast-util-mdx' with { 'resolution-mode': 'import' };
import type { mdxjs as Mdxjs } from 'micromark-extension-mdxjs' with { 'resolution-mode': 'import' };
import path from 'path';
import { titleCase } from 'title-case';
import type * as UnistUtilVisit from 'unist-util-visit' with { 'resolution-mode':
'import' };
import type * as UnistUtilVisit from 'unist-util-visit' with { 'resolution-mode': 'import' };

import rules from '../src/rules';
import { areOptionsValid } from './areOptionsValid';
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5874,7 +5874,7 @@ __metadata:
ncp: ^2.0.0
netlify: ^13.1.14
nx: 18.3.5
prettier: 3.3.0
prettier: 3.3.1
pretty-format: ^29.7.0
rimraf: ^5.0.5
tmp: ^0.2.1
Expand Down Expand Up @@ -16867,12 +16867,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.3.0, prettier@npm:^3.2.5":
version: 3.3.0
resolution: "prettier@npm:3.3.0"
"prettier@npm:3.3.1, prettier@npm:^3.2.5":
version: 3.3.1
resolution: "prettier@npm:3.3.1"
bin:
prettier: bin/prettier.cjs
checksum: 0d3a7fca9cab29828e189fefc10e8f6025d1208c84cd1e94def8a8f8a04eea341aa21d0af8c01253527632f8225b0b8482a62b64cafa26e9988cd6f9ff16a38b
checksum: 10987ff39e23d9359a76a441431dfe3ee26cc444540dc1577e8109e31394231fc1187d47a1e4ebc98bd605885c50ec681e9f2674e489c3313708c30b6ef5e119
languageName: node
linkType: hard

Expand Down

0 comments on commit 63e53e2

Please sign in to comment.