Skip to content

Commit

Permalink
Update dependencies and fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 7, 2023
1 parent 9bc7e80 commit eb3089b
Show file tree
Hide file tree
Showing 3 changed files with 377 additions and 308 deletions.
4 changes: 2 additions & 2 deletions count/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { AssertTrue as Assert, IsExact } from 'conditional-type-checks'

import { count, params } from '..'
import type { TranslationFunction } from '../create-i18n'
import type { TranslationFunction } from '../create-i18n/index.js'
import { count, params } from '../index.js'

const f1 = count({
many: '{count} pages',
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@
"nanostores": "^0.9.0"
},
"devDependencies": {
"@logux/eslint-config": "^51.0.0",
"@nanostores/persistent": "^0.9.0",
"@logux/eslint-config": "^51.0.1",
"@nanostores/persistent": "^0.9.1",
"@size-limit/preset-small-lib": "^8.2.6",
"@types/node": "^20.4.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"c8": "^8.0.0",
"@types/node": "^20.4.8",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"c8": "^8.0.1",
"check-dts": "^0.7.2",
"clean-publish": "^4.2.0",
"conditional-type-checks": "^1.0.6",
"eslint": "^8.44.0",
"eslint": "^8.46.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
Expand All @@ -68,7 +68,7 @@
"tsm": "^2.3.0",
"typescript": "^5.1.6",
"uvu": "^0.5.6",
"vite": "^4.4.3"
"vite": "^4.4.8"
},
"prettier": {
"arrowParens": "avoid",
Expand Down
Loading

0 comments on commit eb3089b

Please sign in to comment.