Skip to content

Commit 2f1b344

Browse files
committed
v0.10.0
1 parent 76afd79 commit 2f1b344

File tree

8 files changed

+36
-36
lines changed

8 files changed

+36
-36
lines changed

examples/editor/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@blocknote/example-editor",
33
"private": true,
4-
"version": "0.9.6",
4+
"version": "0.10.0",
55
"scripts": {
66
"dev": "vite",
77
"build": "tsc && vite build",
88
"preview": "vite preview",
99
"lint": "eslint src --max-warnings 0"
1010
},
1111
"dependencies": {
12-
"@blocknote/core": "^0.9.6",
13-
"@blocknote/react": "^0.9.6",
12+
"@blocknote/core": "^0.10.0",
13+
"@blocknote/react": "^0.10.0",
1414
"@mantine/core": "^5.6.1",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0",
@@ -23,9 +23,9 @@
2323
"@types/react-dom": "^18.0.9",
2424
"@vitejs/plugin-react": "^4.0.4",
2525
"eslint": "^8.10.0",
26+
"rollup-plugin-webpack-stats": "^0.2.2",
2627
"vite": "^4.4.8",
27-
"vite-plugin-eslint": "^1.8.1",
28-
"rollup-plugin-webpack-stats": "^0.2.2"
28+
"vite-plugin-eslint": "^1.8.1"
2929
},
3030
"eslintConfig": {
3131
"extends": [

examples/vanilla/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@blocknote/example-vanilla",
33
"private": true,
4-
"version": "0.9.6",
4+
"version": "0.10.0",
55
"scripts": {
66
"dev": "vite",
77
"build": "tsc && vite build",
88
"preview": "vite preview",
99
"lint": "eslint src --max-warnings 0"
1010
},
1111
"dependencies": {
12-
"@blocknote/core": "^0.9.6"
12+
"@blocknote/core": "^0.10.0"
1313
},
1414
"devDependencies": {
1515
"eslint": "^8.10.0",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useNx": false,
44
"useWorkspaces": true,
5-
"version": "0.9.6"
5+
"version": "0.10.0"
66
}

package-lock.json

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"homepage": "https://github.com/TypeCellOS/BlockNote",
44
"private": false,
55
"license": "MPL-2.0",
6-
"version": "0.9.6",
6+
"version": "0.10.0",
77
"files": [
88
"dist",
99
"types",
@@ -75,13 +75,13 @@
7575
"hast-util-from-dom": "^4.2.0",
7676
"prosemirror-model": "^1.18.3",
7777
"prosemirror-state": "^1.4.3",
78+
"prosemirror-tables": "^1.3.4",
7879
"prosemirror-transform": "^1.7.2",
7980
"prosemirror-view": "^1.31.4",
80-
"prosemirror-tables": "^1.3.4",
81+
"rehype-format": "^5.0.0",
8182
"rehype-parse": "^8.0.4",
8283
"rehype-remark": "^9.1.2",
8384
"rehype-stringify": "^9.0.3",
84-
"rehype-format": "^5.0.0",
8585
"remark-gfm": "^3.0.1",
8686
"remark-parse": "^10.0.1",
8787
"remark-rehype": "^10.1.0",
@@ -98,10 +98,10 @@
9898
"eslint": "^8.10.0",
9999
"jsdom": "^21.1.0",
100100
"prettier": "^2.7.1",
101+
"rollup-plugin-webpack-stats": "^0.2.2",
101102
"typescript": "^5.0.4",
102103
"vite": "^4.4.8",
103104
"vite-plugin-eslint": "^1.8.1",
104-
"rollup-plugin-webpack-stats": "^0.2.2",
105105
"vitest": "^0.34.1"
106106
},
107107
"eslintConfig": {

packages/react/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"homepage": "https://github.com/TypeCellOS/BlockNote",
44
"private": false,
55
"license": "MPL-2.0",
6-
"version": "0.9.6",
6+
"version": "0.10.0",
77
"files": [
88
"dist",
99
"types",
@@ -49,7 +49,7 @@
4949
"test:watch": "vitest --watch"
5050
},
5151
"dependencies": {
52-
"@blocknote/core": "^0.9.6",
52+
"@blocknote/core": "^0.10.0",
5353
"@emotion/react": "^11.10.5",
5454
"@mantine/core": "^5.6.1",
5555
"@mantine/hooks": "^5.6.1",
@@ -67,11 +67,11 @@
6767
"use-prefers-color-scheme": "^1.1.3"
6868
},
6969
"devDependencies": {
70-
"@types/react": "^18.0.25",
71-
"@types/react-dom": "^18.0.9",
70+
"@types/lodash.foreach": "^4.5.9",
7271
"@types/lodash.groupby": "^4.6.9",
7372
"@types/lodash.merge": "^4.6.9",
74-
"@types/lodash.foreach": "^4.5.9",
73+
"@types/react": "^18.0.25",
74+
"@types/react-dom": "^18.0.9",
7575
"@vitejs/plugin-react": "^4.0.4",
7676
"eslint": "^8.10.0",
7777
"prettier": "^2.7.1",

packages/website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "blocknote-website",
33
"private": true,
4-
"version": "0.9.6",
4+
"version": "0.10.0",
55
"description": "Website for BlockNote",
66
"main": "index.js",
77
"scripts": {
@@ -12,7 +12,7 @@
1212
"author": "",
1313
"license": "MPL-2.0",
1414
"dependencies": {
15-
"@blocknote/react": "^0.9.6",
15+
"@blocknote/react": "^0.10.0",
1616
"@vercel/og": "^0.5.6",
1717
"veaury": "^2.3.12",
1818
"vue-github-button": "^3.1.0",

tests/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@blocknote/tests",
33
"private": true,
4-
"version": "0.9.6",
4+
"version": "0.10.0",
55
"scripts": {
66
"build": "tsc",
77
"lint": "eslint src --max-warnings 0",
@@ -15,11 +15,11 @@
1515
"react-dom": "^18.2.0"
1616
},
1717
"devDependencies": {
18-
"eslint": "^8.10.0",
19-
"@blocknote/core": "^0.9.6",
20-
"@blocknote/react": "^0.9.6",
18+
"@blocknote/core": "^0.10.0",
19+
"@blocknote/react": "^0.10.0",
2120
"@playwright/experimental-ct-react": "^1.38.1",
2221
"@playwright/test": "^1.38.1",
22+
"eslint": "^8.10.0",
2323
"react-icons": "^4.3.1"
2424
},
2525
"eslintConfig": {

0 commit comments

Comments
 (0)