File tree Expand file tree Collapse file tree 9 files changed +26
-26
lines changed Expand file tree Collapse file tree 9 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " notion-x-example-cra" ,
3
- "version" : " 6.16.0 " ,
3
+ "version" : " 6.16.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " GENERATE_SOURCEMAP=false react-scripts start" ,
12
12
"@types/node" : " ^16.11.26" ,
13
13
"@types/react" : " ^17.0.43" ,
14
14
"@types/react-dom" : " ^17.0.14" ,
15
- "notion-types" : " ^6.15.6 " ,
15
+ "notion-types" : " ^6.16.1 " ,
16
16
"react" : " ^17.0.2" ,
17
17
"react-dom" : " ^17.0.2" ,
18
- "react-notion-x" : " ^6.16.0 " ,
18
+ "react-notion-x" : " ^6.16.1 " ,
19
19
"react-scripts" : " 5.0.0" ,
20
20
"typescript" : " ^4.6.3"
21
21
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " notion-x-example-full" ,
3
- "version" : " 6.16.0 " ,
3
+ "version" : " 6.16.1 " ,
4
4
"private" : true ,
5
5
"type" : " commonjs" ,
6
6
"scripts" : {
18
18
"got" : " ^12.0.2" ,
19
19
"lqip-modern" : " ^1.2.0" ,
20
20
"next" : " ^12.1.0" ,
21
- "notion-client" : " ^6.16.0 " ,
22
- "notion-compat" : " ^6.16.0 " ,
23
- "notion-utils" : " ^6.16.0 " ,
21
+ "notion-client" : " ^6.16.1 " ,
22
+ "notion-compat" : " ^6.16.1 " ,
23
+ "notion-utils" : " ^6.16.1 " ,
24
24
"p-map" : " ^5.3.0" ,
25
25
"p-memoize" : " ^6.0.1" ,
26
26
"react" : " ^17.0.2" ,
27
27
"react-dom" : " ^17.0.2" ,
28
- "react-notion-x" : " ^6.16.0 " ,
28
+ "react-notion-x" : " ^6.16.1 " ,
29
29
"react-tweet-embed" : " ^2.0.0"
30
30
},
31
31
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " notion-x-example-minimal" ,
3
- "version" : " 6.16.0 " ,
3
+ "version" : " 6.16.1 " ,
4
4
"private" : true ,
5
5
"type" : " commonjs" ,
6
6
"scripts" : {
11
11
},
12
12
"dependencies" : {
13
13
"next" : " ^12.1.0" ,
14
- "notion-client" : " ^6.16.0 " ,
15
- "notion-utils" : " ^6.16.0 " ,
14
+ "notion-client" : " ^6.16.1 " ,
15
+ "notion-utils" : " ^6.16.1 " ,
16
16
"react" : " ^17.0.2" ,
17
17
"react-dom" : " ^17.0.2" ,
18
- "react-notion-x" : " ^6.16.0 "
18
+ "react-notion-x" : " ^6.16.1 "
19
19
},
20
20
"devDependencies" : {
21
21
"@types/node" : " ^16.11.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 6.16.0 " ,
2
+ "version" : " 6.16.1 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
5
"packages" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " notion-client" ,
3
- "version" : " 6.16.0 " ,
3
+ "version" : " 6.16.1 " ,
4
4
"type" : " module" ,
5
5
"description" : " Robust TypeScript client for the unofficial Notion API." ,
6
6
"repository" : " NotionX/react-notion-x" ,
23
23
},
24
24
"dependencies" : {
25
25
"got" : " ^11.8.1" ,
26
- "notion-types" : " ^6.16.0 " ,
27
- "notion-utils" : " ^6.16.0 " ,
26
+ "notion-types" : " ^6.16.1 " ,
27
+ "notion-utils" : " ^6.16.1 " ,
28
28
"p-map" : " ^5.3.0"
29
29
},
30
30
"ava" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " notion-compat" ,
3
- "version" : " 6.16.0 " ,
3
+ "version" : " 6.16.1 " ,
4
4
"type" : " module" ,
5
5
"description" : " Compatibility layer between the official Notion API and unofficial private API." ,
6
6
"repository" : " NotionX/react-notion-x" ,
22
22
"test" : " ava"
23
23
},
24
24
"dependencies" : {
25
- "notion-types" : " ^6.16.0 " ,
26
- "notion-utils" : " ^6.16.0 " ,
25
+ "notion-types" : " ^6.16.1 " ,
26
+ "notion-utils" : " ^6.16.1 " ,
27
27
"p-queue" : " ^7.2.0"
28
28
},
29
29
"devDependencies" : {
30
30
"@notionhq/client" : " ^1.0.4" ,
31
- "notion-client" : " ^6.16.0 "
31
+ "notion-client" : " ^6.16.1 "
32
32
},
33
33
"peerDependencies" : {
34
34
"@notionhq/client" : " ^1.0.4"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " notion-types" ,
3
- "version" : " 6.16.0 " ,
3
+ "version" : " 6.16.1 " ,
4
4
"type" : " module" ,
5
5
"description" : " TypeScript types for core Notion data structures." ,
6
6
"repository" : " NotionX/react-notion-x" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " notion-utils" ,
3
- "version" : " 6.16.0 " ,
3
+ "version" : " 6.16.1 " ,
4
4
"type" : " module" ,
5
5
"description" : " Useful utilities for working with Notion data. Isomorphic." ,
6
6
"repository" : " NotionX/react-notion-x" ,
31
31
"is-url-superb" : " ^6.1.0" ,
32
32
"mem" : " ^9.0.2" ,
33
33
"normalize-url" : " ^7.0.3" ,
34
- "notion-types" : " ^6.16.0 " ,
34
+ "notion-types" : " ^6.16.1 " ,
35
35
"p-queue" : " ^7.2.0"
36
36
},
37
37
"ava" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-notion-x" ,
3
- "version" : " 6.16.0 " ,
3
+ "version" : " 6.16.1 " ,
4
4
"type" : " module" ,
5
5
"description" : " Fast and accurate React renderer for Notion." ,
6
6
"repository" : " NotionX/react-notion-x" ,
25
25
"@fisch0920/medium-zoom" : " ^1.0.7" ,
26
26
"@matejmazur/react-katex" : " ^3.1.3" ,
27
27
"katex" : " ^0.15.3" ,
28
- "notion-types" : " ^6.16.0 " ,
29
- "notion-utils" : " ^6.16.0 " ,
28
+ "notion-types" : " ^6.16.1 " ,
29
+ "notion-utils" : " ^6.16.1 " ,
30
30
"prismjs" : " ^1.27.0" ,
31
31
"react-fast-compare" : " ^3.2.0" ,
32
32
"react-hotkeys-hook" : " ^3.0.3" ,
You can’t perform that action at this time.
0 commit comments