Skip to content

Commit d41f658

Browse files
committed
internal: Add missing changeset for transitive deps
1 parent 5f59f4b commit d41f658

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.changeset/evil-cars-itch.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@data-client/core': patch
3+
'@data-client/react': patch
4+
---
5+
6+
Improve performance by using Map() instead of Object for unbounded keys [#3390](https://github.com/reactive/data-client/pull/3390)

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
},
126126
"dependencies": {
127127
"@babel/runtime": "^7.20.0",
128-
"@data-client/normalizr": "^0.14.21",
128+
"@data-client/normalizr": "^0.14.22",
129129
"flux-standard-action": "^2.1.1"
130130
},
131131
"devDependencies": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3082,7 +3082,7 @@ __metadata:
30823082
"@anansi/browserslist-config": "npm:^1.4.2"
30833083
"@babel/runtime": "npm:^7.20.0"
30843084
"@data-client/endpoint": "workspace:*"
3085-
"@data-client/normalizr": "npm:^0.14.21"
3085+
"@data-client/normalizr": "npm:^0.14.22"
30863086
"@types/jest": "npm:^29.5.14"
30873087
"@types/node": "npm:^22.0.0"
30883088
flux-standard-action: "npm:^2.1.1"
@@ -3145,7 +3145,7 @@ __metadata:
31453145
languageName: unknown
31463146
linkType: soft
31473147

3148-
"@data-client/normalizr@npm:^0.14.21, @data-client/normalizr@workspace:*, @data-client/normalizr@workspace:^, @data-client/normalizr@workspace:packages/normalizr":
3148+
"@data-client/normalizr@npm:^0.14.22, @data-client/normalizr@workspace:*, @data-client/normalizr@workspace:^, @data-client/normalizr@workspace:packages/normalizr":
31493149
version: 0.0.0-use.local
31503150
resolution: "@data-client/normalizr@workspace:packages/normalizr"
31513151
dependencies:

0 commit comments

Comments
 (0)