chore(deps): update @standardnotes/components (#1083)

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
This commit is contained in:
Johnny A
2022-06-10 11:44:02 -04:00
committed by GitHub
parent 3ba0a3e4c0
commit bfea7cd38f
10 changed files with 86 additions and 17 deletions

View File

@@ -32,7 +32,7 @@
"@react-navigation/elements": "^1.3.3",
"@react-navigation/native": "^6.0.10",
"@react-navigation/stack": "^6.2.1",
"@standardnotes/components": "^1.9.0",
"@standardnotes/components": "^1.9.1",
"@standardnotes/filepicker": "^1.16.14",
"@standardnotes/icons": "^1.3.0",
"@standardnotes/react-native-aes": "^1.4.3",

View File

@@ -95,9 +95,9 @@
"binary": "88d4b9a6ff94b1f6cba884787e051cda3cd8073022984b63f7d3b13157aa6e2a"
},
"org.standardnotes.markdown-visual-editor": {
"version": "1.0.6",
"base64": "13497d3939fbec67cf0baa0f7c182112f0d13474a3e7f4750790823f78688a47",
"binary": "fc6e37d7250d14b245facb760aece51d006fd321d9ac2f153c5a571565411311"
"version": "1.0.7",
"base64": "cc6cdd05685accb9bdbf34ea4faa2fd9324183b4d55312b60234b8e611cec71f",
"binary": "a7cf6e82a4ae7cc9e3c5c4efc24bcc69bd4ff17039123e9c0b883d1989f908c9"
},
"org.standardnotes.advanced-checklist": {
"version": "0.0.1",

View File

@@ -1,7 +1,7 @@
{
"files": {
"main.css": "./static/css/main.904cd38b.css",
"main.js": "./static/js/main.330241d2.js",
"main.js": "./static/js/main.ad13c3af.js",
"static/media/material-icons-two-tone.woff": "./static/media/material-icons-two-tone.ee71463e28071436d096.woff",
"static/media/material-icons-two-tone.woff2": "./static/media/material-icons-two-tone.7e94e72135150c6b387c.woff2",
"static/media/material-icons-round.woff": "./static/media/material-icons-round.159dc8004e17a33f287f.woff",
@@ -74,10 +74,10 @@
"static/media/KaTeX_Size3-Regular.woff2": "./static/media/KaTeX_Size3-Regular.e1951519f6f0596f7356.woff2",
"index.html": "./index.html",
"main.904cd38b.css.map": "./static/css/main.904cd38b.css.map",
"main.330241d2.js.map": "./static/js/main.330241d2.js.map"
"main.ad13c3af.js.map": "./static/js/main.ad13c3af.js.map"
},
"entrypoints": [
"static/css/main.904cd38b.css",
"static/js/main.330241d2.js"
"static/js/main.ad13c3af.js"
]
}

View File

@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="A lightweight WYSIWYG markdown editor, derivated from Milkdown editor"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>Markdown Visual</title><script defer="defer" src="./static/js/main.330241d2.js"></script><link href="./static/css/main.904cd38b.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="A lightweight WYSIWYG markdown editor, derivated from Milkdown editor"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>Markdown Visual</title><script defer="defer" src="./static/js/main.ad13c3af.js"></script><link href="./static/css/main.904cd38b.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

View File

@@ -0,0 +1,65 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/
/*!
* Determine if an object is a Buffer
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/
/*! For license information please see mermaid.esm.min.mjs.LICENSE.txt */
/**
* @license
* Lodash (Custom Build) lodash.com/license | Underscore.js 1.8.3 underscorejs.org/LICENSE
* Build: `lodash include="includes,merge,filter,map,remove,find,omit,pull,cloneDeep,pick,uniq,sortedIndexBy,mergeWith"`
*/
/**
* Prism: Lightweight, robust, elegant syntax highlighting
*
* @license MIT <https://opensource.org/licenses/MIT>
* @author Lea Verou <https://lea.verou.me>
* @namespace
* @public
*/
/** @license React v0.20.2
* 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 v17.0.2
* 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 v17.0.2
* react-jsx-runtime.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.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.
*/

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/markdown-visual",
"version": "1.0.6",
"version": "1.0.7",
"author": "Johnny Almonte <johnny@standardnotes.com>",
"description": "A lightweight WYSIWYG markdown editor for Standard Notes, derived from Milkdown.",
"keywords": [
@@ -25,7 +25,7 @@
"homepage": ".",
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "PORT=8001 react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",

View File

@@ -62,7 +62,7 @@
"@reach/listbox": "^0.16.2",
"@reach/tooltip": "^0.16.2",
"@reach/visually-hidden": "^0.16.0",
"@standardnotes/components": "1.9.0",
"@standardnotes/components": "1.9.1",
"@standardnotes/filepicker": "1.16.14",
"@standardnotes/icons": "^1.3.0",
"@standardnotes/services": "^1.13.14",