Skip to content

Commit

Permalink
fix up changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Jan 22, 2025
1 parent 5417a54 commit 880dd79
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
7 changes: 6 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["app-dir", "hack-the-supergraph-ssr", "apollo-next-13-demo"]
"ignore": [
"app-dir",
"hack-the-supergraph-ssr",
"apollo-next-13-demo",
"packages-shared"
]
}
1 change: 1 addition & 0 deletions packages/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "packages-shared",
"version": "0.0.0",
"private": true,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"react-router": "^7.0.2"
},
"dependencies": {
"@apollo/client-react-streaming": "0.11.5",
"promiscade": "^0.0.2-alpha.0"
"@apollo/client-react-streaming": "0.11.8-alpha.1",
"promiscade": "^0.0.2"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ __metadata:
globstar: "npm:1.0.0"
graphql: "npm:16.8.1"
jsdom: "npm:24.0.0"
promiscade: "npm:^0.0.2-alpha.0"
promiscade: "npm:^0.0.2"
publint: "npm:0.2.7"
react: "npm:^19.0.0"
react-router: "patch:react-router@npm%3A7.0.2#~/.yarn/patches/react-router-npm-7.0.2-b96f2bd13c.patch"
Expand Down Expand Up @@ -13754,10 +13754,10 @@ __metadata:
languageName: node
linkType: hard

"promiscade@npm:^0.0.2-alpha.0":
version: 0.0.2-alpha.0
resolution: "promiscade@npm:0.0.2-alpha.0"
checksum: 10/7e03751f780899a2fe637596713b03427aca67ffcf136c5dd5bcc23664e6873ff110ab91c35d3a8704e0affa5125a920a615495bc4a70a0db987135257dd8305
"promiscade@npm:^0.0.2":
version: 0.0.2
resolution: "promiscade@npm:0.0.2"
checksum: 10/4111d48acc5ab32d05eada5048ed64ef2d3e284502fd9861300a46237c36ac2982e01b7092dffdf0c6f083f41a78464546c174f2aad588ac911b0fb84419243e
languageName: node
linkType: hard

Expand Down

0 comments on commit 880dd79

Please sign in to comment.