Skip to content

Commit 16d1870

Browse files
🐠
1 parent 621e966 commit 16d1870

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

examples/cra/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-x-example-cra",
3-
"version": "6.15.4",
3+
"version": "6.15.6",
44
"private": true,
55
"scripts": {
66
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
@@ -12,10 +12,10 @@
1212
"@types/node": "^16.11.26",
1313
"@types/react": "^17.0.43",
1414
"@types/react-dom": "^17.0.14",
15-
"notion-types": "^6.15.4",
15+
"notion-types": "^6.15.6",
1616
"react": "^17.0.2",
1717
"react-dom": "^17.0.2",
18-
"react-notion-x": "^6.15.4",
18+
"react-notion-x": "^6.15.6",
1919
"react-scripts": "5.0.0",
2020
"typescript": "^4.6.3"
2121
},

examples/full/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-x-example-full",
3-
"version": "6.15.5",
3+
"version": "6.15.6",
44
"private": true,
55
"type": "commonjs",
66
"scripts": {
@@ -18,14 +18,14 @@
1818
"got": "^12.0.2",
1919
"lqip-modern": "^1.2.0",
2020
"next": "^12.1.0",
21-
"notion-client": "^6.15.5",
22-
"notion-compat": "^6.15.5",
23-
"notion-utils": "^6.15.4",
21+
"notion-client": "^6.15.6",
22+
"notion-compat": "^6.15.6",
23+
"notion-utils": "^6.15.6",
2424
"p-map": "^5.3.0",
2525
"p-memoize": "^6.0.1",
2626
"react": "^17.0.2",
2727
"react-dom": "^17.0.2",
28-
"react-notion-x": "^6.15.4",
28+
"react-notion-x": "^6.15.6",
2929
"react-tweet-embed": "^2.0.0"
3030
},
3131
"devDependencies": {

examples/minimal/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-x-example-minimal",
3-
"version": "6.15.5",
3+
"version": "6.15.6",
44
"private": true,
55
"type": "commonjs",
66
"scripts": {
@@ -11,11 +11,11 @@
1111
},
1212
"dependencies": {
1313
"next": "^12.1.0",
14-
"notion-client": "^6.15.5",
15-
"notion-utils": "^6.15.4",
14+
"notion-client": "^6.15.6",
15+
"notion-utils": "^6.15.6",
1616
"react": "^17.0.2",
1717
"react-dom": "^17.0.2",
18-
"react-notion-x": "^6.15.4"
18+
"react-notion-x": "^6.15.6"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^16.11.2",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.15.5",
2+
"version": "6.15.6",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

0 commit comments

Comments
 (0)