Skip to content

Commit

Permalink
chore: update react-select
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjagodic committed Aug 13, 2024
1 parent 92b34c5 commit a1e5f79
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 27 deletions.
51 changes: 27 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/decap-cms-widget-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
},
"dependencies": {
"react-codemirror2": "^8.0.0",
"react-select": "^4.0.0"
"react-select": "^5.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/decap-cms-widget-relation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"react-select": "^4.0.0",
"react-select": "^5.8.0",
"react-window": "^1.8.5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/decap-cms-widget-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"react-immutable-proptypes": "^2.1.0"
},
"dependencies": {
"react-select": "^4.0.0"
"react-select": "^5.8.0"
}
}

0 comments on commit a1e5f79

Please sign in to comment.