chore(deps): snjs with synchronous crypto

This commit is contained in:
Mo
2022-02-16 11:34:53 -06:00
parent 723a70dd28
commit 7f341c797a
9 changed files with 73 additions and 47 deletions

View File

@@ -40,9 +40,9 @@
"binary": "4e08fb2de17ab480787a1e042b2d43106e2798093e760fc507ed773401d27c71"
},
"org.standardnotes.bold-editor": {
"version": "1.3.2",
"base64": "7a4fec03c556d17aa2f14a9157a20754c429a54843504211017fc21ca6d8b10e",
"binary": "80ff2f747607b6668c5e9b439203d89740de21b822d01b6b4d2051bf232a80f3"
"version": "1.3.3",
"base64": "51a5d2e77aacbcfda21b4a3429e9fe3fb6b61175e5188b6ec26854432ac41fc2",
"binary": "a30533208fbc33f115786ff912b6d605052adda03a62b47513ce390931fe11d1"
},
"org.standardnotes.plus-editor": {
"version": "1.6.1",

File diff suppressed because one or more lines are too long

View File

@@ -12,6 +12,15 @@ object-assign
* Build: `lodash include="includes,merge,filter,map,remove,find,omit,pull,cloneDeep,pick,uniq,sortedIndexBy,mergeWith"`
*/
/** @license React v0.19.1
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v0.20.2
* scheduler.production.min.js
*
@@ -21,6 +30,24 @@ object-assign
* LICENSE file in the root directory of this source tree.
*/
/** @license React v16.13.1
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v16.13.1
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v17.0.2
* react-dom.production.min.js
*

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{
"name": "sn-bold-editor",
"version": "1.3.2",
"version": "1.3.3",
"main": "dist/dist.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
@@ -17,7 +17,7 @@
"@babel/eslint-parser": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"@standardnotes/editor-kit": "2.2.1",
"@standardnotes/editor-kit": "2.2.3",
"@standardnotes/eslint-config-extensions": "^1.0.3",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^8.1.1",
@@ -25,7 +25,7 @@
"dompurify": "^2.2.9",
"eslint": "^7.23.0",
"eslint-plugin-react": "^7.23.1",
"filesafe-embed": "1.0.10",
"filesafe-embed": "1.0.11",
"filesafe-js": "1.0.4",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.4.0",