Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@
"@commitlint/cli": "17.6.7",
"@commitlint/config-conventional": "17.6.7",
"@types/node": "20.4.4",
"@types/prettier": "2.7.3",
"@types/prettier": "3.0.0",
"@types/shell-quote": "1.7.1",
"eslint": "8.45.0",
"husky": "8.0.3",
"is-ci": "3.0.1",
"lint-staged": "13.2.3",
"npm-run-all": "4.1.5",
"prettier": "3.0.0",
"prettier": "3.6.2",
"rimraf": "5.0.1",
"shell-quote": "1.8.1",
"syncpack": "10.7.3"
Expand Down
23 changes: 16 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2296,7 +2296,16 @@ __metadata:
languageName: node
linkType: hard

"@types/prettier@npm:2.7.3, @types/prettier@npm:^2.1.5":
"@types/prettier@npm:3.0.0":
version: 3.0.0
resolution: "@types/prettier@npm:3.0.0"
dependencies:
prettier: "npm:*"
checksum: a2a512d304e5bcf78f38089dc88ad19215e6ab871d435a17aef3ce538a63b07c0e359c18db23989dc1ed9fff96d99eee1f680416080184df5c7e0e3bf767e165
languageName: node
linkType: hard

"@types/prettier@npm:^2.1.5":
version: 2.7.3
resolution: "@types/prettier@npm:2.7.3"
checksum: cda84c19acc3bf327545b1ce71114a7d08efbd67b5030b9e8277b347fa57b05178045f70debe1d363ff7efdae62f237260713aafc2d7217e06fc99b048a88497
Expand Down Expand Up @@ -3250,14 +3259,14 @@ __metadata:
"@commitlint/cli": "npm:17.6.7"
"@commitlint/config-conventional": "npm:17.6.7"
"@types/node": "npm:20.4.4"
"@types/prettier": "npm:2.7.3"
"@types/prettier": "npm:3.0.0"
"@types/shell-quote": "npm:1.7.1"
eslint: "npm:8.45.0"
husky: "npm:8.0.3"
is-ci: "npm:3.0.1"
lint-staged: "npm:13.2.3"
npm-run-all: "npm:4.1.5"
prettier: "npm:3.0.0"
prettier: "npm:3.6.2"
rimraf: "npm:5.0.1"
shell-quote: "npm:1.8.1"
syncpack: "npm:10.7.3"
Expand Down Expand Up @@ -8296,12 +8305,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.0.0":
version: 3.0.0
resolution: "prettier@npm:3.0.0"
"prettier@npm:*, prettier@npm:3.6.2":
version: 3.6.2
resolution: "prettier@npm:3.6.2"
bin:
prettier: bin/prettier.cjs
checksum: 399292638280988ecd44db6532e908246b7c9468e6f5f571b3835a5206b7f1132cb674c12be430d921474901dc85398429dfd2dc31b282eef9affebd3ce72cef
checksum: 1213691706bcef1371d16ef72773c8111106c3533b660b1cc8ec158bd109cdf1462804125f87f981f23c4a3dba053b6efafda30ab0114cc5b4a725606bb9ff26
languageName: node
linkType: hard

Expand Down
Loading