Skip to content

Commit 8a58fa0

Browse files
v3.1.4 chore(deps): update dependency pretty-quick to v4 (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> b7afb1e
1 parent 3bfc0a5 commit 8a58fa0

9 files changed

+41
-20
lines changed

asset-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"files": {
3-
"main.css": "/static/css/main.70fec52a.css",
4-
"main.js": "/static/js/main.6aed4933.js",
3+
"main.css": "/static/css/main.783bcd98.css",
4+
"main.js": "/static/js/main.5cdf79e8.js",
55
"index.html": "/index.html",
6-
"main.70fec52a.css.map": "/static/css/main.70fec52a.css.map",
7-
"main.6aed4933.js.map": "/static/js/main.6aed4933.js.map"
6+
"main.783bcd98.css.map": "/static/css/main.783bcd98.css.map",
7+
"main.5cdf79e8.js.map": "/static/js/main.5cdf79e8.js.map"
88
},
99
"entrypoints": [
10-
"static/css/main.70fec52a.css",
11-
"static/js/main.6aed4933.js"
10+
"static/css/main.783bcd98.css",
11+
"static/js/main.5cdf79e8.js"
1212
]
1313
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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.6aed4933.js"></script><link href="./static/css/main.70fec52a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
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.5cdf79e8.js"></script><link href="./static/css/main.783bcd98.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

static/css/main.70fec52a.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

static/css/main.70fec52a.css renamed to static/css/main.783bcd98.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/main.783bcd98.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/main.5cdf79e8.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/main.6aed4933.js.LICENSE.txt renamed to static/js/main.5cdf79e8.js.LICENSE.txt

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* Licensed under the MIT License.
1313
*/
1414

15-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
16-
1715
/**
1816
* @license React
1917
* react-dom.production.min.js
@@ -65,7 +63,18 @@
6563
*/
6664

6765
/**
68-
* @remix-run/router v1.7.2
66+
* @package @wcj/dark-mode
67+
* Web Component that toggles dark mode 🌒
68+
* Github: https://github.com/jaywcjlove/dark-mode.git
69+
* Website: https://jaywcjlove.github.io/dark-mode
70+
*
71+
* Licensed under the MIT license.
72+
* @license Copyright © 2022. Licensed under the MIT License
73+
* @author kenny wong <wowohoo@qq.com>
74+
*/
75+
76+
/**
77+
* @remix-run/router v1.15.3
6978
*
7079
* Copyright (c) Remix Software Inc.
7180
*
@@ -76,7 +85,7 @@
7685
*/
7786

7887
/**
79-
* React Router DOM v6.14.2
88+
* React Router DOM v6.22.3
8089
*
8190
* Copyright (c) Remix Software Inc.
8291
*
@@ -87,7 +96,7 @@
8796
*/
8897

8998
/**
90-
* React Router v6.14.2
99+
* React Router v6.22.3
91100
*
92101
* Copyright (c) Remix Software Inc.
93102
*
@@ -98,7 +107,7 @@
98107
*/
99108

100109
/**!
101-
* @uiw/copy-to-clipboard v1.0.15
110+
* @uiw/copy-to-clipboard v1.0.16
102111
* Copy to clipboard.
103112
*
104113
* Copyright (c) 2023 Kenny Wang
@@ -108,3 +117,15 @@
108117

109118
* Licensed under the MIT license
110119
*/
120+
121+
/**!
122+
* @uiw/formatter v2.0.2
123+
* Get a formatted date.
124+
*
125+
* Copyright (c) 2023 Kenny Wang <wowohoo@qq.com>
126+
* https://github.com/uiwjs/date-formatter.git
127+
*
128+
* @website: https://github.com/uiwjs/date-formatter.git
129+
130+
* Licensed under the MIT license
131+
*/

static/js/main.6aed4933.js.map renamed to static/js/main.5cdf79e8.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/main.6aed4933.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)