Skip to content

Commit

Permalink
chore(Compilers): upgrade @live-codes/browser-compilers to v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemhosny committed Jul 5, 2024
1 parent e205836 commit 46428b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/livecodes/vendors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { modulesService } from './services/modules';
const { getUrl, getModuleUrl } = modulesService;

export const vendorsBaseUrl = // 'http://127.0.0.1:8081/';
/* @__PURE__ */ getUrl('@live-codes/browser-compilers@0.12.0/dist/');
/* @__PURE__ */ getUrl('@live-codes/browser-compilers@0.14.0/dist/');

export const acornUrl = /* @__PURE__ */ getUrl('[email protected]/dist/acorn.js');

Expand Down

0 comments on commit 46428b6

Please sign in to comment.