Skip to content

Commit 95ab50f

Browse files
committed
applying package updates
1 parent 06a4fb6 commit 95ab50f

File tree

26 files changed

+196
-42
lines changed

26 files changed

+196
-42
lines changed

change/@graphitation-cli-66b66740-d897-4e21-9dce-9f452b45a900.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@graphitation-ts-codegen-c09b79fd-44a4-492e-8b1d-f18202a82cd3.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/apollo-watch-fragments/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "~3.6.0",
7-
"@graphitation/apollo-react-relay-duct-tape": "^1.3.9",
7+
"@graphitation/apollo-react-relay-duct-tape": "^1.3.10",
88
"@graphitation/graphql-js-tag": "^0.9.4",
99
"@graphql-tools/schema": "^9.0.19",
1010
"graphql": "^15.6.0",
@@ -36,9 +36,9 @@
3636
]
3737
},
3838
"devDependencies": {
39-
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.6.7",
39+
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.6.8",
4040
"@graphitation/embedded-document-artefact-loader": "^0.8.5",
41-
"@graphitation/supermassive": "^3.7.0",
41+
"@graphitation/supermassive": "^3.7.1",
4242
"@graphql-codegen/cli": "2.2.0",
4343
"@graphql-codegen/typescript": "2.2.2",
4444
"@graphql-codegen/typescript-resolvers": "^2.2.1",

examples/supermassive-todomvc/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"dependencies": {
1616
"@apollo/client": "~3.6.0",
1717
"@babel/runtime": "^7.12.0",
18-
"@graphitation/apollo-react-relay-duct-tape": "^1.3.9",
19-
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.6.7",
18+
"@graphitation/apollo-react-relay-duct-tape": "^1.3.10",
19+
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.6.8",
2020
"@graphitation/graphql-js-tag": "^0.9.4",
21-
"@graphitation/supermassive": "^3.7.0",
21+
"@graphitation/supermassive": "^3.7.1",
2222
"@graphitation/ts-transform-graphql-js-tag": "^1.4.4",
2323
"concurrently": "^6.5.1",
2424
"graphql": "^15.6.1",
@@ -58,7 +58,7 @@
5858
"@types/uuid": "^8.3.1",
5959
"graphql-let": "^0.18.5",
6060
"prettier": "^2.8.7",
61-
"@graphitation/webpack-loader": "^1.0.15",
61+
"@graphitation/webpack-loader": "^1.0.16",
6262
"typescript": "^5.5.3",
6363
"webpack-dev-server": "^4.13.3"
6464
}

packages/apollo-react-relay-duct-tape-compiler/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@graphitation/apollo-react-relay-duct-tape-compiler",
33
"entries": [
4+
{
5+
"date": "Fri, 22 Nov 2024 09:11:34 GMT",
6+
"version": "1.6.8",
7+
"tag": "@graphitation/apollo-react-relay-duct-tape-compiler_v1.6.8",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@graphitation/apollo-react-relay-duct-tape-compiler",
13+
"comment": "Bump @graphitation/supermassive to v3.7.1",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 06 Nov 2024 13:29:21 GMT",
621
"version": "1.6.7",

packages/apollo-react-relay-duct-tape-compiler/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @graphitation/apollo-react-relay-duct-tape-compiler
22

3-
<!-- This log was last generated on Wed, 06 Nov 2024 13:29:21 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Fri, 22 Nov 2024 09:11:34 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 1.6.8
8+
9+
Fri, 22 Nov 2024 09:11:34 GMT
10+
11+
### Patches
12+
13+
- Bump @graphitation/supermassive to v3.7.1
14+
715
## 1.6.7
816

917
Wed, 06 Nov 2024 13:29:21 GMT

packages/apollo-react-relay-duct-tape-compiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@graphitation/apollo-react-relay-duct-tape-compiler",
33
"description": "The build tools to cater to @graphitation/apollo-react-relay-duct-tape's needs.",
44
"license": "MIT",
5-
"version": "1.6.7",
5+
"version": "1.6.8",
66
"main": "./src/index.ts",
77
"bin": {
88
"duct-tape-compiler": "./src/cli-cjs.js"
@@ -42,7 +42,7 @@
4242
},
4343
"peerDependencies": {
4444
"graphql": "^15.0.0",
45-
"@graphitation/supermassive": "^3.7.0",
45+
"@graphitation/supermassive": "^3.7.1",
4646
"typescript": "^5.5.3"
4747
},
4848
"publishConfig": {

packages/apollo-react-relay-duct-tape/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@graphitation/apollo-react-relay-duct-tape",
33
"entries": [
4+
{
5+
"date": "Fri, 22 Nov 2024 09:11:34 GMT",
6+
"version": "1.3.10",
7+
"tag": "@graphitation/apollo-react-relay-duct-tape_v1.3.10",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@graphitation/apollo-react-relay-duct-tape",
13+
"comment": "Bump @graphitation/apollo-react-relay-duct-tape-compiler to v1.6.8",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 18 Nov 2024 17:35:34 GMT",
621
"version": "1.3.9",

packages/apollo-react-relay-duct-tape/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @graphitation/apollo-react-relay-duct-tape
22

3-
<!-- This log was last generated on Mon, 18 Nov 2024 17:35:34 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Fri, 22 Nov 2024 09:11:34 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 1.3.10
8+
9+
Fri, 22 Nov 2024 09:11:34 GMT
10+
11+
### Patches
12+
13+
- Bump @graphitation/apollo-react-relay-duct-tape-compiler to v1.6.8
14+
715
## 1.3.9
816

917
Mon, 18 Nov 2024 17:35:34 GMT

packages/apollo-react-relay-duct-tape/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@graphitation/apollo-react-relay-duct-tape",
33
"description": "A compatibility wrapper that provides the react-relay API on top of Apollo Client.",
44
"license": "MIT",
5-
"version": "1.3.9",
5+
"version": "1.3.10",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/microsoft/graphitation.git",
@@ -30,7 +30,7 @@
3030
"graphql": "^15.0.0",
3131
"monorepo-scripts": "*",
3232
"react": "^18.2.0",
33-
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.6.7",
33+
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.6.8",
3434
"ts-expect": "^1.3.0"
3535
},
3636
"peerDependencies": {

0 commit comments

Comments
 (0)