Skip to content

Commit

Permalink
Add another missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Jun 26, 2024
1 parent 2e00755 commit a9bf2a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/kol.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kol.js",
"version": "0.1.2",
"version": "0.1.3",
"main": "src/index.ts",
"type": "module",
"files": [
Expand All @@ -24,6 +24,7 @@
"date-fns": "^3.6.0",
"got": "^14.3.0",
"html-entities": "^2.5.2",
"image-size": "^1.1.1",
"node-html-parser": "^6.1.13",
"querystring": "^0.2.1",
"tough-cookie": "^4.1.4",
Expand Down
1 change: 0 additions & 1 deletion packages/oaf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"framer-motion": "^11.1.9",
"html-entities": "^2.5.2",
"http-status-codes": "^2.3.0",
"image-size": "^1.1.1",
"isbot": "5.1.6",
"jsonwebtoken": "^9.0.2",
"kol.js": "workspace:^",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7491,6 +7491,7 @@ __metadata:
date-fns: "npm:^3.6.0"
got: "npm:^14.3.0"
html-entities: "npm:^2.5.2"
image-size: "npm:^1.1.1"
node-html-parser: "npm:^6.1.13"
prettier: "npm:^3.2.5"
querystring: "npm:^0.2.1"
Expand Down

0 comments on commit a9bf2a9

Please sign in to comment.