mirror of
https://github.com/excalidraw/excalidraw-analytics.git
synced 2026-05-17 13:30:39 +00:00
46b15ebbb5
Bumps [prettier](https://github.com/prettier/prettier) from 2.4.1 to 2.5.0. - [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.4.1...2.5.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 lines
627 B
JSON
19 lines
627 B
JSON
{
|
|
"dependencies": {
|
|
"@excalidraw/prettier-config": "1.0.2",
|
|
"prettier": "2.5.0"
|
|
},
|
|
"license": "MIT",
|
|
"prettier": "@excalidraw/prettier-config",
|
|
"scripts": {
|
|
"build": "yarn build:key && yarn build:version && yarn build:charts && yarn format",
|
|
"build:charts": "python3 charts.py",
|
|
"build:version": "python3 version.py",
|
|
"build:key": "python3 key.py",
|
|
"format": "yarn format:prettier && yarn format:python && git status",
|
|
"format:prettier": "prettier . --write",
|
|
"format:python": "black .",
|
|
"postinstall": "pip install --upgrade google-api-python-client oauth2client black"
|
|
}
|
|
}
|