Skip to content

Commit fba961d

Browse files
docs: Fix StackBlitz demo deps (#624)
* Updated example gen files to use 0.12.0 * Updated gen files
1 parent 1864711 commit fba961d

File tree

38 files changed

+114
-114
lines changed

38 files changed

+114
-114
lines changed

examples/01-basic/01-minimal/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@blocknote/example-minimal",
33
"description": "AUTO-GENERATED FILE, DO NOT EDIT DIRECTLY",
44
"private": true,
5-
"version": "0.11.1",
5+
"version": "0.12.0",
66
"scripts": {
77
"start": "vite",
88
"dev": "vite",
@@ -11,8 +11,8 @@
1111
"lint": "eslint . --max-warnings 0"
1212
},
1313
"dependencies": {
14-
"@blocknote/core": "^0.11.1",
15-
"@blocknote/react": "^0.11.1",
14+
"@blocknote/core": "^0.12.0",
15+
"@blocknote/react": "^0.12.0",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
1818
},

examples/01-basic/02-block-objects/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@blocknote/example-block-objects",
33
"description": "AUTO-GENERATED FILE, DO NOT EDIT DIRECTLY",
44
"private": true,
5-
"version": "0.11.1",
5+
"version": "0.12.0",
66
"scripts": {
77
"start": "vite",
88
"dev": "vite",
@@ -11,8 +11,8 @@
1111
"lint": "eslint . --max-warnings 0"
1212
},
1313
"dependencies": {
14-
"@blocknote/core": "^0.11.1",
15-
"@blocknote/react": "^0.11.1",
14+
"@blocknote/core": "^0.12.0",
15+
"@blocknote/react": "^0.12.0",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
1818
},

examples/01-basic/03-all-blocks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@blocknote/example-all-blocks",
33
"description": "AUTO-GENERATED FILE, DO NOT EDIT DIRECTLY",
44
"private": true,
5-
"version": "0.11.1",
5+
"version": "0.12.0",
66
"scripts": {
77
"start": "vite",
88
"dev": "vite",
@@ -11,8 +11,8 @@
1111
"lint": "eslint . --max-warnings 0"
1212
},
1313
"dependencies": {
14-
"@blocknote/core": "^0.11.1",
15-
"@blocknote/react": "^0.11.1",
14+
"@blocknote/core": "^0.12.0",
15+
"@blocknote/react": "^0.12.0",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
1818
},

examples/01-basic/04-selection-blocks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@blocknote/example-selection-blocks",
33
"description": "AUTO-GENERATED FILE, DO NOT EDIT DIRECTLY",
44
"private": true,
5-
"version": "0.11.1",
5+
"version": "0.12.0",
66
"scripts": {
77
"start": "vite",
88
"dev": "vite",
@@ -11,8 +11,8 @@
1111
"lint": "eslint . --max-warnings 0"
1212
},
1313
"dependencies": {
14-
"@blocknote/core": "^0.11.1",
15-
"@blocknote/react": "^0.11.1",
14+
"@blocknote/core": "^0.12.0",
15+
"@blocknote/react": "^0.12.0",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
1818
},

examples/01-basic/05-block-manipulation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@blocknote/example-block-manipulation",
33
"description": "AUTO-GENERATED FILE, DO NOT EDIT DIRECTLY",
44
"private": true,
5-
"version": "0.11.1",
5+
"version": "0.12.0",
66
"scripts": {
77
"start": "vite",
88
"dev": "vite",
@@ -11,8 +11,8 @@
1111
"lint": "eslint . --max-warnings 0"
1212
},
1313
"dependencies": {
14-
"@blocknote/core": "^0.11.1",
15-
"@blocknote/react": "^0.11.1",
14+
"@blocknote/core": "^0.12.0",
15+
"@blocknote/react": "^0.12.0",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
1818
},

examples/01-basic/06-file-uploading/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@blocknote/example-file-uploading",
33
"description": "AUTO-GENERATED FILE, DO NOT EDIT DIRECTLY",
44
"private": true,
5-
"version": "0.11.1",
5+
"version": "0.12.0",
66
"scripts": {
77
"start": "vite",
88
"dev": "vite",
@@ -11,8 +11,8 @@
1111
"lint": "eslint . --max-warnings 0"
1212
},
1313
"dependencies": {
14-
"@blocknote/core": "^0.11.1",
15-
"@blocknote/react": "^0.11.1",
14+
"@blocknote/core": "^0.12.0",
15+
"@blocknote/react": "^0.12.0",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
1818
},

examples/01-basic/07-saving-loading/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@blocknote/example-saving-loading",
33
"description": "AUTO-GENERATED FILE, DO NOT EDIT DIRECTLY",
44
"private": true,
5-
"version": "0.11.1",
5+
"version": "0.12.0",
66
"scripts": {
77
"start": "vite",
88
"dev": "vite",
@@ -11,8 +11,8 @@
1111
"lint": "eslint . --max-warnings 0"
1212
},
1313
"dependencies": {
14-
"@blocknote/core": "^0.11.1",
15-
"@blocknote/react": "^0.11.1",
14+
"@blocknote/core": "^0.12.0",
15+
"@blocknote/react": "^0.12.0",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
1818
},

examples/01-basic/testing/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@blocknote/example-testing",
33
"description": "AUTO-GENERATED FILE, DO NOT EDIT DIRECTLY",
44
"private": true,
5-
"version": "0.11.1",
5+
"version": "0.12.0",
66
"scripts": {
77
"start": "vite",
88
"dev": "vite",
@@ -11,8 +11,8 @@
1111
"lint": "eslint . --max-warnings 0"
1212
},
1313
"dependencies": {
14-
"@blocknote/core": "^0.11.1",
15-
"@blocknote/react": "^0.11.1",
14+
"@blocknote/core": "^0.12.0",
15+
"@blocknote/react": "^0.12.0",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
1818
},

examples/02-ui-components/01-ui-elements-remove/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@blocknote/example-ui-elements-remove",
33
"description": "AUTO-GENERATED FILE, DO NOT EDIT DIRECTLY",
44
"private": true,
5-
"version": "0.11.1",
5+
"version": "0.12.0",
66
"scripts": {
77
"start": "vite",
88
"dev": "vite",
@@ -11,8 +11,8 @@
1111
"lint": "eslint . --max-warnings 0"
1212
},
1313
"dependencies": {
14-
"@blocknote/core": "^0.11.1",
15-
"@blocknote/react": "^0.11.1",
14+
"@blocknote/core": "^0.12.0",
15+
"@blocknote/react": "^0.12.0",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
1818
},

examples/02-ui-components/02-formatting-toolbar-buttons/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@blocknote/example-formatting-toolbar-buttons",
33
"description": "AUTO-GENERATED FILE, DO NOT EDIT DIRECTLY",
44
"private": true,
5-
"version": "0.11.1",
5+
"version": "0.12.0",
66
"scripts": {
77
"start": "vite",
88
"dev": "vite",
@@ -11,8 +11,8 @@
1111
"lint": "eslint . --max-warnings 0"
1212
},
1313
"dependencies": {
14-
"@blocknote/core": "^0.11.1",
15-
"@blocknote/react": "^0.11.1",
14+
"@blocknote/core": "^0.12.0",
15+
"@blocknote/react": "^0.12.0",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
1818
},

0 commit comments

Comments
 (0)