1
mirror of https://github.com/jakejarvis/website-stats.git synced 2025-04-26 01:25:21 -04:00
website-stats/package.json
dependabot[bot] 75a7253c16 Bump prettier from 2.3.2 to 2.4.1
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.4.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.3.2...2.4.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-02 21:34:40 -04:00

19 lines
420 B
JSON

{
"name": "website-stats",
"version": "1.3.37",
"repository": "https://github.com/jakejarvis/website-stats.git",
"author": "Jake Jarvis <jake@jarv.is>",
"private": true,
"scripts": {
"snapshot": "node scripts/snapshot.js"
},
"dependencies": {
"fs-extra": "^10.0.0",
"got": "^11.8.2",
"luxon": "^2.0.2",
"pkg-dir": "^5.0.0",
"prettier": "^2.4.1",
"simple-git": "^2.45.1"
}
}