@@ -1,3 +1,4 @@
|
||||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
import { graphql } from '@octokit/graphql'
|
||||
|
||||
import {
|
||||
|
||||
1
.github/actions-scripts/projects.js
vendored
1
.github/actions-scripts/projects.js
vendored
@@ -1,3 +1,4 @@
|
||||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
import { graphql } from '@octokit/graphql'
|
||||
|
||||
// Shared functions for managing projects (memex)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
import { graphql } from '@octokit/graphql'
|
||||
|
||||
import {
|
||||
|
||||
1
package-lock.json
generated
1
package-lock.json
generated
@@ -102,7 +102,6 @@
|
||||
"@graphql-inspector/core": "^5.0.0",
|
||||
"@graphql-tools/load": "^8.0.0",
|
||||
"@jest/globals": "29.5.0",
|
||||
"@octokit/graphql": "5.0.4",
|
||||
"@octokit/rest": "^19.0.4",
|
||||
"@playwright/test": "1.35.0",
|
||||
"@types/imurmurhash": "^0.1.1",
|
||||
|
||||
@@ -149,7 +149,6 @@
|
||||
"@graphql-inspector/core": "^5.0.0",
|
||||
"@graphql-tools/load": "^8.0.0",
|
||||
"@jest/globals": "29.5.0",
|
||||
"@octokit/graphql": "5.0.4",
|
||||
"@octokit/rest": "^19.0.4",
|
||||
"@playwright/test": "1.35.0",
|
||||
"@types/imurmurhash": "^0.1.1",
|
||||
|
||||
@@ -29,7 +29,7 @@ await cp(
|
||||
`data/graphql/ghes-${currentReleaseNumber}`,
|
||||
{
|
||||
recursive: true,
|
||||
}
|
||||
},
|
||||
)
|
||||
|
||||
// The allVersions object uses the 'api-versions' data stored in the
|
||||
|
||||
Reference in New Issue
Block a user