Skip to content

Commit 910ef6a

Browse files
Merge pull request #17 from trash-and-fire/16_upgrade_to_410
16 upgrade to 410
2 parents 492e04e + 20649a2 commit 910ef6a

26 files changed

+1018
-49
lines changed

common/config/rush/pnpm-lock.yaml

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

docs/asset-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"files": {
33
"main.css": "/lightweight-charts-react-wrapper/static/css/main.0b2241f9.css",
4-
"main.js": "/lightweight-charts-react-wrapper/static/js/main.5cc5d726.js",
4+
"main.js": "/lightweight-charts-react-wrapper/static/js/main.06ba6dac.js",
55
"static/js/626.d7e9fbd1.chunk.js": "/lightweight-charts-react-wrapper/static/js/626.d7e9fbd1.chunk.js",
66
"index.html": "/lightweight-charts-react-wrapper/index.html",
77
"main.0b2241f9.css.map": "/lightweight-charts-react-wrapper/static/css/main.0b2241f9.css.map",
8-
"main.5cc5d726.js.map": "/lightweight-charts-react-wrapper/static/js/main.5cc5d726.js.map",
8+
"main.06ba6dac.js.map": "/lightweight-charts-react-wrapper/static/js/main.06ba6dac.js.map",
99
"626.d7e9fbd1.chunk.js.map": "/lightweight-charts-react-wrapper/static/js/626.d7e9fbd1.chunk.js.map"
1010
},
1111
"entrypoints": [
1212
"static/css/main.0b2241f9.css",
13-
"static/js/main.5cc5d726.js"
13+
"static/js/main.06ba6dac.js"
1414
]
1515
}

docs/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"/><link rel="icon" href="/lightweight-charts-react-wrapper/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/lightweight-charts-react-wrapper/logo192.png"/><link rel="manifest" href="/lightweight-charts-react-wrapper/manifest.json"/><title>React App</title><script defer="defer" src="/lightweight-charts-react-wrapper/static/js/main.5cc5d726.js"></script><link href="/lightweight-charts-react-wrapper/static/css/main.0b2241f9.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"/><link rel="icon" href="/lightweight-charts-react-wrapper/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/lightweight-charts-react-wrapper/logo192.png"/><link rel="manifest" href="/lightweight-charts-react-wrapper/manifest.json"/><title>React App</title><script defer="defer" src="/lightweight-charts-react-wrapper/static/js/main.06ba6dac.js"></script><link href="/lightweight-charts-react-wrapper/static/css/main.0b2241f9.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

docs/static/js/main.06ba6dac.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.

docs/static/js/main.5cc5d726.js.LICENSE.txt renamed to docs/static/js/main.06ba6dac.js.LICENSE.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
http://jedwatson.github.io/classnames
55
*/
66

7+
/*!
8+
* @license
9+
* TradingView Lightweight Charts™ v4.1.0
10+
* Copyright (c) 2023 TradingView, Inc.
11+
* Licensed under Apache License 2.0 https://www.apache.org/licenses/LICENSE-2.0
12+
*/
13+
714
/*!
815
* assign-symbols <https://github.com/jonschlinkert/assign-symbols>
916
*

docs/static/js/main.06ba6dac.js.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.

docs/static/js/main.5cc5d726.js

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

docs/static/js/main.5cc5d726.js.map

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

packages/demo/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@
1616
"react-scripts": "5.0.1",
1717
"typescript": "~4.6.4",
1818
"web-vitals": "^2.1.0",
19-
"lightweight-charts": "4.0.1",
19+
"lightweight-charts": "4.1.0",
2020
"classnames": "~2.3.1",
2121
"react-router-dom": "~6.3.0",
2222
"@types/webpack-env": "~1.17.0",
2323
"codesandboxer": "~1.0.3",
2424
"lodash-es": "~4.17.21",
2525
"@types/lodash-es": "~4.17.6",
2626
"@babel/runtime": "7.17.9",
27-
"leva": "~0.9.27"
27+
"leva": "~0.9.27",
28+
"fancy-canvas": "2.1.0"
2829
},
2930
"scripts": {
3031
"start": "react-scripts start",

0 commit comments

Comments
 (0)