mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
graphql: Update dependents to ^14.5.3 (#37911)
The graphql package has seen some breaking changes to its TypeScript definitions in v14.5.2, so we bump dependents to point to the latest v14.5.3. This also loosens dependencies to a caret range, to avoid having to update DefinitelyTyped on every release.
This commit is contained in:
parent
1649e05a03
commit
ce308d57c7
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"graphql": "14.5.0"
|
||||
"graphql": "^14.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"graphql": "14.5.0"
|
||||
"graphql": "^14.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"graphql": "14.5.0"
|
||||
"graphql": "^14.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"graphql": "14.5.0"
|
||||
"graphql": "^14.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"graphql": "14.5.0"
|
||||
"graphql": "^14.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"graphql": "14.5.0"
|
||||
"graphql": "^14.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"graphql": "14.5.0"
|
||||
"graphql": "^14.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"graphql": "14.5.0"
|
||||
"graphql": "^14.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
import { GraphQLDate, GraphQLTime, GraphQLDateTime } from "graphql-iso-date";
|
||||
|
||||
GraphQLDate.extensions;
|
||||
GraphQLTime.extensions;
|
||||
GraphQLDateTime.extensions;
|
||||
|
||||
GraphQLDate.name;
|
||||
GraphQLTime.name;
|
||||
GraphQLDateTime.name;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"graphql": "14.5.0"
|
||||
"graphql": "^14.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"graphql": "14.5.0"
|
||||
"graphql": "^14.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"graphql": "14.5.0"
|
||||
"graphql": "^14.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"graphql": "14.5.0"
|
||||
"graphql": "^14.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"graphql": "14.5.0"
|
||||
"graphql": "^14.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"graphql": "14.5.0"
|
||||
"graphql": "^14.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"graphql": "14.5.0"
|
||||
"graphql": "^14.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"graphql": "14.5.0"
|
||||
"graphql": "^14.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"graphql": "14.5.0"
|
||||
"graphql": "^14.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"graphql": "14.5.0"
|
||||
"graphql": "^14.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"graphql": "14.5.0"
|
||||
"graphql": "^14.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user