Skip to content

Commit a811f49

Browse files
committed
Sort dependencies
1 parent c8dde6c commit a811f49

File tree

10 files changed

+43
-43
lines changed

10 files changed

+43
-43
lines changed

examples/graphiql-webpack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,15 @@
1111
"dependencies": {
1212
"@graphiql/plugin-code-exporter": "^4.0.5",
1313
"@graphiql/plugin-explorer": "^4.0.6",
14-
"@graphiql/toolkit": "^0.11.3",
1514
"@graphiql/react": "^0.34.1",
15+
"@graphiql/toolkit": "^0.11.3",
1616
"graphiql": "^4.1.1",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^19.1.0",
2020
"regenerator-runtime": "^0.13.9"
2121
},
2222
"devDependencies": {
23-
"react-hot-loader": "^4.13.1",
2423
"@babel/plugin-proposal-class-properties": "^7.18.6",
2524
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
2625
"@babel/preset-env": "^7.20.2",
@@ -31,12 +30,13 @@
3130
"css-loader": "^6.7.3",
3231
"html-webpack-plugin": "^5.5.0",
3332
"react-dom": "^19.1.0",
33+
"react-hot-loader": "^4.13.1",
3434
"style-loader": "^3.3.1",
3535
"webpack": "5.94.0",
3636
"webpack-cli": "^6.0.1",
3737
"webpack-dev-server": "^4.11.1",
38-
"worker-loader": "^2.0.0",
38+
"webpack-manifest-plugin": "^5.0.0",
3939
"workbox-webpack-plugin": "^7.0.0",
40-
"webpack-manifest-plugin": "^5.0.0"
40+
"worker-loader": "^2.0.0"
4141
}
4242
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@
6262
"gen-agenda": "wgutils agenda gen"
6363
},
6464
"dependencies": {
65-
"identity-obj-proxy": "^3.0.0",
66-
"babel-plugin-macros": "^3.1.0",
67-
"graphql-http": "^1.22.1",
6865
"@babel/cli": "^7.21.0",
6966
"@babel/core": "^7.21.0",
7067
"@babel/plugin-proposal-class-properties": "^7.18.6",
@@ -91,6 +88,7 @@
9188
"@typescript-eslint/eslint-plugin": "^8.32.0",
9289
"@typescript-eslint/parser": "^8.32.0",
9390
"babel-jest": "^29.4.3",
91+
"babel-plugin-macros": "^3.1.0",
9492
"babel-plugin-transform-import-meta": "^2.2.1",
9593
"concurrently": "^7.0.0",
9694
"copy": "^0.3.2",
@@ -109,6 +107,8 @@
109107
"eslint-plugin-unicorn": "^56.0.0",
110108
"execa": "^7.1.1",
111109
"fetch-mock": "6.5.2",
110+
"graphql-http": "^1.22.1",
111+
"identity-obj-proxy": "^3.0.0",
112112
"jest": "^27.5.1",
113113
"js-green-licenses": "4.0.0",
114114
"mkdirp": "^1.0.4",
@@ -117,12 +117,12 @@
117117
"prettier": "3.3.2",
118118
"rimraf": "^3.0.2",
119119
"ts-jest": "^27.1.5",
120+
"turbo": "^2.5.2",
120121
"typedoc": "^0.19.2",
121122
"typescript": "^4.6.3",
122123
"vitest": "^2.1.9",
123124
"wgutils": "^1.2.5",
124-
"wsrun": "^5.2.4",
125-
"turbo": "^2.5.2"
125+
"wsrun": "^5.2.4"
126126
},
127127
"resolutions": {
128128
"@babel/traverse": "^7.23.2",

packages/graphiql-plugin-doc-explorer/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,26 +36,26 @@
3636
"test": "vitest"
3737
},
3838
"peerDependencies": {
39+
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
3940
"react": "^18 || ^19",
40-
"react-dom": "^18 || ^19",
41-
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0"
41+
"react-dom": "^18 || ^19"
4242
},
4343
"dependencies": {
44-
"react-compiler-runtime": "19.1.0-rc.1",
4544
"@graphiql/react": "^0.34.1",
4645
"@headlessui/react": "^2.2",
46+
"react-compiler-runtime": "19.1.0-rc.1",
4747
"zustand": "^5"
4848
},
4949
"devDependencies": {
50-
"@vitejs/plugin-react": "^4.4.1",
51-
"vite-plugin-dts": "^4.5.3",
52-
"babel-plugin-react-compiler": "19.1.0-rc.1",
5350
"@testing-library/dom": "^10.4.0",
5451
"@testing-library/jest-dom": "^6.6.3",
5552
"@testing-library/react": "^16.3.0",
53+
"@vitejs/plugin-react": "^4.4.1",
54+
"babel-plugin-react-compiler": "19.1.0-rc.1",
55+
"graphql": "^16.9.0",
5656
"react": "^19.1.0",
5757
"react-dom": "^19.1.0",
5858
"vite": "^6.3.4",
59-
"graphql": "^16.9.0"
59+
"vite-plugin-dts": "^4.5.3"
6060
}
6161
}

packages/graphiql-plugin-explorer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"react-dom": "^19.1.0",
4949
"typescript": "^4.6.3",
5050
"vite": "^6.3.4",
51-
"vite-plugin-svgr": "^4.3.0",
52-
"vite-plugin-dts": "^4.0.1"
51+
"vite-plugin-dts": "^4.0.1",
52+
"vite-plugin-svgr": "^4.3.0"
5353
}
5454
}

packages/graphiql-plugin-history/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@
3939
"react-dom": "^18 || ^19"
4040
},
4141
"dependencies": {
42-
"react-compiler-runtime": "19.1.0-rc.1",
43-
"@graphiql/toolkit": "^0.11.3",
4442
"@graphiql/react": "^0.34.1",
43+
"@graphiql/toolkit": "^0.11.3",
44+
"react-compiler-runtime": "19.1.0-rc.1",
4545
"zustand": "^5"
4646
},
4747
"devDependencies": {
4848
"@testing-library/react": "^16.1.0",
4949
"@vitejs/plugin-react": "^4.4.1",
50-
"vite-plugin-dts": "^4.5.3",
5150
"babel-plugin-react-compiler": "19.1.0-rc.1",
5251
"react": "^19.1.0",
5352
"react-dom": "^19.1.0",
54-
"vite": "^6.3.4"
53+
"vite": "^6.3.4",
54+
"vite-plugin-dts": "^4.5.3"
5555
}
5656
}

packages/graphiql-react/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"react-dom": "^18 || ^19"
4242
},
4343
"dependencies": {
44-
"react-compiler-runtime": "19.1.0-rc.1",
4544
"@graphiql/toolkit": "^0.11.3",
4645
"@radix-ui/react-dialog": "^1.1",
4746
"@radix-ui/react-dropdown-menu": "^2.1",
@@ -56,23 +55,24 @@
5655
"get-value": "^3.0.1",
5756
"graphql-language-service": "^5.3.1",
5857
"markdown-it": "^14.1.0",
58+
"react-compiler-runtime": "19.1.0-rc.1",
5959
"set-value": "^4.1.0",
6060
"zustand": "^5"
6161
},
6262
"devDependencies": {
63-
"babel-plugin-react-compiler": "19.1.0-rc.1",
64-
"@types/react-dom": "^19.1.2",
6563
"@babel/helper-string-parser": "^7.19.4",
66-
"@types/markdown-it": "^14.1.2",
6764
"@types/get-value": "^3.0.5",
65+
"@types/markdown-it": "^14.1.2",
66+
"@types/react-dom": "^19.1.2",
6867
"@types/set-value": "^4.0.1",
6968
"@vitejs/plugin-react": "^4.4.1",
69+
"babel-plugin-react-compiler": "19.1.0-rc.1",
7070
"graphql": "^16.9.0",
7171
"react": "^19.1.0",
7272
"react-dom": "^19.1.0",
7373
"typescript": "^4.6.3",
7474
"vite": "^6.3.4",
75-
"vite-plugin-svgr": "^4.3.0",
76-
"vite-plugin-dts": "^4.5.3"
75+
"vite-plugin-dts": "^4.5.3",
76+
"vite-plugin-svgr": "^4.3.0"
7777
}
7878
}

packages/graphiql/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,37 +46,37 @@
4646
"test": "vitest"
4747
},
4848
"dependencies": {
49-
"react-compiler-runtime": "19.1.0-rc.1",
50-
"@graphiql/react": "^0.34.1",
49+
"@graphiql/plugin-doc-explorer": "^0.2.2",
5150
"@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"
5353
},
5454
"peerDependencies": {
5555
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
5656
"react": "^18 || ^19",
5757
"react-dom": "^18 || ^19"
5858
},
5959
"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",
6560
"@graphiql/toolkit": "^0.11.3",
6661
"@testing-library/dom": "^10.4.0",
6762
"@testing-library/jest-dom": "^6.6.3",
6863
"@testing-library/react": "^16.3.0",
64+
"@vitejs/plugin-react": "^4.4.1",
65+
"babel-plugin-react-compiler": "19.1.0-rc.1",
6966
"cross-env": "^7.0.2",
7067
"cypress": "^13.13.2",
7168
"express": "^4.20.0",
7269
"graphql": "^16.11.0",
7370
"graphql-helix": "^1.13.0",
7471
"graphql-subscriptions": "^2.0.0",
72+
"lightningcss": "^1.29.3",
7573
"react": "^19.1.0",
7674
"react-dom": "^19.1.0",
7775
"start-server-and-test": "^1.10.11",
7876
"subscriptions-transport-ws": "0.11.0",
7977
"typescript": "^4.6.3",
78+
"vite": "^6.3.4",
79+
"vite-plugin-dts": "^4.5.3",
8080
"ws": "8.17.1"
8181
}
8282
}

packages/vscode-graphql-execution/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@
114114
"graphql-config": "5.0.3",
115115
"graphql-tag": "2.12.6",
116116
"graphql-ws": "5.10.0",
117+
"nullthrows": "1.1.1",
117118
"svelte": "^4.2.19",
118119
"svelte2tsx": "^0.6.16",
119-
"ws": "8.17.1",
120-
"nullthrows": "1.1.1"
120+
"ws": "8.17.1"
121121
}
122122
}

packages/vscode-graphql-syntax/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@
152152
"directory": "packages/vscode-graphql-syntax"
153153
},
154154
"devDependencies": {
155-
"vscode-oniguruma": "^1.7.0",
156-
"vscode-textmate": "^9.0.0",
155+
"@vscode/vsce": "^2.22.1-2",
157156
"ovsx": "^0.3.0",
158-
"@vscode/vsce": "^2.22.1-2"
157+
"vscode-oniguruma": "^1.7.0",
158+
"vscode-textmate": "^9.0.0"
159159
},
160160
"homepage": "https://github.com/graphql/graphiql/blob/main/packages/vscode-graphql-syntax/README.md",
161161
"scripts": {

packages/vscode-graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"dependencies": {
192192
"graphql": "^16.9.0 || ^17.0.0-alpha.2",
193193
"graphql-language-service-server": "^2.14.2",
194-
"vscode-languageclient": "8.0.2",
195-
"typescript": "^5.3.3"
194+
"typescript": "^5.3.3",
195+
"vscode-languageclient": "8.0.2"
196196
}
197197
}

0 commit comments

Comments
 (0)