Skip to content

Commit

Permalink
upgrade hightable 0.7.0 -> 0.7.2 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
severo authored Nov 22, 2024
1 parent d509ce1 commit c5edcd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/hightable-demo/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import sharedEslintRules from '../../shared.eslint.config.js'
const { sharedJsRules, sharedTsRules } = sharedEslintRules

export default tseslint.config(
{ ignores: ['dist'] },
{ ignores: ['dist', 'coverage/'] },
{
extends: [js.configs.recommended, ...tseslint.configs.strictTypeChecked, ...tseslint.configs.stylisticTypeChecked],
// Set the react version
Expand Down
2 changes: 1 addition & 1 deletion apps/hightable-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": {
"hightable": "0.7.0",
"hightable": "0.7.2",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down

0 comments on commit c5edcd8

Please sign in to comment.