Merge pull request #106 from arduino/dependabot/npm_and_yarn/prettier-2.3.2

build(deps-dev): bump prettier from 2.3.1 to 2.3.2
This commit is contained in:
per1234
2021-06-28 04:31:30 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -9040,9 +9040,9 @@
"dev": true
},
"prettier": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.1.tgz",
"integrity": "sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==",
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.2.tgz",
"integrity": "sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==",
"dev": true
},
"pretty-format": {
+1 -1
View File
@@ -36,7 +36,7 @@
"jest": "^26.6.3",
"jest-circus": "^27.0.5",
"nock": "^13.1.0",
"prettier": "^2.3.1",
"prettier": "^2.3.2",
"ts-jest": "^26.5.6",
"typescript": "^4.3.4"
}