Skip to content

Commit 65cf60d

Browse files
chore(deps): update all non-major dependencies (#489)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f08642e commit 65cf60d

File tree

10 files changed

+364
-300
lines changed

10 files changed

+364
-300
lines changed

examples/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@types/react-dom": "18.2.4",
2323
"@vitejs/plugin-react": "4.0.0",
2424
"typescript": "5.0.4",
25-
"vite": "4.3.8"
25+
"vite": "4.3.9"
2626
}
2727
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"typescript": "5.0.4"
1818
},
1919
"devDependencies": {
20-
"@types/node": "18.16.15"
20+
"@types/node": "18.16.16"
2121
}
2222
}

examples/execute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@types/react-dom": "18.2.4",
2121
"@vitejs/plugin-react": "4.0.0",
2222
"typescript": "5.0.4",
23-
"vite": "4.3.8"
23+
"vite": "4.3.9"
2424
}
2525
}

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@graphprotocol/client-cli": "2.2.22",
20-
"@types/node": "18.16.15",
20+
"@types/node": "18.16.16",
2121
"@types/react": "18.2.7",
2222
"eslint": "8.41.0",
2323
"eslint-config-next": "13.4.4",

examples/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"typescript": "5.0.4"
1818
},
1919
"devDependencies": {
20-
"@types/node": "18.16.15"
20+
"@types/node": "18.16.16"
2121
}
2222
}

examples/react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@types/react-dom": "18.2.4",
2222
"@vitejs/plugin-react": "4.0.0",
2323
"typescript": "5.0.4",
24-
"vite": "4.3.8"
24+
"vite": "4.3.9"
2525
}
2626
}

examples/urql-live-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@types/react-dom": "18.2.4",
2323
"@vitejs/plugin-react": "4.0.0",
2424
"typescript": "5.0.4",
25-
"vite": "4.3.8"
25+
"vite": "4.3.9"
2626
}
2727
}

examples/urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@types/react-dom": "18.2.4",
2323
"@vitejs/plugin-react": "4.0.0",
2424
"typescript": "5.0.4",
25-
"vite": "4.3.8"
25+
"vite": "4.3.9"
2626
}
2727
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
],
3939
"homepage": "https://github.com/graphprotocol/graph-client#readme",
4040
"devDependencies": {
41-
"@babel/core": "7.21.8",
41+
"@babel/core": "7.22.1",
4242
"@babel/plugin-proposal-class-properties": "7.18.6",
43-
"@babel/plugin-proposal-decorators": "7.21.0",
44-
"@babel/preset-env": "7.21.5",
43+
"@babel/plugin-proposal-decorators": "7.22.0",
44+
"@babel/preset-env": "7.22.2",
4545
"@babel/preset-typescript": "7.21.5",
4646
"@changesets/cli": "2.26.1",
4747
"@changesets/changelog-github": "0.4.8",

yarn.lock

Lines changed: 353 additions & 289 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)