Skip to content

Commit c4a663a

Browse files
authored
chore: upgrade editor kit (#65)
1 parent 63e535a commit c4a663a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

packages/com.sncommunity.advanced-checklist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"@reach/visually-hidden": "0.16.0",
100100
"@react-hook/resize-observer": "^1.2.5",
101101
"@reduxjs/toolkit": "1.8.0",
102-
"@standardnotes/editor-kit": "standardnotes/editor-kit#c0743eb4690dcf73aab97da662c3c7e5f8356275",
102+
"@standardnotes/editor-kit": "standardnotes/editor-kit#bea3ae474bef6e5ddbf78e9235cea49a4225da55",
103103
"@standardnotes/stylekit": "5.23.0",
104104
"@testing-library/dom": "8.11.3",
105105
"@testing-library/jest-dom": "5.16.2",

packages/com.sncommunity.bold-editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version": "1.7.3",
77
"description": "A simple and peaceful rich editor that helps you write and think clearly.",
88
"main": "dist/dist.js",
9-
"author": "Standard Notes Retired.",
9+
"author": "Standard Notes Retired",
1010
"sn": {
1111
"name": "Bold Editor",
1212
"content_type": "SN|Component",
@@ -29,7 +29,7 @@
2929
"@babel/eslint-parser": "^7.13.14",
3030
"@babel/preset-env": "^7.13.12",
3131
"@babel/preset-react": "^7.13.13",
32-
"@standardnotes/editor-kit": "standardnotes/editor-kit#c0743eb4690dcf73aab97da662c3c7e5f8356275",
32+
"@standardnotes/editor-kit": "standardnotes/editor-kit#bea3ae474bef6e5ddbf78e9235cea49a4225da55",
3333
"babel-loader": "^8.2.2",
3434
"copy-webpack-plugin": "*",
3535
"css-loader": "^5.2.0",

packages/com.sncommunity.markdown-visual/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@standardnotes/markdown-visual",
33
"version": "1.4.7",
4-
"author": "Standard Notes Community.",
4+
"author": "Standard Notes Community",
55
"description": "A WYSIWYG-style Markdown editor that renders Markdown in preview-mode while you type without displaying any syntax.",
66
"keywords": [
77
"Standard Notes",
@@ -34,7 +34,7 @@
3434
"test": "echo \"Error: no test specified\" && exit 0"
3535
},
3636
"dependencies": {
37-
"@standardnotes/editor-kit": "standardnotes/editor-kit#c0743eb4690dcf73aab97da662c3c7e5f8356275",
37+
"@standardnotes/editor-kit": "standardnotes/editor-kit#bea3ae474bef6e5ddbf78e9235cea49a4225da55",
3838
"@standardnotes/styles": "1.6.1"
3939
},
4040
"devDependencies": {

packages/org.standardnotes.token-vault/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
]
2727
},
2828
"dependencies": {
29-
"@standardnotes/editor-kit": "standardnotes/editor-kit#c0743eb4690dcf73aab97da662c3c7e5f8356275",
29+
"@standardnotes/editor-kit": "standardnotes/editor-kit#bea3ae474bef6e5ddbf78e9235cea49a4225da55",
3030
"@standardnotes/styles": "1.6.1"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)