Skip to content

Commit f230c82

Browse files
committed
updated prettier to fix ci issues
1 parent 1807d09 commit f230c82

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"babel-loader": "^8.0.5",
7777
"babel-preset-react-app": "^7.0.0",
7878
"gh-pages": "^2.0.1",
79-
"prettier": "^2.0.5",
79+
"prettier": "^2.1.1",
8080
"raw.macro": "^0.3.0",
8181
"react-github-btn": "^1.1.1",
8282
"react-scripts": "^3.4.1"

src/Annotator/index.story.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ storiesOf("Annotator", module)
441441
videoSrc="https://s3.amazonaws.com/asset.workaround.online/SampleVideo_1280x720_1mb.mp4"
442442
videoTime={1000}
443443
keyframes={{
444-
"0": {
444+
0: {
445445
regions: [
446446
{
447447
type: "point",
@@ -465,7 +465,7 @@ storiesOf("Annotator", module)
465465
},
466466
],
467467
},
468-
"3333": {
468+
3333: {
469469
regions: [
470470
{
471471
type: "point",

src/Annotator/video.story.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ storiesOf("Annotator(video)", module).add("Video Annotator", () => {
1111
regionClsList: ["valid", "invalid"],
1212
enabledTools: ["select", "create-box", "create-polygon", "create-point"],
1313
keyframes: {
14-
"0": {
14+
0: {
1515
regions: [
1616
{
1717
id: "910517662556203",
@@ -25,7 +25,7 @@ storiesOf("Annotator(video)", module).add("Video Annotator", () => {
2525
},
2626
],
2727
},
28-
"2656": {
28+
2656: {
2929
regions: [
3030
{
3131
id: "910517662556203",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13959,10 +13959,10 @@ prettier@^1.16.4:
1395913959
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
1396013960
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
1396113961

13962-
prettier@^2.0.5:
13963-
version "2.0.5"
13964-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz#d6d56282455243f2f92cc1716692c08aa31522d4"
13965-
integrity sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==
13962+
prettier@^2.1.1:
13963+
version "2.1.1"
13964+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.1.tgz#d9485dd5e499daa6cb547023b87a6cf51bee37d6"
13965+
integrity sha512-9bY+5ZWCfqj3ghYBLxApy2zf6m+NJo5GzmLTpr9FsApsfjriNnS2dahWReHMi7qNPhhHl9SYHJs2cHZLgexNIw==
1396613966

1396713967
pretty-bytes@^5.1.0:
1396813968
version "5.3.0"

0 commit comments

Comments
 (0)