Skip to content

Commit

Permalink
fix: chalk 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mo9a7i committed Sep 24, 2023
1 parent 1cc8782 commit 15f492d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 21 deletions.
27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,7 @@
"name": "foursquare_bot",
"version": "2.0.0",
"description": "",
"exports": "./index.js",
"type": "module",
"dependencies": {
"@6degrees/node-cron-utils": "^0.1.0",
"@changesets/cli": "^2.26.2",
"@google-cloud/firestore": "^6.7.0",
"chalk": "^5.3.0",
"cron-parser": "^4.9.0",
"cronstrue": "^2.32.0",
"dotenv": "^16.3.1",
"firebase-admin": "^11.10.1",
"node-cron": "^3.0.2",
"swarmapp-api": "^2.8.0"
},
"main": "index.js",
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
Expand All @@ -28,5 +15,17 @@
"tsup": "^7.2.0",
"tsx": "^3.12.10",
"typescript": "^5.2.2"
},
"dependencies": {
"@6degrees/node-cron-utils": "^0.1.0",
"@changesets/cli": "^2.26.2",
"@google-cloud/firestore": "^6.7.0",
"chalk": "^4.1.2",
"cron-parser": "^4.9.0",
"cronstrue": "^2.32.0",
"dotenv": "^16.3.1",
"firebase-admin": "^11.10.1",
"node-cron": "^3.0.2",
"swarmapp-api": "^2.8.0"
}
}
9 changes: 2 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15f492d

Please sign in to comment.