Skip to content

Commit 57a1ff5

Browse files
committed
bump yarn.lock
1 parent f00189f commit 57a1ff5

File tree

3 files changed

+11
-32
lines changed

3 files changed

+11
-32
lines changed

packages/graphql/schemas/cloud.graphql

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ A Recorded run of the Test Runner, typically to the cloud
146146
"""
147147
type CloudRun implements Node {
148148
commitInfo: CloudRunCommitInfo
149-
createdAt: Date
149+
createdAt: DateTime
150150

151151
"""
152152
Globally unique identifier representing a concrete GraphQL ObjectType
@@ -299,6 +299,13 @@ scalar DateTime
299299
Mutations for the Cypress Cloud
300300
"""
301301
type Mutation {
302+
cloudProjectCreate(
303+
ciProviders: [String!]
304+
name: String!
305+
orgId: ID!
306+
public: Boolean!
307+
): CloudProject
308+
302309
"""
303310
Adding as a test
304311
"""

packages/graphql/schemas/schema.graphql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ type CloudRecordKey implements Node {
117117
"""A Recorded run of the Test Runner, typically to the cloud"""
118118
type CloudRun implements Node {
119119
commitInfo: CloudRunCommitInfo
120-
createdAt: Date
120+
createdAt: DateTime
121121

122122
"""Globally unique identifier representing a concrete GraphQL ObjectType"""
123123
id: ID!
@@ -463,6 +463,7 @@ type Mutation {
463463
"""Create an Index HTML file for a new component testing project"""
464464
appCreateComponentIndexHtml(template: String!): Boolean
465465
clearActiveProject: Boolean
466+
cloudProjectCreate(ciProviders: [String!], name: String!, orgId: ID!, public: Boolean!): CloudProject
466467

467468
"""
468469
Development only: Triggers or dismisses a prompted refresh by touching the file watched by our development scripts

yarn.lock

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -42197,7 +42197,7 @@ watchpack@2.1.1:
4219742197
glob-to-regexp "^0.4.1"
4219842198
graceful-fs "^4.1.2"
4219942199

42200-
watchpack@^1.6.0, watchpack@^1.6.1, watchpack@^1.7.4:
42200+
watchpack@^1.6.0, watchpack@^1.7.4:
4220142201
version "1.7.5"
4220242202
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.5.tgz#1267e6c55e0b9b5be44c2023aed5437a2c26c453"
4220342203
integrity sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==
@@ -42741,35 +42741,6 @@ webpack@4.42.0:
4274142741
watchpack "^1.6.0"
4274242742
webpack-sources "^1.4.1"
4274342743

42744-
webpack@4.43.0:
42745-
version "4.43.0"
42746-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.43.0.tgz#c48547b11d563224c561dad1172c8aa0b8a678e6"
42747-
integrity sha512-GW1LjnPipFW2Y78OOab8NJlCflB7EFskMih2AHdvjbpKMeDJqEgSx24cXXXiPS65+WSwVyxtDsJH6jGX2czy+g==
42748-
dependencies:
42749-
"@webassemblyjs/ast" "1.9.0"
42750-
"@webassemblyjs/helper-module-context" "1.9.0"
42751-
"@webassemblyjs/wasm-edit" "1.9.0"
42752-
"@webassemblyjs/wasm-parser" "1.9.0"
42753-
acorn "^6.4.1"
42754-
ajv "^6.10.2"
42755-
ajv-keywords "^3.4.1"
42756-
chrome-trace-event "^1.0.2"
42757-
enhanced-resolve "^4.1.0"
42758-
eslint-scope "^4.0.3"
42759-
json-parse-better-errors "^1.0.2"
42760-
loader-runner "^2.4.0"
42761-
loader-utils "^1.2.3"
42762-
memory-fs "^0.4.1"
42763-
micromatch "^3.1.10"
42764-
mkdirp "^0.5.3"
42765-
neo-async "^2.6.1"
42766-
node-libs-browser "^2.2.1"
42767-
schema-utils "^1.0.0"
42768-
tapable "^1.1.3"
42769-
terser-webpack-plugin "^1.4.3"
42770-
watchpack "^1.6.1"
42771-
webpack-sources "^1.4.1"
42772-
4277342744
webpack@4.44.2:
4277442745
version "4.44.2"
4277542746
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.2.tgz#6bfe2b0af055c8b2d1e90ed2cd9363f841266b72"

0 commit comments

Comments
 (0)