Skip to content

Commit 99a3cb6

Browse files
authored
fix(web): 3dtiles feature color update incorrectly when apply new style on selected feature (#1762)
1 parent fc755bf commit 99a3cb6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"@monaco-editor/react": "4.6.0",
127127
"@popperjs/core": "2.11.8",
128128
"@radix-ui/react-slot": "1.1.0",
129-
"@reearth/core": "0.0.7-alpha.39",
129+
"@reearth/core": "0.0.7-alpha.40",
130130
"@rot1024/use-transition": "1.0.0",
131131
"@sentry/browser": "7.77.0",
132132
"@seznam/compose-react-refs": "1.0.6",

web/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8558,9 +8558,9 @@ __metadata:
85588558
languageName: node
85598559
linkType: hard
85608560

8561-
"@reearth/core@npm:0.0.7-alpha.39":
8562-
version: 0.0.7-alpha.39
8563-
resolution: "@reearth/core@npm:0.0.7-alpha.39"
8561+
"@reearth/core@npm:0.0.7-alpha.40":
8562+
version: 0.0.7-alpha.40
8563+
resolution: "@reearth/core@npm:0.0.7-alpha.40"
85648564
dependencies:
85658565
"@radix-ui/react-checkbox": "npm:1.1.1"
85668566
"@radix-ui/react-dialog": "npm:1.1.1"
@@ -8615,7 +8615,7 @@ __metadata:
86158615
cesium: 1.118.x
86168616
react: ^18.2.0
86178617
react-dom: ^18.2.0
8618-
checksum: 10c0/bf39fb2f24ae6327cb0fa5eb64eb57c9ff20a33a3461475686f57812fe68fbd770364f2fd812c90325cee3eae7fad0c80466cae1ee6bcf432b356dfc6ce0408f
8618+
checksum: 10c0/3024d30ab73d7783ab54878a4665ec30ad972cc284d606803c5257022da50a122bc26172b7f75e2a2457f4ee771395e7da1755705f788ec96b63aa2138d5a61a
86198619
languageName: node
86208620
linkType: hard
86218621

@@ -8663,7 +8663,7 @@ __metadata:
86638663
"@monaco-editor/react": "npm:4.6.0"
86648664
"@popperjs/core": "npm:2.11.8"
86658665
"@radix-ui/react-slot": "npm:1.1.0"
8666-
"@reearth/core": "npm:0.0.7-alpha.39"
8666+
"@reearth/core": "npm:0.0.7-alpha.40"
86678667
"@rollup/plugin-yaml": "npm:4.1.2"
86688668
"@rot1024/use-transition": "npm:1.0.0"
86698669
"@sentry/browser": "npm:7.77.0"

0 commit comments

Comments
 (0)