Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency prettier to v3 #135

Closed
wants to merge 2 commits into from
Closed
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
5 changes: 0 additions & 5 deletions .changeset/blue-cars-joke.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onehop/js

## 1.40.0

### Minor Changes

- ec529a6: Adds webhooks SDK, types, and verification

## 1.39.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onehop/js",
"version": "1.39.0",
"version": "1.40.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@types/node": "18.15.5",
"dotenv": "16.0.3",
"glob": "9.3.2",
"prettier": "2.8.6",
"prettier": "3.0.3",
"tsup": "6.7.0",
"tsx": "3.12.6",
"typedoc": "0.23.28",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ __metadata:
cross-fetch: ^3.1.5
dotenv: 16.0.3
glob: 9.3.2
prettier: 2.8.6
prettier: 3.0.3
tsup: 6.7.0
tsx: 3.12.6
typedoc: 0.23.28
Expand Down Expand Up @@ -3064,12 +3064,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:2.8.6":
version: 2.8.6
resolution: "prettier@npm:2.8.6"
"prettier@npm:3.0.3":
version: 3.0.3
resolution: "prettier@npm:3.0.3"
bin:
prettier: bin-prettier.js
checksum: 8ac94fa67aec0e65743ea15ebf954ef2f1e52638abd129dc04e8b49e8bb3224c0233c98df6b5c98efd31bd2a43866590486559438ee4ead09dc81be389068572
prettier: bin/prettier.cjs
checksum: e10b9af02b281f6c617362ebd2571b1d7fc9fb8a3bd17e371754428cda992e5e8d8b7a046e8f7d3e2da1dcd21aa001e2e3c797402ebb6111b5cd19609dd228e0
languageName: node
linkType: hard

Expand Down