Skip to content

Commit

Permalink
[plugin-code-exporter/plugin-explorer] update vite (#3236)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina authored Jun 21, 2023
1 parent 6e0f1f1 commit 64da8c3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 302 deletions.
6 changes: 6 additions & 0 deletions .changeset/rotten-rules-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@graphiql/plugin-code-exporter': patch
'@graphiql/plugin-explorer': patch
---

update vite
8 changes: 4 additions & 4 deletions packages/graphiql-plugin-code-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"directory": "packages/graphiql-plugin-code-exporter"
},
"author": "LekoArts",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "types/index.d.ts",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -38,9 +38,9 @@
},
"devDependencies": {
"@graphiql/react": "^0.18.0-alpha.1",
"@vitejs/plugin-react": "^1.3.0",
"@vitejs/plugin-react": "^4.0.0",
"postcss-nesting": "^10.1.7",
"typescript": "^4.6.3",
"vite": "^2.9.16"
"vite": "^4.3.9"
}
}
8 changes: 4 additions & 4 deletions packages/graphiql-plugin-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"url": "https://github.com/graphql/graphiql",
"directory": "packages/graphiql-plugin-explorer"
},
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "types/index.d.ts",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -37,8 +37,8 @@
"react-dom": "^16.8.0 || ^17 || ^18"
},
"devDependencies": {
"@vitejs/plugin-react": "^1.3.0",
"@vitejs/plugin-react": "^4.0.0",
"typescript": "^4.6.3",
"vite": "^2.9.16"
"vite": "^4.3.9"
}
}
Loading

0 comments on commit 64da8c3

Please sign in to comment.