Skip to content

Commit

Permalink
upgrade to @hyparam/components 0.1.3 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
severo authored Nov 25, 2024
1 parent ce77ea0 commit 06a972b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/hyparquet-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "vitest run --dir test"
},
"dependencies": {
"@hyparam/utils": "0.1.2",
"@hyparam/components": "0.1.3",
"hyparquet": "1.6.1",
"hyparquet-compressors": "0.1.4",
"hightable": "0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/hyparquet-demo/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ReactNode } from 'react'
import Page, { PageProps } from './Page.js'
import Welcome from './Welcome.js'

import { AsyncBufferFrom, Row, asyncBufferFrom, parquetQueryWorker } from '@hyparam/utils'
import { AsyncBufferFrom, Row, asyncBufferFrom, parquetQueryWorker } from '@hyparam/components'
import { DataFrame, rowCache } from 'hightable'
import { FileMetaData, byteLengthFromUrl, parquetMetadataAsync, parquetSchema } from 'hyparquet'
import { useCallback, useEffect, useState } from 'react'
Expand Down
2 changes: 1 addition & 1 deletion apps/hyparquet-demo/src/Dropdown.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { cn } from '@hyparam/utils'
import { cn } from '@hyparam/components'
import { ReactNode, useEffect, useRef, useState } from 'react'

interface DropdownProps {
Expand Down
2 changes: 1 addition & 1 deletion apps/hyparquet-demo/src/Layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { cn } from '@hyparam/utils'
import { cn } from '@hyparam/components'
import { ReactNode, useEffect } from 'react'

interface LayoutProps {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyperparam",
"version": "0.2.2",
"version": "0.2.3",
"description": "Hyperparam CLI",
"license": "MIT",
"main": "src/cli.js",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"highlight.js": "11.10.0",
"@hyparam/components": "0.1.2",
"@hyparam/components": "0.1.3",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down

0 comments on commit 06a972b

Please sign in to comment.