Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
Merge pull request #148 from xmtp/dependabot/npm_and_yarn/prettier-3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 14, 2024
2 parents 931780c + db399e6 commit caea1fa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vitest": "^0.3.21",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"turbo": "^1.10.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/bot-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/jest": "^29.5.0",
"@types/node": "^20.10.7",
"jest": "^29.5.0",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"ts-jest": "^29.0.5",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.0.1",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
},
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3053,7 +3053,7 @@ __metadata:
"@xmtp/xmtp-js": "npm:^11.3.5"
dotenv: "npm:^16.3.1"
jest: "npm:^29.5.0"
prettier: "npm:^3.1.1"
prettier: "npm:^3.2.5"
ts-jest: "npm:^29.0.5"
typescript: "npm:^5.3.3"
languageName: unknown
Expand All @@ -3080,7 +3080,7 @@ __metadata:
eslint-plugin-simple-import-sort: "npm:^10.0.0"
eslint-plugin-vitest: "npm:^0.3.21"
jest: "npm:^29.7.0"
prettier: "npm:^3.1.1"
prettier: "npm:^3.2.5"
ts-jest: "npm:^29.1.1"
ts-node: "npm:^10.9.1"
turbo: "npm:^1.10.16"
Expand Down Expand Up @@ -3108,7 +3108,7 @@ __metadata:
ethers: "npm:^5.7.2"
ink: "npm:^3.2.0"
jest: "npm:^29.7.0"
prettier: "npm:^3.1.1"
prettier: "npm:^3.2.5"
react: "npm:^17.0.2"
ts-node: "npm:^10.9.1"
typescript: "npm:^5.3.3"
Expand Down Expand Up @@ -8579,12 +8579,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.1.1":
version: 3.1.1
resolution: "prettier@npm:3.1.1"
"prettier@npm:^3.2.5":
version: 3.2.5
resolution: "prettier@npm:3.2.5"
bin:
prettier: bin/prettier.cjs
checksum: 26a249f321b97d26c04483f1bf2eeb22e082a76f4222a2c922bebdc60111691aad4ec3979610e83942e0b956058ec361d9e9c81c185172264eb6db9aa678082b
checksum: d509f9da0b70e8cacc561a1911c0d99ec75117faed27b95cc8534cb2349667dee6351b0ca83fa9d5703f14127faa52b798de40f5705f02d843da133fc3aa416a
languageName: node
linkType: hard

Expand Down

0 comments on commit caea1fa

Please sign in to comment.