Skip to content

Commit

Permalink
chore(deps-dev): bump prettier from 3.0.3 to 3.4.2 (#765)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marco Schaefer <47627413+codecapitano@users.noreply.github.com>
Co-authored-by: marco.schaefer <marco.schaefer@grafana.com>
  • Loading branch information
3 people authored Jan 6, 2025
1 parent 47466ae commit ce43b0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions packages/core/src/globalObject/globalObject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export type GlobalObject<T = typeof globalThis | typeof global | typeof self> =
export const globalObject = (typeof globalThis !== 'undefined'
? globalThis
: typeof global !== 'undefined'
? global
: typeof self !== 'undefined'
? self
: undefined) as unknown as GlobalObject;
? global
: typeof self !== 'undefined'
? self
: undefined) as unknown as GlobalObject;
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9344,9 +9344,9 @@ prettier-linter-helpers@^1.0.0:
fast-diff "^1.1.2"

prettier@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643"
integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==
version "3.4.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.2.tgz#a5ce1fb522a588bf2b78ca44c6e6fe5aa5a2b13f"
integrity sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==

pretty-bytes@^5.6.0:
version "5.6.0"
Expand Down

0 comments on commit ce43b0d

Please sign in to comment.