Skip to content

Commit

Permalink
Merge pull request #105 from xmtp/dependabot/npm_and_yarn/prettier-3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
2 parents 6f14b7f + afb8dca commit c5ef33b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.2",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"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": "^2.8.5",
"prettier": "^3.1.1",
"ts-jest": "^29.0.5",
"typescript": "^5.1.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": "^4.0.0",
"eslint-plugin-promise": "^6.0.1",
"jest": "^29.7.0",
"prettier": "^2.4.0",
"prettier": "^3.1.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3109,7 +3109,7 @@ __metadata:
"@xmtp/xmtp-js": "npm:^10.0.0"
dotenv: "npm:^16.3.1"
jest: "npm:^29.5.0"
prettier: "npm:^2.8.5"
prettier: "npm:^3.1.1"
ts-jest: "npm:^29.0.5"
typescript: "npm:^5.1.3"
languageName: unknown
Expand All @@ -3136,7 +3136,7 @@ __metadata:
eslint-plugin-simple-import-sort: "npm:^10.0.0"
eslint-plugin-vitest: "npm:^0.3.2"
jest: "npm:^29.7.0"
prettier: "npm:^3.1.0"
prettier: "npm:^3.1.1"
ts-jest: "npm:^29.1.1"
ts-node: "npm:^10.9.1"
turbo: "npm:^1.10.16"
Expand Down Expand Up @@ -3164,7 +3164,7 @@ __metadata:
ethers: "npm:^5.7.2"
ink: "npm:^3.2.0"
jest: "npm:^29.7.0"
prettier: "npm:^2.4.0"
prettier: "npm:^3.1.1"
react: "npm:^17.0.2"
ts-node: "npm:^10.9.1"
typescript: "npm:^4.8.4"
Expand Down Expand Up @@ -8950,7 +8950,7 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^2.4.0, prettier@npm:^2.7.1, prettier@npm:^2.8.5":
"prettier@npm:^2.7.1":
version: 2.8.8
resolution: "prettier@npm:2.8.8"
bin:
Expand All @@ -8959,12 +8959,12 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down

0 comments on commit c5ef33b

Please sign in to comment.