|
33 | 33 | "./style.css": "./dist/style.css", |
34 | 34 | "./graphiql.css": "./dist/style.css", |
35 | 35 | ".": { |
| 36 | + "types": "./dist/index.d.ts", |
36 | 37 | "require": "./dist/index.js", |
37 | | - "import": "./dist/index.mjs", |
38 | | - "types": "./dist/index.d.ts" |
| 38 | + "import": "./dist/index.mjs" |
39 | 39 | } |
40 | 40 | }, |
41 | 41 | "scripts": { |
|
59 | 59 | "react-dom": "^16.8.0 || ^17 || ^18" |
60 | 60 | }, |
61 | 61 | "devDependencies": { |
| 62 | + "lightningcss": "^1.29.3", |
62 | 63 | "babel-plugin-react-compiler": "19.1.0-rc.1", |
63 | | - "vite-plugin-dts": "^4.3.0", |
64 | | - "vite": "^5.3.6", |
65 | | - "postcss-lightningcss": "^1.0.1", |
66 | | - "@vitejs/plugin-react": "^4.3.1", |
| 64 | + "vite-plugin-dts": "^4.5.3", |
| 65 | + "vite": "^6.3.3", |
| 66 | + "@vitejs/plugin-react": "^4.4.1", |
67 | 67 | "@graphiql/toolkit": "^0.11.2", |
68 | 68 | "@testing-library/jest-dom": "^6.6.3", |
69 | 69 | "@testing-library/react": "^16.1.0", |
|
73 | 73 | "graphql": "^16.9.0", |
74 | 74 | "graphql-http": "^1.22.1", |
75 | 75 | "graphql-subscriptions": "^2.0.0", |
76 | | - "postcss": "8.4.31", |
77 | | - "postcss-import": "15.1.0", |
78 | 76 | "react": "^18.2.0", |
79 | 77 | "react-dom": "^18.2.0", |
80 | 78 | "start-server-and-test": "^1.10.11", |
|
0 commit comments