Skip to content

Commit

Permalink
v1.0.5 chore(deps): update react monorepo to v18 (major) #40 1bbc089
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 7, 2023
1 parent 51d1c71 commit 2e55786
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 33 deletions.
12 changes: 6 additions & 6 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"files": {
"main.css": "/react-stackblitz/static/css/main.6fcb47f7.css",
"main.js": "/react-stackblitz/static/js/main.aa2623c1.js",
"main.js": "/react-stackblitz/static/js/main.4e398e08.js",
"refractor-prismjs-vendor.js": "/react-stackblitz/static/js/refractor-prismjs-vendor.2f31106f.js",
"parse5-vendor.js": "/react-stackblitz/static/js/parse5-vendor.c98c30fa.js",
"react-vendor.js": "/react-stackblitz/static/js/react-vendor.d80e02fd.js",
"react-vendor.js": "/react-stackblitz/static/js/react-vendor.7513a615.js",
"static/media/logo.svg": "/react-stackblitz/static/media/logo.3931a054f5ef8356122965d973d55570.svg",
"index.html": "/react-stackblitz/index.html",
"main.6fcb47f7.css.map": "/react-stackblitz/static/css/main.6fcb47f7.css.map",
"main.aa2623c1.js.map": "/react-stackblitz/static/js/main.aa2623c1.js.map",
"main.4e398e08.js.map": "/react-stackblitz/static/js/main.4e398e08.js.map",
"refractor-prismjs-vendor.2f31106f.js.map": "/react-stackblitz/static/js/refractor-prismjs-vendor.2f31106f.js.map",
"parse5-vendor.c98c30fa.js.map": "/react-stackblitz/static/js/parse5-vendor.c98c30fa.js.map",
"react-vendor.d80e02fd.js.map": "/react-stackblitz/static/js/react-vendor.d80e02fd.js.map"
"react-vendor.7513a615.js.map": "/react-stackblitz/static/js/react-vendor.7513a615.js.map"
},
"entrypoints": [
"static/js/refractor-prismjs-vendor.2f31106f.js",
"static/js/parse5-vendor.c98c30fa.js",
"static/js/react-vendor.d80e02fd.js",
"static/js/react-vendor.7513a615.js",
"static/css/main.6fcb47f7.css",
"static/js/main.aa2623c1.js"
"static/js/main.4e398e08.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 name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="shortcut icon" href="/react-stackblitz/favicon.ico"><title>React StackBlitz</title><meta name="description" content="A React component is provided that allows you to programmatically generate StackBlitz projects from code samples on the fly."><script defer="defer" src="./static/js/refractor-prismjs-vendor.2f31106f.js"></script><script defer="defer" src="./static/js/parse5-vendor.c98c30fa.js"></script><script defer="defer" src="./static/js/react-vendor.d80e02fd.js"></script><script defer="defer" src="./static/js/main.aa2623c1.js"></script><link href="./static/css/main.6fcb47f7.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 name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="shortcut icon" href="/react-stackblitz/favicon.ico"><title>React StackBlitz</title><meta name="description" content="A React component is provided that allows you to programmatically generate StackBlitz projects from code samples on the fly."><script defer="defer" src="./static/js/refractor-prismjs-vendor.2f31106f.js"></script><script defer="defer" src="./static/js/parse5-vendor.c98c30fa.js"></script><script defer="defer" src="./static/js/react-vendor.7513a615.js"></script><script defer="defer" src="./static/js/main.4e398e08.js"></script><link href="./static/css/main.6fcb47f7.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
6 changes: 3 additions & 3 deletions static/js/main.aa2623c1.js → static/js/main.4e398e08.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/

/*!
* @uiw/copy-to-clipboard v1.0.12
* Copy to clipboard.
Expand Down Expand Up @@ -32,19 +26,20 @@ object-assign
*/

/**
* 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
* @license React
* 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.
*/

/**
* Prism: Lightweight, robust, elegant syntax highlighting
*
* @license MIT <https://opensource.org/licenses/MIT>
* @author Lea Verou <https://lea.verou.me>
* @namespace
* @public
*/
1 change: 1 addition & 0 deletions static/js/main.4e398e08.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion static/js/main.aa2623c1.js.map

This file was deleted.

3 changes: 3 additions & 0 deletions static/js/react-vendor.7513a615.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license React v17.0.2
/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
Expand All @@ -7,7 +8,8 @@
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
Expand All @@ -16,7 +18,8 @@
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
Expand Down
1 change: 1 addition & 0 deletions static/js/react-vendor.7513a615.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions static/js/react-vendor.d80e02fd.js

This file was deleted.

1 change: 0 additions & 1 deletion static/js/react-vendor.d80e02fd.js.map

This file was deleted.

0 comments on commit 2e55786

Please sign in to comment.