Skip to content

Commit

Permalink
Freeze babel version
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshvarun committed Sep 8, 2023
1 parent 9a0fec6 commit 471a459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>blog-cells Demo</title>

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" />
<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css">
<link rel="stylesheet" href="https://unpkg.com/sakura.css@1.5.0/css/sakura.css" type="text/css">

</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/javascript-kernel/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function formatArg(arg: any): string {
}
}

importScripts("https://unpkg.com/@babel/standalone/babel.min.js");
importScripts("https://unpkg.com/@babel/standalone@7.22.16/babel.min.js");
declare var Babel: any;

// TODO: Is there a better way to do this without a mutable global variable?
Expand Down

0 comments on commit 471a459

Please sign in to comment.