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 electron-builder to v23.0.6 #3410

Merged
merged 3 commits into from
Apr 21, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use crate::language_server::*;
use strum_macros::IntoStaticStr;



// =============
// === Event ===
// =============
Expand Down
5 changes: 5 additions & 0 deletions app/gui/enso-profiler-metadata/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
//! Enso specific metadata logging utilities for use with the profiling framework.

// === Standard Linter Configuration ===
#![deny(non_ascii_idents)]
#![warn(unsafe_code)]

use serde::Serializer;
use std::fmt::Display;
use std::fmt::Formatter;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@

use ensogl::prelude::*;

use crate::application::command::FrpNetworkProvider;
use crate::GraphEditorModelWithNetwork;
use crate::NodeId;

use crate::application::command::FrpNetworkProvider;
use enso_frp as frp;
use ensogl::animation::easing::EndStatus::Normal;
use ensogl::display::Scene;
use ensogl::Animation;
use ensogl::Easing;



/// Describes the "speed" of growth/shrink animation.
///
/// To determine the duration of the blending animation, we divide the length of the camera path by
Expand Down
2 changes: 1 addition & 1 deletion app/ide-desktop/lib/client/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let config = {
'copy-webpack-plugin': '^5.1.1',
devtron: '^1.4.0',
electron: '17.1.0',
'electron-builder': '^22.14.13',
'electron-builder': '^23.0.6',
'crypto-js': '4.0.0',
'electron-notarize': '1.1.1',
},
Expand Down
Loading