chore(deps): update @standardnotes/components (#1083)
Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -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>
|
||||
File diff suppressed because one or more lines are too long
@@ -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.
|
||||
*/
|
||||
File diff suppressed because one or more lines are too long
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
12
yarn.lock
12
yarn.lock
@@ -4297,10 +4297,10 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@standardnotes/components@npm:1.9.0, @standardnotes/components@npm:^1.9.0":
|
||||
version: 1.9.0
|
||||
resolution: "@standardnotes/components@npm:1.9.0"
|
||||
checksum: 210c2ec1f38c98de5e33b4a400187e7860beeaf16bb346f7d4198200640dc2c4cfcde4df60ba0caefa79605b38e6de550b78f32d66b82f5d4424f883f5089d97
|
||||
"@standardnotes/components@npm:1.9.1, @standardnotes/components@npm:^1.9.1":
|
||||
version: 1.9.1
|
||||
resolution: "@standardnotes/components@npm:1.9.1"
|
||||
checksum: 32c2dbb0295086f6ef77092c4a316f3af077c400598520240ae00c51d752ad59e45bc082013e1a070662b17882487c054c8f2f491179c41de5cbd5b90797b16f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -4487,7 +4487,7 @@ __metadata:
|
||||
"@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/config": ^2.4.3
|
||||
"@standardnotes/filepicker": ^1.16.14
|
||||
"@standardnotes/icons": ^1.3.0
|
||||
@@ -4762,7 +4762,7 @@ __metadata:
|
||||
"@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
|
||||
|
||||
Reference in New Issue
Block a user