Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Plotly to version 3.0.1 #450

Merged
merged 23 commits into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
ecfb95f
Bump @types/audioworklet from 0.0.69 to 0.0.70
dependabot[bot] Feb 10, 2025
abb3536
Bump @typescript-eslint/parser from 8.23.0 to 8.24.0
dependabot[bot] Feb 10, 2025
3ff0009
Bump eslint from 9.19.0 to 9.20.0
dependabot[bot] Feb 10, 2025
974a136
Merge pull request #444 from OpenGammaProject/dependabot/npm_and_yarn…
NuclearPhoenixx Feb 10, 2025
e44fa50
Merge pull request #443 from OpenGammaProject/dependabot/npm_and_yarn…
NuclearPhoenixx Feb 10, 2025
c336c88
Merge pull request #441 from OpenGammaProject/dependabot/npm_and_yarn…
NuclearPhoenixx Feb 10, 2025
6fa9f7a
Bump @typescript-eslint/eslint-plugin from 8.23.0 to 8.24.0
dependabot[bot] Feb 10, 2025
2da1313
Merge pull request #442 from OpenGammaProject/dependabot/npm_and_yarn…
NuclearPhoenixx Feb 10, 2025
a6710fc
update dependencies
NuclearPhoenixx Feb 13, 2025
607f158
Bump sass from 1.84.0 to 1.85.0
dependabot[bot] Feb 17, 2025
18a714a
Bump @typescript-eslint/eslint-plugin from 8.24.0 to 8.24.1
dependabot[bot] Feb 17, 2025
02aa624
Bump webpack from 5.97.1 to 5.98.0
dependabot[bot] Feb 17, 2025
03fd382
Merge pull request #449 from OpenGammaProject/dependabot/npm_and_yarn…
NuclearPhoenixx Feb 18, 2025
4a0aef0
Merge pull request #447 from OpenGammaProject/dependabot/npm_and_yarn…
NuclearPhoenixx Feb 18, 2025
6d7b2fa
Merge pull request #445 from OpenGammaProject/dependabot/npm_and_yarn…
NuclearPhoenixx Feb 18, 2025
56e0673
Bump sass-loader from 16.0.4 to 16.0.5
dependabot[bot] Feb 18, 2025
a6917e3
Bump @typescript-eslint/parser from 8.24.0 to 8.24.1
dependabot[bot] Feb 18, 2025
6e94a7d
Merge pull request #446 from OpenGammaProject/dependabot/npm_and_yarn…
NuclearPhoenixx Feb 18, 2025
5bc21e1
Merge pull request #448 from OpenGammaProject/dependabot/npm_and_yarn…
NuclearPhoenixx Feb 18, 2025
a63919e
remove unused URL exception
NuclearPhoenixx Feb 18, 2025
fe22565
add bootstrap exception
NuclearPhoenixx Feb 18, 2025
0cb528b
Update to Plotly 3.0.1
NuclearPhoenixx Feb 18, 2025
69bba4e
rename axis label
NuclearPhoenixx Feb 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/main.bundle.js

Large diffs are not rendered by default.

23 changes: 22 additions & 1 deletion dist/main.bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,25 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/

/*! For license information please see plotly-basic.min.js.LICENSE.txt */
/*! Bundled license information:

native-promise-only/lib/npo.src.js:
(*! Native Promise Only
v0.8.1 (c) Kyle Simpson
MIT License: http://getify.mit-license.org
*)

polybooljs/index.js:
(*
* @copyright 2016 Sean Connelly (@voidqk), http://syntheti.cc
* @license MIT
* @preserve Project Home: https://github.com/voidqk/polybooljs
*)

object-assign/index.js:
(*
object-assign
(c) Sindre Sorhus
@license MIT
*)
*/
2 changes: 1 addition & 1 deletion dist/main.bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/notFound.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/notFound.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<meta name="language" content="English">
<!--
CSP: Only allow loading resources from this website.
Style-src: unsafe-inline needed for Plotly.js styles.
Style-src: unsafe-inline needed for Plotly.js and bootstrap styles.
Img-src needs data: and blob: otherwise it cannot load some images.
Connect-src is used for fetch (Custom isotope list URL) - * allow all.
-->
<meta http-equiv="Content-Security-Policy" content="default-src 'self';
style-src 'self' 'unsafe-inline';
img-src 'self' data: blob: https://hits.seeyoufarm.com/api/count/incr/badge.svg;
img-src 'self' data: blob:;
connect-src * ">

<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
Expand Down
Loading
Loading