Skip to content

Commit

Permalink
Merge pull request #1163 from bridge-core/dev
Browse files Browse the repository at this point in the history
v2.7.29
  • Loading branch information
outercloudstudio authored Jul 16, 2024
2 parents 1ebb054 + 4cfb41e commit 095b8e1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bridge",
"version": "2.7.28",
"version": "2.7.29",
"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.4",
"@bridge-editor/dash-compiler": "^0.11.6",
"@bridge-editor/js-runtime": "^0.4.4",
"@mdi/font": "^7.4.47",
"@swc/wasm-web": "^1.6.7",
"@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/utils/app/dataPackage.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const zipSize = 906620
export const zipSize = 905186

0 comments on commit 095b8e1

Please sign in to comment.