Skip to content

Commit

Permalink
Update packages (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
phschaad authored Jan 10, 2023
1 parent 8abfa89 commit dfe1ebe
Show file tree
Hide file tree
Showing 7 changed files with 1,820 additions and 2,679 deletions.
6 changes: 5 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ trim_trailing_whitespace = true
indent_style = space
indent_size = 4

[*.{css}]
[*.css]
indent_style = space
indent_size = 2

[*.json]
indent_style = space
indent_size = 4
4,423 changes: 1,779 additions & 2,644 deletions package-lock.json

Large diffs are not rendered by default.

56 changes: 29 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"name": "sdfv",
"displayName": "DaCe SDFG Editor",
"description": "Transform and optimize data-centric programs with a click of a button",
"version": "1.5.2",
"version": "1.5.3",
"engines": {
"vscode": "^1.68.0"
},
"categories": [
"Visualization",
"Programming Languages",
"Other"
],
"activationEvents": [
Expand Down Expand Up @@ -617,47 +618,48 @@
"postinstall": "patch-package --patch-dir ./packages/sdfv/patches"
},
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/glob": "^8.0.0",
"@types/jquery-editable-select": "^2.2.1",
"@types/mocha": "^7.0.1",
"@types/mocha": "^10.0.1",
"@types/node": "^12.20.55",
"@types/uuid": "^8.3.4",
"@types/vscode": "^1.68.0",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"autoprefixer": "^10.3.4",
"@types/vscode": "^1.74.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@vscode/test-electron": "^2.2.2",
"autoprefixer": "^10.4.13",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.3.0",
"eslint": "^8.17.0",
"css-loader": "^6.7.3",
"eslint": "^8.31.0",
"file-loader": "^6.2.0",
"glob": "^7.1.6",
"mocha": "^7.2.0",
"postcss-loader": "^6.1.1",
"glob": "^8.0.3",
"mocha": "^10.2.0",
"postcss-loader": "^7.0.2",
"rimraf": "^3.0.2",
"sass": "^1.52.3",
"sass-loader": "^12.1.0",
"style-loader": "^3.2.1",
"ts-loader": "^9.2.6",
"typescript": "^4.7.0",
"vscode-test": "^1.5.2",
"webpack": "^5.73.0",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@popperjs/core": "^2.10.1",
"@types/dagre": "^0.7.46",
"@types/jquery": "^3.5.6",
"bootstrap": "^5.2.0",
"@popperjs/core": "^2.11.6",
"@types/dagre": "^0.7.48",
"@types/jquery": "^3.5.16",
"@vscode/debugadapter": "^1.58.0",
"@vscode/debugprotocol": "^1.58.0",
"bootstrap": "^5.2.3",
"browserify-zlib": "^0.2.0",
"dagre": "^0.8.5",
"jquery": "^3.6.0",
"jquery": "^3.6.3",
"jquery-editable-select": "^2.2.5",
"material-icons": "^1.11.1",
"material-icons": "^1.13.1",
"monaco-editor": "^0.26.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"uuid": "^9.0.0",
"vscode-debugadapter": "^1.46.0"
"uuid": "^9.0.0"
},
"workspaces": [
"./packages/sdfv"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdfv
4 changes: 2 additions & 2 deletions src/debugger/dace_debugging_session.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Copyright 2020-2022 ETH Zurich and the DaCe-VSCode authors.
// All rights reserved.

import { LoggingDebugSession, TerminatedEvent } from 'vscode-debugadapter';
import { LoggingDebugSession, TerminatedEvent } from '@vscode/debugadapter';
import { DebugProtocol } from '@vscode/debugprotocol';
import * as vscode from 'vscode';
import * as os from 'os';
import { DebugProtocol } from 'vscode-debugprotocol';
import { BreakpointHandler } from './breakpoint_handler';
import { PORT } from './dace_listener';

Expand Down
6 changes: 3 additions & 3 deletions src/debugger/sdfg_python_debug_session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import {
LoggingDebugSession,
OutputEvent,
TerminatedEvent,
} from 'vscode-debugadapter';
} from '@vscode/debugadapter';
import { DebugProtocol } from '@vscode/debugprotocol';
import { FileAccessor, SdfgPythonDebuggerRuntime } from './sdfg_python_runtime';
import { DebugProtocol } from 'vscode-debugprotocol';

export interface SdfgPythonLaunchRequestArguments
extends DebugProtocol.LaunchRequestArguments {
Expand Down Expand Up @@ -84,4 +84,4 @@ export class SdfgPythonDebugSession extends LoggingDebugSession {
this.sendResponse(response);
}

}
}
2 changes: 1 addition & 1 deletion src/webclients/components/analysis/analysis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ class AnalysisPanel extends ICPCWebclientMessagingComponent {
if (nodeOverlay && nodeOverlay !== 'none' &&
typeof nodeOverlay === 'string')
overlays.push(nodeOverlay);
const edgeOverlay = this.nodeOverlaySelect?.val();
const edgeOverlay = this.edgeOverlaySelect?.val();
if (edgeOverlay && edgeOverlay !== 'none' &&
typeof edgeOverlay === 'string')
overlays.push(edgeOverlay);
Expand Down

0 comments on commit dfe1ebe

Please sign in to comment.