Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3.2.5 (#2639)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ST-DDT <ST-DDT@gmx.de>
  • Loading branch information
renovate[bot] and ST-DDT committed Feb 5, 2024
1 parent 5ca4ef6 commit c6b8383
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"forwardPorts": [5173],
"portsAttributes": {
"5173": {
"label": "Docs",
},
"label": "Docs"
}
},

// Use 'postCreateCommand' to run commands after the container is created.
Expand All @@ -26,10 +26,10 @@
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"redhat.vscode-yaml",
"github.vscode-pull-request-github",
],
},
},
"github.vscode-pull-request-github"
]
}
}

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
Expand Down
4 changes: 2 additions & 2 deletions cypress/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"types": ["cypress"],
"esModuleInterop": true,
"noEmit": true,
"resolveJsonModule": true,
"resolveJsonModule": true
},
"include": ["**/*.ts"],
"include": ["**/*.ts"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"eslint-plugin-vitest": "~0.3.20",
"glob": "~10.3.10",
"npm-run-all": "~4.1.5",
"prettier": "3.2.4",
"prettier": "3.2.5",
"prettier-plugin-organize-imports": "~3.2.4",
"rimraf": "~5.0.5",
"sanitize-html": "~2.11.0",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

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

6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
// These are configs specifically for !build and have to be reverted in the tsconfig.build.json
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"resolveJsonModule": true
},
"exclude": [
"node_modules",
"dist",
// required for the typedoc related tests on macOS #2280
"test/scripts/apidoc/temp",
],
"test/scripts/apidoc/temp"
]
}

0 comments on commit c6b8383

Please sign in to comment.