@0xchain/table 1.1.0-beta.37 → 1.1.0-beta.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +12 -11
package/dist/index.js CHANGED
@@ -19,7 +19,7 @@ import jaJPPicker from "antd/es/date-picker/locale/ja_JP";
19
19
  import koKRPicker from "antd/es/date-picker/locale/ko_KR";
20
20
  import IconFont from "@0xchain/iconfont";
21
21
  import { Popover, PopoverTrigger, PopoverContent } from "@0xchain/ui/popover";
22
- import { useLocale, useTranslations } from "next-intl";
22
+ import { useLocale, useTranslations } from "@0xchain/i18n/react";
23
23
  import { X, Search, RotateCcw } from "lucide-react";
24
24
  import Translation from "@0xchain/translation";
25
25
  import ImageBar from "@0xchain/image";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xchain/table",
3
- "version": "1.1.0-beta.37",
3
+ "version": "1.1.0-beta.39",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "dayjs": "1.11.19",
26
26
  "lucide-react": "0.539.0",
27
27
  "next": "16.1.6",
28
- "next-intl": "4.8.2",
28
+ "next-intl": "4.13.0",
29
29
  "react": "19.1.1",
30
30
  "react-dom": "19.1.1",
31
31
  "tailwind-merge": "3.3.1"
@@ -39,21 +39,22 @@
39
39
  "dayjs": "1.11.19",
40
40
  "lucide-react": "0.539.0",
41
41
  "next": "16.1.6",
42
- "next-intl": "4.8.2",
42
+ "next-intl": "4.13.0",
43
43
  "react": "19.1.1",
44
44
  "react-dom": "19.1.1",
45
45
  "rollup-plugin-preserve-use-client": "3.0.1",
46
46
  "tailwind-merge": "3.3.1"
47
47
  },
48
48
  "dependencies": {
49
- "@0xchain/ui": "1.1.0-beta.37",
50
- "@0xchain/request": "1.1.0-beta.37",
51
- "@0xchain/translation": "1.1.0-beta.37",
52
- "@0xchain/empty": "1.1.0-beta.37",
53
- "@0xchain/loading": "1.1.0-beta.37",
54
- "@0xchain/number-like": "1.1.0-beta.37",
55
- "@0xchain/image": "1.1.0-beta.37",
56
- "@0xchain/iconfont": "1.1.0-beta.37"
49
+ "@0xchain/ui": "1.1.0-beta.39",
50
+ "@0xchain/i18n": "1.1.0-beta.39",
51
+ "@0xchain/empty": "1.1.0-beta.39",
52
+ "@0xchain/loading": "1.1.0-beta.39",
53
+ "@0xchain/image": "1.1.0-beta.39",
54
+ "@0xchain/translation": "1.1.0-beta.39",
55
+ "@0xchain/number-like": "1.1.0-beta.39",
56
+ "@0xchain/iconfont": "1.1.0-beta.39",
57
+ "@0xchain/request": "1.1.0-beta.39"
57
58
  },
58
59
  "nx": {
59
60
  "tags": [