Skip to content

Commit

Permalink
Align esbuild versions across packages (#11459)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frizi authored Nov 5, 2024
1 parent 86c1cd9 commit 9703cb1
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 660 deletions.
4 changes: 1 addition & 3 deletions app/gui/src/dashboard/components/aria.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
import type { Mutable } from 'enso-common/src/utilities/data/object'
import * as aria from 'react-aria'

export * from '@react-aria/interactions'
export { ClearPressResponder } from '@react-aria/interactions'
export type * from '@react-types/shared'
// @ts-expect-error The conflicting exports are props types ONLY.
export * from 'react-aria'
// @ts-expect-error The conflicting exports are props types ONLY.
export * from 'react-aria-components'
// @ts-expect-error The conflicting exports are props types ONLY.
export * from '@react-aria/interactions'
export { useTooltipTriggerState, type OverlayTriggerState } from 'react-stately'

// ==================
Expand Down
2 changes: 1 addition & 1 deletion app/ide-desktop/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"enso-common": "workspace:*",
"enso-gui": "workspace:*",
"enso-runner": "workspace:*",
"esbuild": "^0.19.3",
"esbuild": "^0.23.0",
"esbuild-plugin-wasm": "^1.1.0",
"fast-glob": "^3.2.12",
"portfinder": "^1.0.32",
Expand Down
Loading

0 comments on commit 9703cb1

Please sign in to comment.