Skip to content

Commit

Permalink
v3.0.0 chore(deps): update dependency tsbb to v4 #19
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 18, 2023
1 parent b34af2e commit e6dfe79
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 21 deletions.
6 changes: 3 additions & 3 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"files": {
"main.css": "/static/css/main.2f74c5c2.css",
"main.js": "/static/js/main.31793acf.js",
"main.js": "/static/js/main.24cb0f0d.js",
"index.html": "/index.html",
"main.2f74c5c2.css.map": "/static/css/main.2f74c5c2.css.map",
"main.31793acf.js.map": "/static/js/main.31793acf.js.map"
"main.24cb0f0d.js.map": "/static/js/main.24cb0f0d.js.map"
},
"entrypoints": [
"static/css/main.2f74c5c2.css",
"static/js/main.31793acf.js"
"static/js/main.24cb0f0d.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0" name="viewport"><meta name="theme-color" content="#000000"/><title>markdown-react-code-preview-loader</title><meta name="keywords" content="react,loader,monorepo,react-component,component,webpack-loader,webpack5,webpack"/><meta name="description" content="A react component showing the layout of code and code preview example."/><link rel="icon" href="favicon.ico"/><script defer="defer" src="./static/js/main.31793acf.js"></script><link href="./static/css/main.2f74c5c2.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"/><meta content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0" name="viewport"><meta name="theme-color" content="#000000"/><title>markdown-react-code-preview-loader</title><meta name="keywords" content="react,loader,monorepo,react-component,component,webpack-loader,webpack5,webpack"/><meta name="description" content="A react component showing the layout of code and code preview example."/><link rel="icon" href="favicon.ico"/><script defer="defer" src="./static/js/main.24cb0f0d.js"></script><link href="./static/css/main.2f74c5c2.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
3 changes: 3 additions & 0 deletions static/js/main.24cb0f0d.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@
* @license MIT
*/

/*!
* @uiw/copy-to-clipboard v1.0.12
* Copy to clipboard.
*
* Copyright (c) 2021 Kenny Wang
* https://github.com/uiwjs/copy-to-clipboard.git
*
* Licensed under the MIT license.
*/

/*!
* Determine if an object is a Buffer
*
Expand Down Expand Up @@ -89,7 +79,7 @@
*/

/**
* @remix-run/router v1.3.3
* @remix-run/router v1.5.0
*
* Copyright (c) Remix Software Inc.
*
Expand All @@ -100,7 +90,7 @@
*/

/**
* React Router DOM v6.8.2
* React Router DOM v6.10.0
*
* Copyright (c) Remix Software Inc.
*
Expand All @@ -111,7 +101,7 @@
*/

/**
* React Router v6.8.2
* React Router v6.10.0
*
* Copyright (c) Remix Software Inc.
*
Expand All @@ -120,3 +110,15 @@
*
* @license MIT
*/

/**!
* @uiw/copy-to-clipboard v1.0.14
* Copy to clipboard.
*
* Copyright (c) 2023 Kenny Wang
* https://github.com/uiwjs/copy-to-clipboard.git
*
* @website: https://uiwjs.github.io/copy-to-clipboard

* Licensed under the MIT license
*/

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions static/js/main.31793acf.js

This file was deleted.

0 comments on commit e6dfe79

Please sign in to comment.