1
0
mirror of https://github.com/kremalicious/ipfs.git synced 2024-11-22 01:37:07 +01:00

Merge pull request #70 from kremalicious/dependabot/npm_and_yarn/prettier-2.1.2

Bump prettier from 2.1.1 to 2.1.2
This commit is contained in:
Matthias Kretschmann 2020-09-21 12:41:44 +02:00 committed by GitHub
commit 57ff45214e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -17477,9 +17477,9 @@
"dev": true "dev": true
}, },
"prettier": { "prettier": {
"version": "2.1.1", "version": "2.1.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.1.1.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.1.2.tgz",
"integrity": "sha512-9bY+5ZWCfqj3ghYBLxApy2zf6m+NJo5GzmLTpr9FsApsfjriNnS2dahWReHMi7qNPhhHl9SYHJs2cHZLgexNIw==", "integrity": "sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==",
"dev": true "dev": true
}, },
"prettier-linter-helpers": { "prettier-linter-helpers": {

View File

@ -43,7 +43,7 @@
"eslint-plugin-react": "^7.20.6", "eslint-plugin-react": "^7.20.6",
"jest": "^26.4.2", "jest": "^26.4.2",
"postcss-preset-env": "^6.7.0", "postcss-preset-env": "^6.7.0",
"prettier": "^2.1.1", "prettier": "^2.1.2",
"ts-jest": "^26.4.0", "ts-jest": "^26.4.0",
"typescript": "^4.0.3" "typescript": "^4.0.3"
}, },