File tree 7 files changed +51
-65
lines changed
7 files changed +51
-65
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tanstack/match-sorter-utils" ,
3
- "authors" : [
3
+ "version" : " 8.11.3" ,
4
+ "description" : " A fork of match-sorter with separated filtering and sorting phases" ,
5
+ "contributors" : [
4
6
" Kent C. Dodds" ,
5
7
" Tanner Linsley"
6
8
],
7
- "version" : " 8.11.3" ,
8
- "description" : " A fork of match-sorter with separated filtering and sorting phases" ,
9
9
"license" : " MIT" ,
10
- "homepage" : " https://github.com/tanstack/table#readme" ,
11
10
"repository" : {
12
11
"type" : " git" ,
13
- "url" : " git+https://github.com/tanstack/table.git"
12
+ "url" : " https://github.com/TanStack/table.git" ,
13
+ "directory" : " packages/match-sorter-utils"
14
14
},
15
- "publishConfig" : {
16
- "registry" : " https://registry.npmjs.org/"
15
+ "homepage" : " https://tanstack.com/table" ,
16
+ "funding" : {
17
+ "type" : " github" ,
18
+ "url" : " https://github.com/sponsors/tannerlinsley"
17
19
},
18
20
"keywords" : [
19
21
" react" ,
24
26
" separate" ,
25
27
" datagrid"
26
28
],
27
- "funding" : {
28
- "type" : " github" ,
29
- "url" : " https://github.com/sponsors/kentcdodds"
30
- },
31
29
"type" : " commonjs" ,
32
30
"module" : " build/lib/index.esm.js" ,
33
31
"main" : " build/lib/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tanstack/react-table-devtools" ,
3
- "author" : " Tanner Linsley" ,
4
3
"version" : " 8.11.6" ,
5
4
"description" : " Devtools for React Table" ,
5
+ "author" : " Tanner Linsley" ,
6
6
"license" : " MIT" ,
7
- "homepage" : " https://github.com/tanstack/table#readme" ,
8
7
"repository" : {
9
8
"type" : " git" ,
10
- "url" : " git+https://github.com/tanstack/table.git"
9
+ "url" : " https://github.com/TanStack/table.git" ,
10
+ "directory" : " packages/react-table-devtools"
11
11
},
12
- "publishConfig" : {
13
- "registry" : " https://registry.npmjs.org/"
12
+ "homepage" : " https://tanstack.com/table" ,
13
+ "funding" : {
14
+ "type" : " github" ,
15
+ "url" : " https://github.com/sponsors/tannerlinsley"
14
16
},
15
17
"keywords" : [
16
18
" react" ,
17
19
" table" ,
18
20
" react-table" ,
19
21
" datagrid"
20
22
],
21
- "funding" : {
22
- "type" : " github" ,
23
- "url" : " https://github.com/sponsors/tannerlinsley"
24
- },
25
23
"type" : " commonjs" ,
26
24
"module" : " build/lib/index.esm.js" ,
27
25
"main" : " build/lib/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tanstack/react-table" ,
3
- "author" : " Tanner Linsley" ,
4
3
"version" : " 8.11.6" ,
5
4
"description" : " Headless UI for building powerful tables & datagrids for React." ,
5
+ "author" : " Tanner Linsley" ,
6
6
"license" : " MIT" ,
7
- "homepage" : " https://github.com/tanstack/table#readme" ,
8
7
"repository" : {
9
8
"type" : " git" ,
10
- "url" : " git+https://github.com/tanstack/table.git"
9
+ "url" : " https://github.com/TanStack/table.git" ,
10
+ "directory" : " packages/react-table"
11
11
},
12
- "publishConfig" : {
13
- "registry" : " https://registry.npmjs.org/"
12
+ "homepage" : " https://tanstack.com/table" ,
13
+ "funding" : {
14
+ "type" : " github" ,
15
+ "url" : " https://github.com/sponsors/tannerlinsley"
14
16
},
15
17
"keywords" : [
16
18
" react" ,
17
19
" table" ,
18
20
" react-table" ,
19
21
" datagrid"
20
22
],
21
- "funding" : {
22
- "type" : " github" ,
23
- "url" : " https://github.com/sponsors/tannerlinsley"
24
- },
25
23
"type" : " commonjs" ,
26
24
"module" : " build/lib/index.esm.js" ,
27
25
"main" : " build/lib/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tanstack/solid-table" ,
3
- "author" : " Tanner Linsley" ,
4
3
"version" : " 8.11.6" ,
5
4
"description" : " Headless UI for building powerful tables & datagrids for Solid." ,
5
+ "author" : " Tanner Linsley" ,
6
6
"license" : " MIT" ,
7
- "homepage" : " https://github.com/tanstack/table#readme" ,
8
7
"repository" : {
9
8
"type" : " git" ,
10
- "url" : " git+https://github.com/tanstack/table.git"
9
+ "url" : " https://github.com/TanStack/table.git" ,
10
+ "directory" : " packages/solid-table"
11
11
},
12
- "publishConfig" : {
13
- "registry" : " https://registry.npmjs.org/"
12
+ "homepage" : " https://tanstack.com/table" ,
13
+ "funding" : {
14
+ "type" : " github" ,
15
+ "url" : " https://github.com/sponsors/tannerlinsley"
14
16
},
15
17
"keywords" : [
16
18
" solid" ,
17
19
" table" ,
18
20
" solid-table" ,
19
21
" datagrid"
20
22
],
21
- "funding" : {
22
- "type" : " github" ,
23
- "url" : " https://github.com/sponsors/tannerlinsley"
24
- },
25
23
"type" : " commonjs" ,
26
24
"module" : " build/lib/index.esm.js" ,
27
25
"main" : " build/lib/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tanstack/svelte-table" ,
3
- "author" : " Tanner Linsley" ,
4
3
"version" : " 8.11.6" ,
5
4
"description" : " Headless UI for building powerful tables & datagrids for Svelte." ,
5
+ "author" : " Tanner Linsley" ,
6
6
"license" : " MIT" ,
7
- "homepage" : " https://github.com/tanstack/table#readme" ,
8
7
"repository" : {
9
8
"type" : " git" ,
10
- "url" : " git+https://github.com/tanstack/table.git"
9
+ "url" : " https://github.com/TanStack/table.git" ,
10
+ "directory" : " packages/svelte-table"
11
11
},
12
- "publishConfig" : {
13
- "registry" : " https://registry.npmjs.org/"
12
+ "homepage" : " https://tanstack.com/table" ,
13
+ "funding" : {
14
+ "type" : " github" ,
15
+ "url" : " https://github.com/sponsors/tannerlinsley"
14
16
},
15
17
"keywords" : [
16
18
" svelte" ,
17
19
" table" ,
18
20
" svelte-table" ,
19
21
" datagrid"
20
22
],
21
- "funding" : {
22
- "type" : " github" ,
23
- "url" : " https://github.com/sponsors/tannerlinsley"
24
- },
25
23
"type" : " commonjs" ,
26
24
"module" : " build/lib/index.esm.js" ,
27
25
"main" : " build/lib/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tanstack/table-core" ,
3
- "author" : " Tanner Linsley" ,
4
3
"version" : " 8.11.6" ,
5
4
"description" : " Headless UI for building powerful tables & datagrids for TS/JS." ,
5
+ "author" : " Tanner Linsley" ,
6
6
"license" : " MIT" ,
7
- "homepage" : " https://github.com/tanstack/table#readme" ,
8
7
"repository" : {
9
8
"type" : " git" ,
10
- "url" : " git+https://github.com/tanstack/table.git"
9
+ "url" : " https://github.com/TanStack/table.git" ,
10
+ "directory" : " packages/table-core"
11
11
},
12
- "publishConfig" : {
13
- "registry" : " https://registry.npmjs.org/"
12
+ "homepage" : " https://tanstack.com/table" ,
13
+ "funding" : {
14
+ "type" : " github" ,
15
+ "url" : " https://github.com/sponsors/tannerlinsley"
14
16
},
15
17
"keywords" : [
16
18
" react" ,
20
22
" table-core" ,
21
23
" datagrid"
22
24
],
23
- "funding" : {
24
- "type" : " github" ,
25
- "url" : " https://github.com/sponsors/tannerlinsley"
26
- },
27
25
"type" : " commonjs" ,
28
26
"module" : " build/lib/index.esm.js" ,
29
27
"main" : " build/lib/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tanstack/vue-table" ,
3
- "author" : " Tanner Linsley" ,
4
3
"version" : " 8.11.6" ,
5
4
"description" : " Headless UI for building powerful tables & datagrids for Vue." ,
5
+ "author" : " Tanner Linsley" ,
6
6
"license" : " MIT" ,
7
- "homepage" : " https://github.com/tanstack/table#readme" ,
8
7
"repository" : {
9
8
"type" : " git" ,
10
- "url" : " git+https://github.com/tanstack/table.git"
9
+ "url" : " https://github.com/TanStack/table.git" ,
10
+ "directory" : " packages/vue-table"
11
11
},
12
- "publishConfig" : {
13
- "registry" : " https://registry.npmjs.org/"
12
+ "homepage" : " https://tanstack.com/table" ,
13
+ "funding" : {
14
+ "type" : " github" ,
15
+ "url" : " https://github.com/sponsors/tannerlinsley"
14
16
},
15
17
"keywords" : [
16
18
" vue" ,
17
19
" table" ,
18
20
" vue-table" ,
19
21
" datagrid"
20
22
],
21
- "funding" : {
22
- "type" : " github" ,
23
- "url" : " https://github.com/sponsors/tannerlinsley"
24
- },
25
23
"type" : " commonjs" ,
26
24
"module" : " build/lib/index.esm.js" ,
27
25
"main" : " build/lib/index.js" ,
You can’t perform that action at this time.
0 commit comments