Bump prettier from 2.3.1 to 2.3.2 in /ui (#1210)

Bumps [prettier](https://github.com/prettier/prettier) from 2.3.1 to 2.3.2.
- [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.1...2.3.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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-07-09 21:29:51 -04:00
committed by GitHub
parent 53fe2e98c5
commit 8e71f308c2
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -47,7 +47,7 @@
"@testing-library/react-hooks": "^7.0.0", "@testing-library/react-hooks": "^7.0.0",
"@testing-library/user-event": "^13.1.9", "@testing-library/user-event": "^13.1.9",
"css-mediaquery": "^0.1.2", "css-mediaquery": "^0.1.2",
"prettier": "2.3.1", "prettier": "2.3.2",
"ra-test": "^3.15.1" "ra-test": "^3.15.1"
} }
}, },
@@ -14335,9 +14335,9 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "2.3.1", "version": "2.3.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.1.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.2.tgz",
"integrity": "sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==", "integrity": "sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==",
"dev": true, "dev": true,
"bin": { "bin": {
"prettier": "bin-prettier.js" "prettier": "bin-prettier.js"
@@ -32724,9 +32724,9 @@
"integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=" "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw="
}, },
"prettier": { "prettier": {
"version": "2.3.1", "version": "2.3.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.1.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.2.tgz",
"integrity": "sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==", "integrity": "sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==",
"dev": true "dev": true
}, },
"pretty-bytes": { "pretty-bytes": {
+1 -1
View File
@@ -42,7 +42,7 @@
"@testing-library/react-hooks": "^7.0.0", "@testing-library/react-hooks": "^7.0.0",
"@testing-library/user-event": "^13.1.9", "@testing-library/user-event": "^13.1.9",
"css-mediaquery": "^0.1.2", "css-mediaquery": "^0.1.2",
"prettier": "2.3.1", "prettier": "2.3.2",
"ra-test": "^3.15.1" "ra-test": "^3.15.1"
}, },
"scripts": { "scripts": {