Skip to content

Commit 95f0aae

Browse files
fix(deps): update all non-major dependencies
1 parent 9eb88fd commit 95f0aae

File tree

24 files changed

+1412
-1286
lines changed

24 files changed

+1412
-1286
lines changed

examples/apollo/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
"graphiql": "graphclient serve-dev"
1111
},
1212
"dependencies": {
13-
"@apollo/client": "3.12.11",
13+
"@apollo/client": "3.13.8",
1414
"@graphprotocol/client-apollo": "2.0.7",
15-
"graphql": "16.10.0",
16-
"react": "19.0.0",
17-
"react-dom": "19.0.0"
15+
"graphql": "16.11.0",
16+
"react": "19.1.0",
17+
"react-dom": "19.1.0"
1818
},
1919
"devDependencies": {
2020
"@graphprotocol/client-cli": "3.0.7",
21-
"@types/react": "19.0.8",
22-
"@types/react-dom": "19.0.3",
23-
"@vitejs/plugin-react": "4.3.4",
21+
"@types/react": "19.1.6",
22+
"@types/react-dom": "19.1.5",
23+
"@vitejs/plugin-react": "4.5.1",
2424
"typescript": "5.8.3",
25-
"vite": "6.1.0"
25+
"vite": "6.3.5"
2626
}
2727
}

examples/auto-pagination-multiple-sources/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"dependencies": {
1212
"@graphprotocol/client-cli": "3.0.7",
1313
"concurrently": "9.1.2",
14-
"graphql": "16.10.0",
15-
"nodemon": "3.1.9",
14+
"graphql": "16.11.0",
15+
"nodemon": "3.1.10",
1616
"ts-node": "10.9.2",
1717
"typescript": "5.8.3"
1818
},
1919
"devDependencies": {
20-
"@types/node": "22.13.2"
20+
"@types/node": "22.15.29"
2121
}
2222
}

examples/composition/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@graphprotocol/client-cli": "^3.0.7",
13-
"@graphql-mesh/transform-rename": "^0.103.0",
13+
"@graphql-mesh/transform-rename": "^0.105.0",
1414
"concurrently": "^9.0.0",
1515
"graphql": "^16.6.0",
1616
"nodemon": "^3.0.0",

examples/cross-chain-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"dependencies": {
1212
"@graphprotocol/client-add-source-name": "2.0.7",
1313
"@graphprotocol/client-cli": "3.0.7",
14-
"graphql": "16.10.0"
14+
"graphql": "16.11.0"
1515
}
1616
}

examples/cross-chain-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"dependencies": {
1212
"@graphprotocol/client-add-source-name": "2.0.7",
1313
"@graphprotocol/client-cli": "3.0.7",
14-
"graphql": "16.10.0"
14+
"graphql": "16.11.0"
1515
}
1616
}

examples/execute/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"build-client": "graphclient build"
1111
},
1212
"dependencies": {
13-
"graphql": "16.10.0",
14-
"react": "19.0.0",
15-
"react-dom": "19.0.0"
13+
"graphql": "16.11.0",
14+
"react": "19.1.0",
15+
"react-dom": "19.1.0"
1616
},
1717
"devDependencies": {
1818
"@graphprotocol/client-cli": "3.0.7",
19-
"@types/react": "19.0.8",
20-
"@types/react-dom": "19.0.3",
21-
"@vitejs/plugin-react": "4.3.4",
19+
"@types/react": "19.1.6",
20+
"@types/react-dom": "19.1.5",
21+
"@vitejs/plugin-react": "4.5.1",
2222
"typescript": "5.8.3",
23-
"vite": "6.1.0"
23+
"vite": "6.3.5"
2424
}
2525
}

examples/javascript-cjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@graphprotocol/client-cli": "3.0.7",
14-
"graphql": "16.10.0"
14+
"graphql": "16.11.0"
1515
}
1616
}

examples/javascript-esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@graphprotocol/client-cli": "3.0.7",
14-
"graphql": "16.10.0"
14+
"graphql": "16.11.0"
1515
}
1616
}

examples/live-queries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"dependencies": {
1111
"@graphprotocol/client-cli": "3.0.7",
1212
"@graphprotocol/client-polling-live": "2.0.1",
13-
"graphql": "16.10.0"
13+
"graphql": "16.11.0"
1414
}
1515
}

examples/nextjs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
},
1313
"dependencies": {
1414
"next": "15.3.3",
15-
"react": "19.0.0",
16-
"react-dom": "19.0.0"
15+
"react": "19.1.0",
16+
"react-dom": "19.1.0"
1717
},
1818
"devDependencies": {
1919
"@graphprotocol/client-cli": "3.0.7",
20-
"@types/node": "22.13.2",
21-
"@types/react": "19.0.8",
22-
"eslint": "9.20.1",
20+
"@types/node": "22.15.29",
21+
"@types/react": "19.1.6",
22+
"eslint": "9.28.0",
2323
"eslint-config-next": "15.3.3",
2424
"typescript": "5.8.3"
2525
}

0 commit comments

Comments
 (0)