|
46 | 46 | "test": "vitest" |
47 | 47 | }, |
48 | 48 | "dependencies": { |
49 | | - "react-compiler-runtime": "19.1.0-rc.1", |
50 | | - "@graphiql/react": "^0.34.1", |
| 49 | + "@graphiql/plugin-doc-explorer": "^0.2.2", |
51 | 50 | "@graphiql/plugin-history": "^0.2.2", |
52 | | - "@graphiql/plugin-doc-explorer": "^0.2.2" |
| 51 | + "@graphiql/react": "^0.34.1", |
| 52 | + "react-compiler-runtime": "19.1.0-rc.1" |
53 | 53 | }, |
54 | 54 | "peerDependencies": { |
55 | 55 | "graphql": "^15.5.0 || ^16.0.0 || ^17.0.0", |
56 | 56 | "react": "^18 || ^19", |
57 | 57 | "react-dom": "^18 || ^19" |
58 | 58 | }, |
59 | 59 | "devDependencies": { |
60 | | - "lightningcss": "^1.29.3", |
61 | | - "babel-plugin-react-compiler": "19.1.0-rc.1", |
62 | | - "vite-plugin-dts": "^4.5.3", |
63 | | - "vite": "^6.3.4", |
64 | | - "@vitejs/plugin-react": "^4.4.1", |
65 | 60 | "@graphiql/toolkit": "^0.11.3", |
66 | 61 | "@testing-library/dom": "^10.4.0", |
67 | 62 | "@testing-library/jest-dom": "^6.6.3", |
68 | 63 | "@testing-library/react": "^16.3.0", |
| 64 | + "@vitejs/plugin-react": "^4.4.1", |
| 65 | + "babel-plugin-react-compiler": "19.1.0-rc.1", |
69 | 66 | "cross-env": "^7.0.2", |
70 | 67 | "cypress": "^13.13.2", |
71 | 68 | "express": "^4.20.0", |
72 | 69 | "graphql": "^16.11.0", |
73 | 70 | "graphql-helix": "^1.13.0", |
74 | 71 | "graphql-subscriptions": "^2.0.0", |
| 72 | + "lightningcss": "^1.29.3", |
75 | 73 | "react": "^19.1.0", |
76 | 74 | "react-dom": "^19.1.0", |
77 | 75 | "start-server-and-test": "^1.10.11", |
78 | 76 | "subscriptions-transport-ws": "0.11.0", |
79 | 77 | "typescript": "^4.6.3", |
| 78 | + "vite": "^6.3.4", |
| 79 | + "vite-plugin-dts": "^4.5.3", |
80 | 80 | "ws": "8.17.1" |
81 | 81 | } |
82 | 82 | } |
0 commit comments