Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Merge branch 'main' into task/Add_strategy_information_to_playground_…
Browse files Browse the repository at this point in the history
…results
  • Loading branch information
FredrikOseberg committed Aug 4, 2022
2 parents 3f5756d + 72f81f3 commit 07f61b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unleash-frontend",
"description": "unleash your features",
"version": "4.14.2",
"version": "4.14.3",
"keywords": [
"unleash",
"feature toggle",
Expand Down Expand Up @@ -103,9 +103,7 @@
"vitest": "0.20.3",
"whatwg-fetch": "^3.6.2",
"@codemirror/lang-json": "6.0.0",
"@codemirror/state": "6.1.1",
"@uiw/react-codemirror": "^4.11.4",
"codemirror": "^6.0.1"
"@uiw/react-codemirror": "^4.11.4"
},
"jest": {
"moduleNameMapper": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,10 @@ export const ProjectAccessAssign = ({
return option.entity.name;
}
}}
isOptionEqualToValue={(option, value) =>
option.type === value.type &&
option.entity.id === value.entity.id
}
renderInput={params => (
<TextField
{...params}
Expand Down
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1318,11 +1318,6 @@
"@codemirror/view" "^6.0.0"
crelt "^1.0.5"

"@codemirror/state@6.1.1":
version "6.1.1"
resolved "https://registry.yarnpkg.com/@codemirror/state/-/state-6.1.1.tgz#4f512e5e34ea23a5e10b2c1fe43f6195e90417bb"
integrity sha512-2s+aXsxmAwnR3Rd+JDHPG/1lw0YsA9PEwl7Re88gHJHGfxyfEzKBmsN4rr53RyPIR4lzbbhJX0DCq0WlqlBIRw==

"@codemirror/state@^6.0.0":
version "6.1.0"
resolved "https://registry.yarnpkg.com/@codemirror/state/-/state-6.1.0.tgz#c0f1d80f61908c9dcf5e2a3fe931e9dd78f3df8a"
Expand Down Expand Up @@ -3027,7 +3022,7 @@ clsx@^1.2.1:
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12"
integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==

codemirror@^6.0.0, codemirror@^6.0.1:
codemirror@^6.0.0:
version "6.0.1"
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-6.0.1.tgz#62b91142d45904547ee3e0e0e4c1a79158035a29"
integrity sha512-J8j+nZ+CdWmIeFIGXEFbFPtpiYacFMDR8GlHK3IyHQJMCaVRfGx9NT+Hxivv1ckLWPvNdZqndbr/7lVhrf/Svg==
Expand Down

0 comments on commit 07f61b1

Please sign in to comment.