Skip to content

Commit

Permalink
fix(deps): update dependency @uiw/formatter to v2 (#927)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 10, 2022
1 parent 8d0a307 commit 5cac634
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/react-calendar/package.json
Expand Up @@ -44,7 +44,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/formatter": "~1.3.2",
"@uiw/formatter": "~2.0.0",
"@uiw/react-date-picker": "^4.21.19",
"@uiw/react-icon": "^4.21.19",
"@uiw/utils": "^4.21.19"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-date-input/package.json
Expand Up @@ -44,7 +44,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/formatter": "~1.3.2",
"@uiw/formatter": "~2.0.0",
"@uiw/react-date-picker": "^4.21.19",
"@uiw/react-icon": "^4.21.19",
"@uiw/react-input": "^4.21.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-date-picker/package.json
Expand Up @@ -44,7 +44,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/formatter": "~1.3.2",
"@uiw/formatter": "~2.0.0",
"@uiw/react-icon": "^4.21.19",
"@uiw/react-time-picker": "^4.21.19",
"@uiw/utils": "^4.21.19"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-month-picker/package.json
Expand Up @@ -44,7 +44,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/formatter": "~1.3.2",
"@uiw/formatter": "~2.0.0",
"@uiw/react-button": "^4.21.19",
"@uiw/react-date-picker": "^4.21.19",
"@uiw/react-input": "^4.21.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-time-picker/package.json
Expand Up @@ -44,7 +44,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/formatter": "~1.3.2",
"@uiw/formatter": "~2.0.0",
"@uiw/react-button": "^4.21.19",
"@uiw/react-input": "^4.21.19",
"@uiw/react-popover": "^4.21.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/uiw/package.json
Expand Up @@ -55,7 +55,7 @@
"@babel/runtime": "~7.18.0",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"@uiw/formatter": "~1.3.2",
"@uiw/formatter": "~2.0.0",
"@uiw/react-affix": "^4.21.19",
"@uiw/react-alert": "^4.21.19",
"@uiw/react-auto-link": "^4.21.19",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Expand Up @@ -32,7 +32,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/formatter": "~1.3.2",
"@uiw/formatter": "~2.0.0",
"@uiw/react-back-to-top": "^1.2.0",
"@uiw/react-markdown-preview": "~4.1.0",
"@uiw/reset.css": "~1.0.5",
Expand Down

0 comments on commit 5cac634

Please sign in to comment.