|
33 | 33 | "scripts": { |
34 | 34 | "build": "yarn build-clean && yarn tsc && yarn build:nontsc", |
35 | 35 | "build-bundles": "yarn prebuild-bundles && yarn wsrun:noexamples --stages build-bundles", |
36 | | - "build-bundles-clean": "rimraf '{packages,examples,plugins}/**/{bundle,cdn,webpack}' && yarn workspace graphiql build-bundles-clean", |
| 36 | + "build-bundles-clean": "rimraf '{packages,examples}/**/{bundle,cdn,webpack}'", |
37 | 37 | "build-clean": "yarn tsc --clean", |
38 | 38 | "build-docs": "rimraf packages/graphiql/typedoc && typedoc packages", |
39 | 39 | "build:nontsc": "yarn wsrun:noexamples --exclude-missing --serial build", |
|
46 | 46 | "check": "yarn tsc --noEmit", |
47 | 47 | "cypress-open": "yarn workspace graphiql cypress-open", |
48 | 48 | "dev-graphiql": "yarn workspace graphiql dev", |
49 | | - "e2e": "yarn run e2e:build && yarn workspace graphiql e2e", |
50 | | - "e2e:build": "WEBPACK_SERVE=1 yarn workspace graphiql build-bundles", |
| 49 | + "e2e": "yarn workspace graphiql e2e", |
51 | 50 | "eslint": "NODE_OPTIONS=--max-old-space-size=4096 ESLINT_USE_FLAT_CONFIG=false eslint --max-warnings=0 --ignore-path .gitignore --cache .", |
52 | 51 | "format": "yarn eslint --fix && yarn pretty", |
53 | 52 | "jest": "jest", |
|
78 | 77 | "gen-agenda": "wgutils agenda gen" |
79 | 78 | }, |
80 | 79 | "dependencies": { |
81 | | - "eslint-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206", |
82 | 80 | "graphql-http": "^1.22.1", |
83 | 81 | "@babel/cli": "^7.21.0", |
84 | 82 | "@babel/core": "^7.21.0", |
|
106 | 104 | "@typescript-eslint/eslint-plugin": "^7.17.0", |
107 | 105 | "@typescript-eslint/parser": "^7.17.0", |
108 | 106 | "babel-jest": "^29.4.3", |
| 107 | + "babel-plugin-macros": "^3.1.0", |
109 | 108 | "babel-plugin-transform-import-meta": "^2.2.1", |
110 | 109 | "concurrently": "^7.0.0", |
111 | 110 | "copy": "^0.3.2", |
112 | 111 | "cspell": "^5.15.2", |
113 | 112 | "eslint": "9.14.0", |
114 | 113 | "eslint-config-prettier": "^9.1.0", |
115 | 114 | "eslint-import-resolver-typescript": "^3.6.1", |
116 | | - "eslint-plugin-cypress": "^3.4.0", |
| 115 | + "eslint-plugin-cypress": "^4.1.0", |
117 | 116 | "eslint-plugin-import-x": "^3.1.0", |
118 | 117 | "eslint-plugin-jest": "^28.6.0", |
119 | 118 | "eslint-plugin-mdx": "^3.1.5", |
120 | 119 | "eslint-plugin-promise": "^7.0.0", |
121 | 120 | "eslint-plugin-react": "^7.37.2", |
122 | | - "eslint-plugin-react-hooks": "^5.1.0", |
| 121 | + "eslint-plugin-react-hooks": "^6.0.0-rc.1", |
123 | 122 | "eslint-plugin-sonar": "^0.14.1", |
124 | 123 | "eslint-plugin-sonarjs": "^1.0.4", |
125 | 124 | "eslint-plugin-unicorn": "^55.0.0", |
126 | 125 | "execa": "^7.1.1", |
| 126 | + "identity-obj-proxy": "^3.0.0", |
127 | 127 | "fetch-mock": "6.5.2", |
128 | 128 | "husky": "^4.2.3", |
129 | 129 | "jest": "^27.5.1", |
|
0 commit comments