Skip to content

Commit e373ed2

Browse files
build(deps): bump prettier from 3.6.1 to 3.6.2
Bumps [prettier](https://github.com/prettier/prettier) from 3.6.1 to 3.6.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.6.1...3.6.2) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9508114 commit e373ed2

File tree

4 files changed

+139
-139
lines changed

4 files changed

+139
-139
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-sort-keys-fix": "^1.1.2",
2626
"eslint-plugin-typescript-sort-keys": "^3.3.0",
2727
"happy-dom": "^18.0.1",
28-
"prettier": "^3.6.1",
28+
"prettier": "^3.6.2",
2929
"rimraf": "6.0.1",
3030
"turbo": "^2.5.4",
3131
"tsup": "^8.5.0",

packages/renderers-js-umi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@codama/visitors-core": "workspace:*",
5151
"@solana/codecs-strings": "rc",
5252
"nunjucks": "^3.2.4",
53-
"prettier": "^3.6.1"
53+
"prettier": "^3.6.2"
5454
},
5555
"devDependencies": {
5656
"@types/nunjucks": "^3.2.6"

packages/renderers-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@codama/visitors-core": "workspace:*",
4949
"@solana/codecs-strings": "^2.1.0",
5050
"nunjucks": "^3.2.4",
51-
"prettier": "^3.6.1"
51+
"prettier": "^3.6.2"
5252
},
5353
"devDependencies": {
5454
"@codama/nodes-from-anchor": "workspace:*",

0 commit comments

Comments
 (0)