Skip to content

Commit 6adcc58

Browse files
Update swc_core to v0.75 (#9335) (#9349)
* Update swc_core to v0.75 (#9335) https://swc.rs/docs/plugin/selecting-swc-core#v0750 * Update examples * Create dull-coats-drop.md * Bump, I guess? --------- Co-authored-by: kaorun343 <5625395+kaorun343@users.noreply.github.com>
1 parent cad1a50 commit 6adcc58

File tree

6 files changed

+387
-232
lines changed

6 files changed

+387
-232
lines changed

examples/react/apollo-client-swc-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"react-dom": "18.2.0"
99
},
1010
"devDependencies": {
11-
"@graphql-codegen/client-preset-swc-plugin": "0.1.1",
11+
"@graphql-codegen/client-preset-swc-plugin": "0.2.0",
1212
"@graphql-codegen/client-preset": "^3.0.1",
1313
"@graphql-codegen/cli": "^3.3.1",
14-
"@vitejs/plugin-react-swc": "^3.2.0",
14+
"@vitejs/plugin-react-swc": "^3.3.0",
1515
"@types/react": "18.0.37",
1616
"@types/react-dom": "18.0.11",
1717
"typescript": "5.0.4",

examples/react/nextjs-swr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@graphql-tools/executor-http": "^0.1.8",
16-
"next": "^13.0.0",
16+
"next": "^13.3.0",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0",
1919
"swr": "^1.3.0"
@@ -22,7 +22,7 @@
2222
"@graphql-codegen/cli": "^3.3.1",
2323
"@graphql-codegen/client-preset": "^3.0.1",
2424
"@graphql-codegen/schema-ast": "3.0.1",
25-
"@graphql-codegen/client-preset-swc-plugin": "0.1.1",
25+
"@graphql-codegen/client-preset-swc-plugin": "0.2.0",
2626
"@types/node": "^18.11.18",
2727
"@types/react": "^18.0.17",
2828
"@types/react-dom": "^18.0.10",

0 commit comments

Comments
 (0)