Skip to content

Commit

Permalink
CHORE(NPM) - bump @leafygreen-ui/tokens from 2.3.0 to 2.5.2 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 12, 2024
1 parent 80b1169 commit 01ef091
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 23 deletions.
5 changes: 0 additions & 5 deletions apps/parsley/src/gql/generated/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1887,11 +1887,6 @@ export type ProjectSettings = {
vars?: Maybe<ProjectVars>;
};

export enum ProjectSettingsAccess {
Edit = "EDIT",
View = "VIEW",
}

/**
* ProjectSettingsInput is the input to the saveProjectSettingsForSection mutation.
* It contains information about project settings (e.g. Build Baron configurations, subscriptions, etc) and is used to
Expand Down
2 changes: 1 addition & 1 deletion apps/spruce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@leafygreen-ui/text-input": "12.1.12",
"@leafygreen-ui/toast": "6.1.24",
"@leafygreen-ui/toggle": "10.0.17",
"@leafygreen-ui/tokens": "2.3.0",
"@leafygreen-ui/tokens": "2.5.2",
"@leafygreen-ui/tooltip": "10.0.10",
"@leafygreen-ui/typography": "17.0.1",
"@rjsf/core": "4.2.3",
Expand Down
5 changes: 0 additions & 5 deletions apps/spruce/src/gql/generated/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1887,11 +1887,6 @@ export type ProjectSettings = {
vars?: Maybe<ProjectVars>;
};

export enum ProjectSettingsAccess {
Edit = "EDIT",
View = "VIEW",
}

/**
* ProjectSettingsInput is the input to the saveProjectSettingsForSection mutation.
* It contains information about project settings (e.g. Build Baron configurations, subscriptions, etc) and is used to
Expand Down
17 changes: 5 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3788,12 +3788,12 @@
"@leafygreen-ui/palette" "^3.4.7"
"@leafygreen-ui/tokens" "^2.0.0"

"@leafygreen-ui/tokens@2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/tokens/-/tokens-2.3.0.tgz#33ec8416f423849c64174b387c2844cb41c24752"
integrity sha512-8oDrQWRvUISitKLufO+9rpvQnJxU56sVUhTjR3O3sY7CkRo1vhHUV7F82oY3Gt6nBXVn82RrBTHzZ6F6LHlBvw==
"@leafygreen-ui/tokens@2.5.2", "@leafygreen-ui/tokens@^2.0.0", "@leafygreen-ui/tokens@^2.0.1", "@leafygreen-ui/tokens@^2.0.3", "@leafygreen-ui/tokens@^2.1.0", "@leafygreen-ui/tokens@^2.1.1", "@leafygreen-ui/tokens@^2.1.4", "@leafygreen-ui/tokens@^2.2.0", "@leafygreen-ui/tokens@^2.3.0", "@leafygreen-ui/tokens@^2.4.0", "@leafygreen-ui/tokens@^2.5.1", "@leafygreen-ui/tokens@^2.5.2":
version "2.5.2"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/tokens/-/tokens-2.5.2.tgz#8945c0f85637e1f345a823d3efc48248232fd7bd"
integrity sha512-boYt7ipOh9etagJB1my0e6xTK2bvvS4aC+dQFDLB7OTNfs3e6a5TyEMbAPYwFYfBSgpSVcEOT8AsB9emRkal1Q==
dependencies:
"@leafygreen-ui/palette" "^4.0.7"
"@leafygreen-ui/palette" "^4.0.9"

"@leafygreen-ui/tokens@^1.4.1":
version "1.4.1"
Expand All @@ -3802,13 +3802,6 @@
dependencies:
"@leafygreen-ui/palette" "^3.4.5"

"@leafygreen-ui/tokens@^2.0.0", "@leafygreen-ui/tokens@^2.0.1", "@leafygreen-ui/tokens@^2.0.3", "@leafygreen-ui/tokens@^2.1.0", "@leafygreen-ui/tokens@^2.1.1", "@leafygreen-ui/tokens@^2.1.4", "@leafygreen-ui/tokens@^2.2.0", "@leafygreen-ui/tokens@^2.3.0", "@leafygreen-ui/tokens@^2.4.0", "@leafygreen-ui/tokens@^2.5.1", "@leafygreen-ui/tokens@^2.5.2":
version "2.5.2"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/tokens/-/tokens-2.5.2.tgz#8945c0f85637e1f345a823d3efc48248232fd7bd"
integrity sha512-boYt7ipOh9etagJB1my0e6xTK2bvvS4aC+dQFDLB7OTNfs3e6a5TyEMbAPYwFYfBSgpSVcEOT8AsB9emRkal1Q==
dependencies:
"@leafygreen-ui/palette" "^4.0.9"

"@leafygreen-ui/[email protected]":
version "10.0.10"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/tooltip/-/tooltip-10.0.10.tgz#bebf502c7b8ef12fdb40a2a9bdcbafa1273b410b"
Expand Down

0 comments on commit 01ef091

Please sign in to comment.