Skip to content

Commit

Permalink
Update dependency prettier to v3.2.4 (#184)
Browse files Browse the repository at this point in the history
* Update dependency prettier to v3.2.4

* Fix code format

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hikari Hayashi <[email protected]>
  • Loading branch information
renovate[bot] and latin-1 authored Jan 20, 2024
1 parent 8ab4e97 commit 1fb220b
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@neetly/tsconfig": "0.3.0",
"@prettier/plugin-xml": "3.2.2",
"eslint": "8.56.0",
"prettier": "3.2.2",
"prettier": "3.2.4",
"typescript": "5.3.3"
},
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/cubism-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@neetly/codegen-utils": "0.2.0",
"@neetly/tsconfig": "0.3.0",
"buncho": "6.2.0",
"prettier": "3.2.2",
"prettier": "3.2.4",
"typescript": "5.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/cubism-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"rootDir": "./src",
"outDir": "./lib",

"types": ["buncho/env"]
}
"types": ["buncho/env"],
},
}
4 changes: 2 additions & 2 deletions packages/cubism/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"rootDir": "./src",
"outDir": "./lib",

"types": ["buncho/env"]
"types": ["buncho/env"],
},

"references": [{ "path": "../cubism-core" }]
"references": [{ "path": "../cubism-core" }],
}
4 changes: 2 additions & 2 deletions packages/pixi-cubism/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"rootDir": "./src",
"outDir": "./lib",

"types": ["buncho/env"]
"types": ["buncho/env"],
},

"references": [{ "path": "../cubism" }]
"references": [{ "path": "../cubism" }],
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@neetly/tsconfig",

"references": []
"references": [],
}
4 changes: 2 additions & 2 deletions websites/app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"rootDir": "./src",
"outDir": "./lib",

"types": ["buncho/env"]
}
"types": ["buncho/env"],
},
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2072,7 +2072,7 @@ __metadata:
"@neetly/tsconfig": "npm:0.3.0"
buncho: "npm:6.2.0"
live2d-cubism-core: "link:../../third-party/live2d-cubism-core"
prettier: "npm:3.2.2"
prettier: "npm:3.2.4"
typescript: "npm:5.3.3"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2124,7 +2124,7 @@ __metadata:
"@neetly/tsconfig": "npm:0.3.0"
"@prettier/plugin-xml": "npm:3.2.2"
eslint: "npm:8.56.0"
prettier: "npm:3.2.2"
prettier: "npm:3.2.4"
typescript: "npm:5.3.3"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -11376,12 +11376,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.2.2":
version: 3.2.2
resolution: "prettier@npm:3.2.2"
"prettier@npm:3.2.4":
version: 3.2.4
resolution: "prettier@npm:3.2.4"
bin:
prettier: bin/prettier.cjs
checksum: e84d0d2a4ce2b88ee1636904effbdf68b59da63d9f887128f2ed5382206454185432e7c0a9578bc4308bc25d099cfef47fd0b9c211066777854e23e65e34044d
checksum: 88dfeb78ac6096522c9a5b81f1413d875f568420d9bb6a5e5103527912519b993f2bcdcac311fcff5718d5869671d44e4f85827d3626f3a6ce32b9abc65d88e0
languageName: node
linkType: hard

Expand Down

0 comments on commit 1fb220b

Please sign in to comment.