@graphiql/react
Advanced tools
Comparing version 0.28.0-canary-c5e2d5dd.0 to 0.28.0
{ | ||
"name": "@graphiql/react", | ||
"version": "0.28.0-canary-c5e2d5dd.0", | ||
"version": "0.28.0", | ||
"repository": { | ||
@@ -43,3 +43,4 @@ "type": "git", | ||
"dev": "concurrently 'tsc --emitDeclarationOnly --watch' 'vite build --watch'", | ||
"build": "tsc --emitDeclarationOnly && vite build" | ||
"build": "tsc --emitDeclarationOnly && vite build", | ||
"test": "vitest" | ||
}, | ||
@@ -62,3 +63,3 @@ "peerDependencies": { | ||
"codemirror": "^5.65.3", | ||
"codemirror-graphql": "^2.2.0-canary-c5e2d5dd.0", | ||
"codemirror-graphql": "^2.2.0", | ||
"copy-to-clipboard": "^3.2.0", | ||
@@ -65,0 +66,0 @@ "framer-motion": "^6.5.1", |
@@ -0,1 +1,3 @@ | ||
'use no memo'; | ||
import { importCodeMirror } from '../common'; | ||
@@ -2,0 +4,0 @@ |
@@ -0,1 +1,3 @@ | ||
'use no memo'; | ||
import { StorageAPI } from '@graphiql/toolkit'; | ||
@@ -2,0 +4,0 @@ import { |
@@ -0,1 +1,3 @@ | ||
'use no memo'; | ||
import { invalidCharacters, normalizeWhitespace } from '../whitespace'; | ||
@@ -2,0 +4,0 @@ |
@@ -0,1 +1,3 @@ | ||
'use no memo'; | ||
import { GraphQLNamedType, GraphQLType } from 'graphql'; | ||
@@ -2,0 +4,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2113330
28606
Updatedcodemirror-graphql@^2.2.0