ruru-components 2.0.0-0.7 → 2.0.0-0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# ruru-components
|
|
2
2
|
|
|
3
|
+
## 2.0.0-0.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#229](https://github.com/benjie/postgraphile-private/pull/229)
|
|
8
|
+
[`b795b3da5`](https://github.com/benjie/postgraphile-private/commit/b795b3da5f8e8f13c495be3a8cf71667f3d149f8)
|
|
9
|
+
Thanks [@benjie](https://github.com/benjie)! - Upgrade GraphiQL, gaining the
|
|
10
|
+
watch mode fix.
|
|
11
|
+
|
|
3
12
|
## 2.0.0-0.7
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ruru-components",
|
|
3
|
-
"version": "2.0.0-0.
|
|
3
|
+
"version": "2.0.0-0.8",
|
|
4
4
|
"description": "Grafast-flavoured GraphiQL distribution; the underlying React components",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
},
|
|
38
38
|
"homepage": "https://grafast.org/ruru/",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@graphiql/plugin-explorer": "^0.1.
|
|
41
|
-
"@graphiql/react": "^0.
|
|
42
|
-
"@graphiql/toolkit": "^0.8.
|
|
40
|
+
"@graphiql/plugin-explorer": "^0.1.14",
|
|
41
|
+
"@graphiql/react": "^0.17.0",
|
|
42
|
+
"@graphiql/toolkit": "^0.8.2",
|
|
43
43
|
"@types/node": "^16.11.15",
|
|
44
|
-
"graphiql": "^2.
|
|
44
|
+
"graphiql": "^2.4.0",
|
|
45
45
|
"graphql-ws": "^5.11.3",
|
|
46
46
|
"mermaid": "^8.14.0",
|
|
47
47
|
"react": ">=16 <17",
|