Skip to content

Commit

Permalink
installed uuid as prod dependency (see node-cron/node-cron#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oaphi committed Jul 9, 2022
1 parent c643f2d commit 6e0c04d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 17 deletions.
36 changes: 25 additions & 11 deletions package-lock.json

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

13 changes: 7 additions & 6 deletions package.json
Expand Up @@ -43,11 +43,11 @@
},
"dependencies": {
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"chatexchange": "^0.6.4",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"bootstrap": "^5.1.3",
"express-handlebars": "^6.0.6",
"heroku-client": "^3.1.0",
"html-entities": "^2.3.3",
Expand All @@ -57,7 +57,8 @@
"node-cron": "^3.0.1",
"patch-package": "^6.4.7",
"ramda": "^0.28.0",
"sanitize-html": "^2.7.0"
"sanitize-html": "^2.7.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/chai": "^4.3.1",
Expand All @@ -77,14 +78,14 @@
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"copyfiles": "^2.4.1",
"handlebars": "^4.7.7",
"mocha": "^10.0.0",
"node-sass": "^7.0.1",
"node-sass-package-importer": "^5.3.2",
"rimraf": "^3.0.2",
"sinon": "^14.0.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.4",
"handlebars": "^4.7.7",
"node-sass": "^7.0.1",
"node-sass-package-importer": "^5.3.2"
"typescript": "^4.7.4"
},
"type": "module"
}

0 comments on commit 6e0c04d

Please sign in to comment.