build(deps-dev): bump @types/prettier in /token-lending/js (#1196)

Bumps [@types/prettier](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prettier) from 2.1.6 to 2.2.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prettier)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-02-08 10:39:45 +00:00 committed by GitHub
parent 0077fb421f
commit 83a94a1323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -296,9 +296,9 @@
"integrity": "sha512-EPpXLOVqDvisVxtlbvzfyqSsFeQxltFbluZNRndIb8tr9KiBnYNLzrc1N3pyKUCww2RNrfHDViqDWWE1LCJQtQ==" "integrity": "sha512-EPpXLOVqDvisVxtlbvzfyqSsFeQxltFbluZNRndIb8tr9KiBnYNLzrc1N3pyKUCww2RNrfHDViqDWWE1LCJQtQ=="
}, },
"@types/prettier": { "@types/prettier": {
"version": "2.1.6", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.1.6.tgz", "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.2.0.tgz",
"integrity": "sha512-6gOkRe7OIioWAXfnO/2lFiv+SJichKVSys1mSsgyrYHSEjk8Ctv4tSR/Odvnu+HWlH2C8j53dahU03XmQdd5fA==", "integrity": "sha512-O3SQC6+6AySHwrspYn2UvC6tjo6jCTMMmylxZUFhE1CulVu5l3AxU6ca9lrJDTQDVllF62LIxVSx5fuYL6LiZg==",
"dev": true "dev": true
}, },
"@types/qs": { "@types/qs": {

View File

@ -52,7 +52,7 @@
"@types/mkdirp": "^1.0.1", "@types/mkdirp": "^1.0.1",
"@types/mz": "^2.7.3", "@types/mz": "^2.7.3",
"@types/node": "^14.14.25", "@types/node": "^14.14.25",
"@types/prettier": "^2.1.6", "@types/prettier": "^2.2.0",
"@types/rollup-plugin-json": "^3.0.2", "@types/rollup-plugin-json": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^4.14.2", "@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2", "@typescript-eslint/parser": "^4.14.2",