Skip to content

Commit

Permalink
Merge pull request #1165 from bridge-core/dev
Browse files Browse the repository at this point in the history
Update to latest preview
  • Loading branch information
ExDrill authored Jul 23, 2024
2 parents 095b8e1 + 79d162c commit 4758d26
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
34 changes: 17 additions & 17 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bridge",
"version": "2.7.29",
"version": "2.7.31",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -12,10 +12,10 @@
"build:nightly": "node ./scripts/build.mjs && node ./scripts/buildApp.mjs --nightly"
},
"dependencies": {
"@bridge-editor/dash-compiler": "^0.11.6",
"@bridge-editor/js-runtime": "^0.4.4",
"@bridge-editor/dash-compiler": "^0.11.7",
"@bridge-editor/js-runtime": "^0.4.5",
"@mdi/font": "^7.4.47",
"@swc/wasm-web": "^1.6.5",
"@swc/wasm-web": "1.6.5",
"@tauri-apps/api": "^1.2.0",
"@types/lz-string": "^1.3.34",
"bridge-common-utils": "^0.3.3",
Expand Down
Binary file modified public/packages.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Compiler/Worker/Service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { dirname } from '/@/utils/path'
import { EventDispatcher } from '/@/components/Common/Event/EventDispatcher'
import { ForeignConsole } from './Console'
import { Mutex } from '../../Common/Mutex'
import wasmUrl from '@swc/wasm-web/wasm_bg.wasm?url'
import wasmUrl from '@swc/wasm-web/wasm-web_bg.wasm?url'
import { VirtualDirectoryHandle } from '../../FileSystem/Virtual/DirectoryHandle'
import { TauriFsStore } from '../../FileSystem/Virtual/Stores/TauriFs'

Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import cssWorker from 'monaco-editor/esm/vs/language/css/css.worker.js?worker'
import htmlWorker from 'monaco-editor/esm/vs/language/html/html.worker.js?worker'
import tsWorker from 'monaco-editor/esm/vs/language/typescript/ts.worker.js?worker'
import { initRuntimes } from '@bridge-editor/js-runtime'
import wasmUrl from '@swc/wasm-web/wasm_bg.wasm?url'
import wasmUrl from '@swc/wasm-web/wasm-web_bg.wasm?url'
import './main.css'

// @ts-ignore
Expand Down
2 changes: 1 addition & 1 deletion src/utils/app/dataPackage.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const zipSize = 905186
export const zipSize = 907064

0 comments on commit 4758d26

Please sign in to comment.