Skip to content

Commit 190e7f5

Browse files
committed
update dependencies version
1 parent 23c6efe commit 190e7f5

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"clamp": "^1.0.1",
1616
"color-alpha": "^1.0.4",
1717
"get-image-data": "^3.0.1",
18-
"material-survey": "^2.0.0",
18+
"material-survey": "^2.1.0",
1919
"mmgc1-cpp": "^1.0.50",
2020
"moment": "^2.23.0",
2121
"react": "^17.0.2",
@@ -24,7 +24,7 @@
2424
"react-hotkeys": "^2.0.0",
2525
"react-json-view": "^1.19.1",
2626
"react-markdown": "^4.0.6",
27-
"react-material-workspace-layout": "^2.0.0",
27+
"react-material-workspace-layout": "^1.0.10",
2828
"react-monaco-editor": "^0.25.1",
2929
"react-remove-scroll": "^2.0.4",
3030
"react-select": "^3.0.8",
@@ -82,7 +82,7 @@
8282
"babel-loader": "^8.0.5",
8383
"babel-preset-react-app": "^7.0.0",
8484
"gh-pages": "^2.0.1",
85-
"prettier": "^2.1.1",
85+
"prettier": "^2.5.1",
8686
"raw.macro": "^0.3.0",
8787
"react-github-btn": "^1.1.1",
8888
"react-scripts": "^3.4.1"

yarn.lock

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11698,8 +11698,10 @@ markdown-to-jsx@^6.9.1, markdown-to-jsx@^6.9.3:
1169811698
prop-types "^15.6.2"
1169911699
unquote "^1.1.0"
1170011700

11701-
material-survey@./third_party/material-survey:
11702-
version "1.1.0"
11701+
material-survey@^2.1.0:
11702+
version "2.1.0"
11703+
resolved "https://registry.yarnpkg.com/material-survey/-/material-survey-2.1.0.tgz#d69daca21445db46772732855d82ebb6232edb6c"
11704+
integrity sha512-y0gcyrTbQhbxSLHPbhNGnDfYjRCyvNDpia0yHIlj/YV7VQP8BFhapP2fSd1Q23w+o6BVmTPsyAQROxCNvHOV2g==
1170311705
dependencies:
1170411706
"@emotion/react" "^11.7.1"
1170511707
"@emotion/styled" "^11.6.0"
@@ -14108,10 +14110,10 @@ prettier@^1.16.4:
1410814110
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
1410914111
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
1411014112

14111-
prettier@^2.1.1:
14112-
version "2.1.1"
14113-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.1.tgz#d9485dd5e499daa6cb547023b87a6cf51bee37d6"
14114-
integrity sha512-9bY+5ZWCfqj3ghYBLxApy2zf6m+NJo5GzmLTpr9FsApsfjriNnS2dahWReHMi7qNPhhHl9SYHJs2cHZLgexNIw==
14113+
prettier@^2.5.1:
14114+
version "2.5.1"
14115+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
14116+
integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==
1411514117

1411614118
pretty-bytes@^5.1.0:
1411714119
version "5.3.0"
@@ -14714,8 +14716,10 @@ react-markdown@^4.0.6:
1471414716
unist-util-visit "^1.3.0"
1471514717
xtend "^4.0.1"
1471614718

14717-
react-material-workspace-layout@./third_party/react-material-workspace-layout:
14718-
version "1.0.9"
14719+
react-material-workspace-layout@^1.0.10:
14720+
version "1.0.10"
14721+
resolved "https://registry.yarnpkg.com/react-material-workspace-layout/-/react-material-workspace-layout-1.0.10.tgz#b79ff65029ff4f9f905e3bf3818d220fea72d3c3"
14722+
integrity sha512-TqE9x5A/vhLrt3RDWR4INWezPdsp0+C1+tdHPgpkxUQsl9gY1t+jKxuQw/4516Dcq4YPJHGfGEJ4xTrVUqOICg==
1471914723
dependencies:
1472014724
"@emotion/react" "^11.7.1"
1472114725
"@emotion/styled" "^11.6.0"

0 commit comments

Comments
 (0)