Skip to content

Commit

Permalink
fix(deps): update dependency @babel/runtime to ~7.19.0 (#96)
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] authored Oct 20, 2022
1 parent cc93621 commit 3e2b67e
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion packages/color-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@babel/runtime": "~7.18.0",
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-drag-event-interactive": "1.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/color-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@babel/runtime": "~7.18.0",
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-editable-input": "1.1.0",
"@uiw/react-color-swatch": "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/color-chrome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@babel/runtime": "~7.18.0",
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-alpha": "1.1.0",
"@uiw/react-color-editable-input": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/color-circle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@babel/runtime": "~7.18.0",
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-swatch": "1.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/color-colorful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@babel/runtime": "~7.18.0",
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-alpha": "1.1.0",
"@uiw/react-color-hue": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/color-compact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@babel/runtime": "~7.18.0",
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-editable-input": "1.1.0",
"@uiw/react-color-editable-input-rgba": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/color-editable-input-hsla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@babel/runtime": "~7.18.0",
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-editable-input-rgba": "1.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/color-editable-input-rgba/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@babel/runtime": "~7.18.0",
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-editable-input": "1.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/color-editable-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@babel/runtime": "~7.18.0"
"@babel/runtime": "~7.19.0"
}
}
2 changes: 1 addition & 1 deletion packages/color-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@babel/runtime": "~7.18.0",
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-swatch": "1.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/color-hue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@babel/runtime": "~7.18.0",
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-alpha": "1.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/color-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@babel/runtime": "~7.18.0",
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-editable-input": "1.1.0",
"@uiw/react-color-editable-input-rgba": "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/color-name/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"src"
],
"dependencies": {
"@babel/runtime": "~7.18.0",
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/color-saturation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@babel/runtime": "~7.18.0",
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-drag-event-interactive": "1.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/color-shade-slider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@babel/runtime": "~7.18.0",
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-alpha": "1.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/color-sketch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@babel/runtime": "~7.18.0",
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-alpha": "1.1.0",
"@uiw/react-color-editable-input": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/color-slider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@babel/runtime": "~7.18.0",
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-alpha": "1.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/color-swatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@babel/runtime": "~7.18.0",
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/color-wheel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@babel/runtime": "~7.18.0",
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-drag-event-interactive": "1.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/drag-event-interactive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@babel/runtime": "~7.18.0"
"@babel/runtime": "~7.19.0"
}
}

0 comments on commit 3e2b67e

Please sign in to comment.