From 4eab0751e2bf6b385b816e2175537d7ae479d2a1 Mon Sep 17 00:00:00 2001 From: Marc Dumais Date: Tue, 19 Mar 2024 15:45:25 -0400 Subject: [PATCH] Change indent to 4 spaces in lerna.json, published package.json files When running "lerna version" to create release commits, it will change indentation to 4 spaces. Unless we already have the same, it will do the change, which we do not want as part of the release commit. This is a one-off. Signed-off-by: Marc Dumais --- lerna.json | 18 +- package.json | 280 +++++++++--------- packages/base/package.json | 79 +++-- packages/react-components/package.json | 148 ++++----- .../viewer-prototype/package.json | 116 ++++---- 5 files changed, 320 insertions(+), 321 deletions(-) diff --git a/lerna.json b/lerna.json index 920fc456f..bdd2aaa0f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,11 +1,11 @@ { - "lerna": "7.3.0", - "version": "0.1.0", - "npmClient": "yarn", - "command": { - "run": { - "stream": true - }, - "verifyAccess": false - } + "lerna": "7.3.0", + "version": "0.1.0", + "npmClient": "yarn", + "command": { + "run": { + "stream": true + }, + "verifyAccess": false + } } diff --git a/package.json b/package.json index 8326b5185..f8ba19f01 100644 --- a/package.json +++ b/package.json @@ -1,142 +1,142 @@ { - "private": true, - "scripts": { - "prepare": "yarn build", - "build": "yarn -s clean && yarn -s tsref && yarn -s tsbuild && yarn -s build:examples && yarn -s download:plugins", - "tsref": "node scripts/typescript-references.js", - "tsbuild": "tsc -b", - "tswatch": "tsc -b -w", - "clean": "lerna run clean", - "build:examples": "yarn browser build && yarn electron build", - "start:browser": "yarn browser rebuild && yarn browser start", - "start:electron": "yarn electron rebuild && yarn electron start", - "download:plugins": "theia download:plugins -p=true --parallel=false", - "download:sample-traces": "curl -o TraceCompassTutorialTraces.tgz https://raw.githubusercontent.com/tuxology/tracevizlab/master/labs/TraceCompassTutorialTraces.tgz; tar -xf TraceCompassTutorialTraces.tgz", - "download:server": "curl -o trace-compass-server.tar.gz https://download.eclipse.org/tracecompass.incubator/trace-server/rcp/trace-compass-server-latest-linux.gtk.x86_64.tar.gz; tar -xf trace-compass-server.tar.gz", - "start:server": "./trace-compass-server/tracecompass-server", - "start-all:browser": "concurrently --kill-others -n trace-server,browser-app \"yarn start:server\" \"yarn start:browser\"", - "start-all:electron": "concurrently --kill-others -n trace-server,electron-app \"yarn start:server\" \"yarn start:electron\"", - "lint": "lerna run lint", - "lint:fix": "lerna run lint:fix", - "test": "lerna run test --", - "publish:latest": "lerna publish from-git --registry=https://registry.npmjs.org/ --exact --no-push --yes", - "publish:next": "lerna publish --registry=https://registry.npmjs.org/ --exact --canary minor --preid=next.$(date -u '+%Y%m%d%H%M%S').$(git rev-parse --short HEAD) --dist-tag=next --no-git-tag-version --no-push --yes", - "version:major": "lerna version major --exact --no-push --git-tag-command /usr/bin/true --yes -m \"Release %s (Major)\"", - "version:minor": "lerna version minor --exact --no-push --git-tag-command /usr/bin/true --yes -m \"Release %s (Minor)\"", - "version:patch": "lerna version patch --exact --no-push --git-tag-command /usr/bin/true --yes -m \"Release %s (Patch)\"", - "format:write": "lerna run format:write", - "format:check": "lerna run format:check", - "browser": "yarn -s --cwd examples/browser", - "electron": "yarn -s --cwd examples/electron", - "license:check": "npx dash-licenses-wrapper --configFile=./configs/license-check-config.json", - "license:check:review": "npx dash-licenses-wrapper --configFile=./configs/license-check-config.json --review" - }, - "keywords": [ - "theia-extension", - "trace-viewer", - "trace-analysis", - "tracing", - "trace" - ], - "repository": { - "type": "git", - "url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension" - }, - "bugs": { - "url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension/issues" - }, - "homepage": "https://github.com/eclipse-cdt-cloud/theia-trace-extension", - "resolutions": { - "msgpackr": "^1.10.1", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "@types/react": "^18.0.15", - "@types/react-dom": "^18.0.6" - }, - "devDependencies": { - "@eclipse-dash/nodejs-wrapper": "^0.0.1", - "@theia/cli": "1.45.1", - "concurrently": "^8.2.1", - "jsonc-parser": "^3.0.0", - "lerna": "^7.0.0", - "prettier": "2.8.8", - "typescript": "4.5.5" - }, - "workspaces": [ - "examples/browser", - "examples/electron", - "packages/*", - "theia-extensions/*" - ], - "theiaPluginsDir": "examples/plugins", - "theiaPlugins": { - "vscode-node-debug": "https://github.com/theia-ide/vscode-node-debug/releases/download/v1.35.3/node-debug-1.35.3.vsix", - "vscode-node-debug2": "https://open-vsx.org/api/ms-vscode/node-debug2/1.33.0/file/ms-vscode.node-debug2-1.33.0.vsix", - "vscode-builtin-bat": "https://open-vsx.org/api/vscode/bat/1.50.0/file/vscode.bat-1.50.0.vsix", - "vscode-builtin-clojure": "https://open-vsx.org/api/vscode/clojure/1.50.0/file/vscode.clojure-1.50.0.vsix", - "vscode-builtin-coffeescript": "https://open-vsx.org/api/vscode/coffeescript/1.50.0/file/vscode.coffeescript-1.50.0.vsix", - "vscode-builtin-configuration-editing": "https://open-vsx.org/api/vscode/configuration-editing/1.50.0/file/vscode.configuration-editing-1.50.0.vsix", - "vscode-builtin-cpp": "https://open-vsx.org/api/vscode/cpp/1.50.0/file/vscode.cpp-1.50.0.vsix", - "vscode-builtin-csharp": "https://open-vsx.org/api/vscode/csharp/1.50.0/file/vscode.csharp-1.50.0.vsix", - "vscode-builtin-css": "https://open-vsx.org/api/vscode/css/1.50.0/file/vscode.css-1.50.0.vsix", - "vscode-builtin-debug-auto-launch": "https://open-vsx.org/api/vscode/debug-auto-launch/1.50.0/file/vscode.debug-auto-launch-1.50.0.vsix", - "vscode-builtin-emmet": "https://open-vsx.org/api/vscode/emmet/1.50.0/file/vscode.emmet-1.50.0.vsix", - "vscode-builtin-fsharp": "https://open-vsx.org/api/vscode/fsharp/1.50.0/file/vscode.fsharp-1.50.0.vsix", - "vscode-builtin-git": "https://open-vsx.org/api/vscode/git/1.52.1/file/vscode.git-1.52.1.vsix", - "vscode-builtin-git-ui": "https://open-vsx.org/api/vscode/git-ui/1.50.0/file/vscode.git-ui-1.50.0.vsix", - "vscode-builtin-go": "https://open-vsx.org/api/vscode/go/1.50.0/file/vscode.go-1.50.0.vsix", - "vscode-builtin-groovy": "https://open-vsx.org/api/vscode/groovy/1.50.0/file/vscode.groovy-1.50.0.vsix", - "vscode-builtin-grunt": "https://open-vsx.org/api/vscode/grunt/1.50.0/file/vscode.grunt-1.50.0.vsix", - "vscode-builtin-gulp": "https://open-vsx.org/api/vscode/gulp/1.50.0/file/vscode.gulp-1.50.0.vsix", - "vscode-builtin-handlebars": "https://open-vsx.org/api/vscode/handlebars/1.50.0/file/vscode.handlebars-1.50.0.vsix", - "vscode-builtin-hlsl": "https://open-vsx.org/api/vscode/hlsl/1.50.0/file/vscode.hlsl-1.50.0.vsix", - "vscode-builtin-ini": "https://open-vsx.org/api/vscode/ini/1.50.0/file/vscode.ini-1.50.0.vsix", - "vscode-builtin-jake": "https://open-vsx.org/api/vscode/jake/1.50.0/file/vscode.jake-1.50.0.vsix", - "vscode-builtin-java": "https://open-vsx.org/api/vscode/java/1.50.0/file/vscode.java-1.50.0.vsix", - "vscode-builtin-javascript": "https://open-vsx.org/api/vscode/javascript/1.50.0/file/vscode.javascript-1.50.0.vsix", - "vscode-builtin-js-debug": "https://open-vsx.org/api/ms-vscode/js-debug/1.50.0/file/ms-vscode.js-debug-1.50.0.vsix", - "vscode-builtin-json": "https://open-vsx.org/api/vscode/json/1.50.0/file/vscode.json-1.50.0.vsix", - "vscode-builtin-less": "https://open-vsx.org/api/vscode/less/1.50.0/file/vscode.less-1.50.0.vsix", - "vscode-builtin-log": "https://open-vsx.org/api/vscode/log/1.50.0/file/vscode.log-1.50.0.vsix", - "vscode-builtin-lua": "https://open-vsx.org/api/vscode/lua/1.50.0/file/vscode.lua-1.50.0.vsix", - "vscode-builtin-make": "https://open-vsx.org/api/vscode/make/1.50.0/file/vscode.make-1.50.0.vsix", - "vscode-builtin-merge-conflict": "https://open-vsx.org/api/vscode/merge-conflict/1.50.0/file/vscode.merge-conflict-1.50.0.vsix", - "vscode-builtin-objective-c": "https://open-vsx.org/api/vscode/objective-c/1.50.0/file/vscode.objective-c-1.50.0.vsix", - "vscode-builtin-perl": "https://open-vsx.org/api/vscode/perl/1.50.0/file/vscode.perl-1.50.0.vsix", - "vscode-builtin-powershell": "https://open-vsx.org/api/vscode/powershell/1.50.0/file/vscode.powershell-1.50.0.vsix", - "vscode-builtin-pug": "https://open-vsx.org/api/vscode/pug/1.50.0/file/vscode.pug-1.50.0.vsix", - "vscode-builtin-python": "https://open-vsx.org/api/vscode/python/1.50.0/file/vscode.python-1.50.0.vsix", - "vscode-builtin-r": "https://open-vsx.org/api/vscode/r/1.50.0/file/vscode.r-1.50.0.vsix", - "vscode-builtin-razor": "https://open-vsx.org/api/vscode/razor/1.50.0/file/vscode.razor-1.50.0.vsix", - "vscode-builtin-ruby": "https://open-vsx.org/api/vscode/ruby/1.50.0/file/vscode.ruby-1.50.0.vsix", - "vscode-builtin-rust": "https://open-vsx.org/api/vscode/rust/1.50.0/file/vscode.rust-1.50.0.vsix", - "vscode-builtin-scss": "https://open-vsx.org/api/vscode/scss/1.50.0/file/vscode.scss-1.50.0.vsix", - "vscode-builtin-shaderlab": "https://open-vsx.org/api/vscode/shaderlab/1.50.0/file/vscode.shaderlab-1.50.0.vsix", - "vscode-builtin-shellscript": "https://open-vsx.org/api/vscode/shellscript/1.50.0/file/vscode.shellscript-1.50.0.vsix", - "vscode-builtin-sql": "https://open-vsx.org/api/vscode/sql/1.50.0/file/vscode.sql-1.50.0.vsix", - "vscode-builtin-swift": "https://open-vsx.org/api/vscode/swift/1.50.0/file/vscode.swift-1.50.0.vsix", - "vscode-builtin-theme-abyss": "https://open-vsx.org/api/vscode/theme-abyss/1.50.0/file/vscode.theme-abyss-1.50.0.vsix", - "vscode-builtin-theme-defaults": "https://open-vsx.org/api/vscode/theme-defaults/1.50.0/file/vscode.theme-defaults-1.50.0.vsix", - "vscode-builtin-theme-kimbie-dark": "https://open-vsx.org/api/vscode/theme-kimbie-dark/1.50.0/file/vscode.theme-kimbie-dark-1.50.0.vsix", - "vscode-builtin-theme-monokai": "https://open-vsx.org/api/vscode/theme-monokai/1.50.0/file/vscode.theme-monokai-1.50.0.vsix", - "vscode-builtin-theme-monokai-dimmed": "https://open-vsx.org/api/vscode/theme-monokai-dimmed/1.50.0/file/vscode.theme-monokai-dimmed-1.50.0.vsix", - "vscode-builtin-theme-quietlight": "https://open-vsx.org/api/vscode/theme-quietlight/1.50.0/file/vscode.theme-quietlight-1.50.0.vsix", - "vscode-builtin-theme-red": "https://open-vsx.org/api/vscode/theme-red/1.50.0/file/vscode.theme-red-1.50.0.vsix", - "vscode-builtin-theme-solarized-dark": "https://open-vsx.org/api/vscode/theme-solarized-dark/1.50.0/file/vscode.theme-solarized-dark-1.50.0.vsix", - "vscode-builtin-theme-tomorrow-night-blue": "https://open-vsx.org/api/vscode/theme-tomorrow-night-blue/1.50.0/file/vscode.theme-tomorrow-night-blue-1.50.0.vsix", - "vscode-builtin-typescript": "https://open-vsx.org/api/vscode/typescript/1.50.0/file/vscode.typescript-1.50.0.vsix", - "vscode-builtin-typescript-language-features": "https://open-vsx.org/api/vscode/typescript-language-features/1.50.0/file/vscode.typescript-language-features-1.50.0.vsix", - "vscode-builtin-vb": "https://open-vsx.org/api/vscode/vb/1.50.0/file/vscode.vb-1.50.0.vsix", - "vscode-builtin-icon-theme-seti": "https://open-vsx.org/api/vscode/vscode-theme-seti/1.50.0/file/vscode.vscode-theme-seti-1.50.0.vsix", - "vscode-builtin-xml": "https://open-vsx.org/api/vscode/xml/1.50.0/file/vscode.xml-1.50.0.vsix", - "vscode-builtin-yaml": "https://open-vsx.org/api/vscode/yaml/1.50.0/file/vscode.yaml-1.50.0.vsix", - "vscode-editorconfig": "https://open-vsx.org/api/EditorConfig/EditorConfig/0.14.4/file/EditorConfig.EditorConfig-0.14.4.vsix", - "vscode-clangd": "https://open-vsx.org/api/llvm-vs-code-extensions/vscode-clangd/0.1.7/file/llvm-vs-code-extensions.vscode-clangd-0.1.7.vsix" - }, - "dependencies": { - "@emotion/react": "^11.10.5", - "@emotion/styled": "^11.10.5", - "@types/react": "^18.0.15", - "@types/react-dom": "^18.0.6" - } + "private": true, + "scripts": { + "prepare": "yarn build", + "build": "yarn -s clean && yarn -s tsref && yarn -s tsbuild && yarn -s build:examples && yarn -s download:plugins", + "tsref": "node scripts/typescript-references.js", + "tsbuild": "tsc -b", + "tswatch": "tsc -b -w", + "clean": "lerna run clean", + "build:examples": "yarn browser build && yarn electron build", + "start:browser": "yarn browser rebuild && yarn browser start", + "start:electron": "yarn electron rebuild && yarn electron start", + "download:plugins": "theia download:plugins -p=true --parallel=false", + "download:sample-traces": "curl -o TraceCompassTutorialTraces.tgz https://raw.githubusercontent.com/tuxology/tracevizlab/master/labs/TraceCompassTutorialTraces.tgz; tar -xf TraceCompassTutorialTraces.tgz", + "download:server": "curl -o trace-compass-server.tar.gz https://download.eclipse.org/tracecompass.incubator/trace-server/rcp/trace-compass-server-latest-linux.gtk.x86_64.tar.gz; tar -xf trace-compass-server.tar.gz", + "start:server": "./trace-compass-server/tracecompass-server", + "start-all:browser": "concurrently --kill-others -n trace-server,browser-app \"yarn start:server\" \"yarn start:browser\"", + "start-all:electron": "concurrently --kill-others -n trace-server,electron-app \"yarn start:server\" \"yarn start:electron\"", + "lint": "lerna run lint", + "lint:fix": "lerna run lint:fix", + "test": "lerna run test --", + "publish:latest": "lerna publish from-git --registry=https://registry.npmjs.org/ --exact --no-push --yes", + "publish:next": "lerna publish --registry=https://registry.npmjs.org/ --exact --canary minor --preid=next.$(date -u '+%Y%m%d%H%M%S').$(git rev-parse --short HEAD) --dist-tag=next --no-git-tag-version --no-push --yes", + "version:major": "lerna version major --exact --no-push --git-tag-command /usr/bin/true --yes -m \"Release %s (Major)\"", + "version:minor": "lerna version minor --exact --no-push --git-tag-command /usr/bin/true --yes -m \"Release %s (Minor)\"", + "version:patch": "lerna version patch --exact --no-push --git-tag-command /usr/bin/true --yes -m \"Release %s (Patch)\"", + "format:write": "lerna run format:write", + "format:check": "lerna run format:check", + "browser": "yarn -s --cwd examples/browser", + "electron": "yarn -s --cwd examples/electron", + "license:check": "npx dash-licenses-wrapper --configFile=./configs/license-check-config.json", + "license:check:review": "npx dash-licenses-wrapper --configFile=./configs/license-check-config.json --review" + }, + "keywords": [ + "theia-extension", + "trace-viewer", + "trace-analysis", + "tracing", + "trace" + ], + "repository": { + "type": "git", + "url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension" + }, + "bugs": { + "url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension/issues" + }, + "homepage": "https://github.com/eclipse-cdt-cloud/theia-trace-extension", + "resolutions": { + "msgpackr": "^1.10.1", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "@types/react": "^18.0.15", + "@types/react-dom": "^18.0.6" + }, + "devDependencies": { + "@eclipse-dash/nodejs-wrapper": "^0.0.1", + "@theia/cli": "1.45.1", + "concurrently": "^8.2.1", + "jsonc-parser": "^3.0.0", + "lerna": "^7.0.0", + "prettier": "2.8.8", + "typescript": "4.5.5" + }, + "workspaces": [ + "examples/browser", + "examples/electron", + "packages/*", + "theia-extensions/*" + ], + "theiaPluginsDir": "examples/plugins", + "theiaPlugins": { + "vscode-node-debug": "https://github.com/theia-ide/vscode-node-debug/releases/download/v1.35.3/node-debug-1.35.3.vsix", + "vscode-node-debug2": "https://open-vsx.org/api/ms-vscode/node-debug2/1.33.0/file/ms-vscode.node-debug2-1.33.0.vsix", + "vscode-builtin-bat": "https://open-vsx.org/api/vscode/bat/1.50.0/file/vscode.bat-1.50.0.vsix", + "vscode-builtin-clojure": "https://open-vsx.org/api/vscode/clojure/1.50.0/file/vscode.clojure-1.50.0.vsix", + "vscode-builtin-coffeescript": "https://open-vsx.org/api/vscode/coffeescript/1.50.0/file/vscode.coffeescript-1.50.0.vsix", + "vscode-builtin-configuration-editing": "https://open-vsx.org/api/vscode/configuration-editing/1.50.0/file/vscode.configuration-editing-1.50.0.vsix", + "vscode-builtin-cpp": "https://open-vsx.org/api/vscode/cpp/1.50.0/file/vscode.cpp-1.50.0.vsix", + "vscode-builtin-csharp": "https://open-vsx.org/api/vscode/csharp/1.50.0/file/vscode.csharp-1.50.0.vsix", + "vscode-builtin-css": "https://open-vsx.org/api/vscode/css/1.50.0/file/vscode.css-1.50.0.vsix", + "vscode-builtin-debug-auto-launch": "https://open-vsx.org/api/vscode/debug-auto-launch/1.50.0/file/vscode.debug-auto-launch-1.50.0.vsix", + "vscode-builtin-emmet": "https://open-vsx.org/api/vscode/emmet/1.50.0/file/vscode.emmet-1.50.0.vsix", + "vscode-builtin-fsharp": "https://open-vsx.org/api/vscode/fsharp/1.50.0/file/vscode.fsharp-1.50.0.vsix", + "vscode-builtin-git": "https://open-vsx.org/api/vscode/git/1.52.1/file/vscode.git-1.52.1.vsix", + "vscode-builtin-git-ui": "https://open-vsx.org/api/vscode/git-ui/1.50.0/file/vscode.git-ui-1.50.0.vsix", + "vscode-builtin-go": "https://open-vsx.org/api/vscode/go/1.50.0/file/vscode.go-1.50.0.vsix", + "vscode-builtin-groovy": "https://open-vsx.org/api/vscode/groovy/1.50.0/file/vscode.groovy-1.50.0.vsix", + "vscode-builtin-grunt": "https://open-vsx.org/api/vscode/grunt/1.50.0/file/vscode.grunt-1.50.0.vsix", + "vscode-builtin-gulp": "https://open-vsx.org/api/vscode/gulp/1.50.0/file/vscode.gulp-1.50.0.vsix", + "vscode-builtin-handlebars": "https://open-vsx.org/api/vscode/handlebars/1.50.0/file/vscode.handlebars-1.50.0.vsix", + "vscode-builtin-hlsl": "https://open-vsx.org/api/vscode/hlsl/1.50.0/file/vscode.hlsl-1.50.0.vsix", + "vscode-builtin-ini": "https://open-vsx.org/api/vscode/ini/1.50.0/file/vscode.ini-1.50.0.vsix", + "vscode-builtin-jake": "https://open-vsx.org/api/vscode/jake/1.50.0/file/vscode.jake-1.50.0.vsix", + "vscode-builtin-java": "https://open-vsx.org/api/vscode/java/1.50.0/file/vscode.java-1.50.0.vsix", + "vscode-builtin-javascript": "https://open-vsx.org/api/vscode/javascript/1.50.0/file/vscode.javascript-1.50.0.vsix", + "vscode-builtin-js-debug": "https://open-vsx.org/api/ms-vscode/js-debug/1.50.0/file/ms-vscode.js-debug-1.50.0.vsix", + "vscode-builtin-json": "https://open-vsx.org/api/vscode/json/1.50.0/file/vscode.json-1.50.0.vsix", + "vscode-builtin-less": "https://open-vsx.org/api/vscode/less/1.50.0/file/vscode.less-1.50.0.vsix", + "vscode-builtin-log": "https://open-vsx.org/api/vscode/log/1.50.0/file/vscode.log-1.50.0.vsix", + "vscode-builtin-lua": "https://open-vsx.org/api/vscode/lua/1.50.0/file/vscode.lua-1.50.0.vsix", + "vscode-builtin-make": "https://open-vsx.org/api/vscode/make/1.50.0/file/vscode.make-1.50.0.vsix", + "vscode-builtin-merge-conflict": "https://open-vsx.org/api/vscode/merge-conflict/1.50.0/file/vscode.merge-conflict-1.50.0.vsix", + "vscode-builtin-objective-c": "https://open-vsx.org/api/vscode/objective-c/1.50.0/file/vscode.objective-c-1.50.0.vsix", + "vscode-builtin-perl": "https://open-vsx.org/api/vscode/perl/1.50.0/file/vscode.perl-1.50.0.vsix", + "vscode-builtin-powershell": "https://open-vsx.org/api/vscode/powershell/1.50.0/file/vscode.powershell-1.50.0.vsix", + "vscode-builtin-pug": "https://open-vsx.org/api/vscode/pug/1.50.0/file/vscode.pug-1.50.0.vsix", + "vscode-builtin-python": "https://open-vsx.org/api/vscode/python/1.50.0/file/vscode.python-1.50.0.vsix", + "vscode-builtin-r": "https://open-vsx.org/api/vscode/r/1.50.0/file/vscode.r-1.50.0.vsix", + "vscode-builtin-razor": "https://open-vsx.org/api/vscode/razor/1.50.0/file/vscode.razor-1.50.0.vsix", + "vscode-builtin-ruby": "https://open-vsx.org/api/vscode/ruby/1.50.0/file/vscode.ruby-1.50.0.vsix", + "vscode-builtin-rust": "https://open-vsx.org/api/vscode/rust/1.50.0/file/vscode.rust-1.50.0.vsix", + "vscode-builtin-scss": "https://open-vsx.org/api/vscode/scss/1.50.0/file/vscode.scss-1.50.0.vsix", + "vscode-builtin-shaderlab": "https://open-vsx.org/api/vscode/shaderlab/1.50.0/file/vscode.shaderlab-1.50.0.vsix", + "vscode-builtin-shellscript": "https://open-vsx.org/api/vscode/shellscript/1.50.0/file/vscode.shellscript-1.50.0.vsix", + "vscode-builtin-sql": "https://open-vsx.org/api/vscode/sql/1.50.0/file/vscode.sql-1.50.0.vsix", + "vscode-builtin-swift": "https://open-vsx.org/api/vscode/swift/1.50.0/file/vscode.swift-1.50.0.vsix", + "vscode-builtin-theme-abyss": "https://open-vsx.org/api/vscode/theme-abyss/1.50.0/file/vscode.theme-abyss-1.50.0.vsix", + "vscode-builtin-theme-defaults": "https://open-vsx.org/api/vscode/theme-defaults/1.50.0/file/vscode.theme-defaults-1.50.0.vsix", + "vscode-builtin-theme-kimbie-dark": "https://open-vsx.org/api/vscode/theme-kimbie-dark/1.50.0/file/vscode.theme-kimbie-dark-1.50.0.vsix", + "vscode-builtin-theme-monokai": "https://open-vsx.org/api/vscode/theme-monokai/1.50.0/file/vscode.theme-monokai-1.50.0.vsix", + "vscode-builtin-theme-monokai-dimmed": "https://open-vsx.org/api/vscode/theme-monokai-dimmed/1.50.0/file/vscode.theme-monokai-dimmed-1.50.0.vsix", + "vscode-builtin-theme-quietlight": "https://open-vsx.org/api/vscode/theme-quietlight/1.50.0/file/vscode.theme-quietlight-1.50.0.vsix", + "vscode-builtin-theme-red": "https://open-vsx.org/api/vscode/theme-red/1.50.0/file/vscode.theme-red-1.50.0.vsix", + "vscode-builtin-theme-solarized-dark": "https://open-vsx.org/api/vscode/theme-solarized-dark/1.50.0/file/vscode.theme-solarized-dark-1.50.0.vsix", + "vscode-builtin-theme-tomorrow-night-blue": "https://open-vsx.org/api/vscode/theme-tomorrow-night-blue/1.50.0/file/vscode.theme-tomorrow-night-blue-1.50.0.vsix", + "vscode-builtin-typescript": "https://open-vsx.org/api/vscode/typescript/1.50.0/file/vscode.typescript-1.50.0.vsix", + "vscode-builtin-typescript-language-features": "https://open-vsx.org/api/vscode/typescript-language-features/1.50.0/file/vscode.typescript-language-features-1.50.0.vsix", + "vscode-builtin-vb": "https://open-vsx.org/api/vscode/vb/1.50.0/file/vscode.vb-1.50.0.vsix", + "vscode-builtin-icon-theme-seti": "https://open-vsx.org/api/vscode/vscode-theme-seti/1.50.0/file/vscode.vscode-theme-seti-1.50.0.vsix", + "vscode-builtin-xml": "https://open-vsx.org/api/vscode/xml/1.50.0/file/vscode.xml-1.50.0.vsix", + "vscode-builtin-yaml": "https://open-vsx.org/api/vscode/yaml/1.50.0/file/vscode.yaml-1.50.0.vsix", + "vscode-editorconfig": "https://open-vsx.org/api/EditorConfig/EditorConfig/0.14.4/file/EditorConfig.EditorConfig-0.14.4.vsix", + "vscode-clangd": "https://open-vsx.org/api/llvm-vs-code-extensions/vscode-clangd/0.1.7/file/llvm-vs-code-extensions.vscode-clangd-0.1.7.vsix" + }, + "dependencies": { + "@emotion/react": "^11.10.5", + "@emotion/styled": "^11.10.5", + "@types/react": "^18.0.15", + "@types/react-dom": "^18.0.6" + } } diff --git a/packages/base/package.json b/packages/base/package.json index fb3bf167f..dccf98342 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,42 +1,41 @@ { - "name": "traceviewer-base", - "version": "0.1.0", - "description": "Trace Viewer base package, contains trace management utilities", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension" - }, - "bugs": { - "url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension/issues" - }, - "homepage": "https://github.com/eclipse-cdt-cloud/theia-trace-extension", - "files": [ - "lib", - "src" - ], - "dependencies": { - "tsp-typescript-client": "next" - }, - "devDependencies": { - "@typescript-eslint/eslint-plugin": "^3.4.0", - "@typescript-eslint/parser": "^3.4.0", - "eslint": "^7.3.0", - "eslint-plugin-import": "^2.21.2", - "eslint-plugin-no-null": "^1.0.2", - "eslint-plugin-react": "^7.20.0", - "rimraf": "latest", - "typescript": "latest" - }, - "scripts": { - "build": "tsc -b", - "clean": "rimraf lib *.tsbuildinfo", - "lint": "eslint .", - "lint:fix": "eslint . --fix", - "test": "echo 'test'", - "watch": "tsc -w", - "format:write": "prettier --write ./src", - "format:check": "prettier --check ./src" - }, - "gitHead": "4f93878b0ef9d58254a1f41daf99d03b4608df13" + "name": "traceviewer-base", + "version": "0.1.0", + "description": "Trace Viewer base package, contains trace management utilities", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension" + }, + "bugs": { + "url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension/issues" + }, + "homepage": "https://github.com/eclipse-cdt-cloud/theia-trace-extension", + "files": [ + "lib", + "src" + ], + "dependencies": { + "tsp-typescript-client": "next" + }, + "devDependencies": { + "@typescript-eslint/eslint-plugin": "^3.4.0", + "@typescript-eslint/parser": "^3.4.0", + "eslint": "^7.3.0", + "eslint-plugin-import": "^2.21.2", + "eslint-plugin-no-null": "^1.0.2", + "eslint-plugin-react": "^7.20.0", + "rimraf": "latest", + "typescript": "latest" + }, + "scripts": { + "build": "tsc -b", + "clean": "rimraf lib *.tsbuildinfo", + "lint": "eslint .", + "lint:fix": "eslint . --fix", + "test": "echo 'test'", + "watch": "tsc -w", + "format:write": "prettier --write ./src", + "format:check": "prettier --check ./src" + } } diff --git a/packages/react-components/package.json b/packages/react-components/package.json index e963ce5a2..5f829e8fa 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -1,76 +1,76 @@ { - "name": "traceviewer-react-components", - "version": "0.1.0", - "description": "Trace Compass react components", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension" - }, - "bugs": { - "url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension/issues" - }, - "homepage": "https://github.com/eclipse-cdt-cloud/theia-trace-extension", - "files": [ - "lib", - "src", - "style" - ], - "dependencies": { - "@fortawesome/fontawesome-svg-core": "^1.2.17 <1.3.0", - "@fortawesome/free-solid-svg-icons": "^5.8.1", - "@fortawesome/react-fontawesome": "^0.1.4", - "@mui/material": "^5.10.14", - "@vscode/codicons": "^0.0.29", - "ag-grid-community": "^28.2.0", - "ag-grid-react": "^28.2.0", - "chart.js": "^2.8.0", - "d3": "^7.1.1", - "lodash": "^4.17.15", - "react-chartjs-2": "^2.7.6", - "react-contexify": "^5.0.0", - "react-grid-layout": "1.2.0", - "react-modal": "^3.8.1", - "react-tooltip": "4.2.14", - "react-virtualized": "^9.21.0", - "semantic-ui-css": "^2.4.1", - "semantic-ui-react": "^0.86.0", - "timeline-chart": "next", - "traceviewer-base": "0.1.0", - "tsp-typescript-client": "next" - }, - "devDependencies": { - "@testing-library/react": "^13.4.0", - "@types/chart.js": "^2.7.52", - "@types/d3": "^7.1.0", - "@types/jest": "^29.0.0", - "@types/lodash": "^4.14.142", - "@types/react-grid-layout": "^1.1.1", - "@types/react-modal": "^3.8.2", - "@types/react-test-renderer": "^16.9.2", - "@types/react-virtualized": "^9.21.1", - "@typescript-eslint/eslint-plugin": "^3.4.0", - "@typescript-eslint/parser": "^3.4.0", - "eslint": "^7.3.0", - "eslint-plugin-import": "^2.21.2", - "eslint-plugin-no-null": "^1.0.2", - "eslint-plugin-react": "^7.20.0", - "jest": "^28.1.3", - "jest-canvas-mock": "^2.4.0", - "jest-environment-jsdom": "^28.1.3", - "react-test-renderer": "^18.2.0", - "rimraf": "latest", - "ts-jest": "^28.0.8", - "typescript": "latest" - }, - "scripts": { - "build": "tsc -b", - "clean": "rimraf lib *.tsbuildinfo", - "lint": "eslint .", - "lint:fix": "eslint . --fix", - "test": "jest --config jest.config.json", - "watch": "tsc -b -w", - "format:write": "prettier --write ./src", - "format:check": "prettier --check ./src" - } + "name": "traceviewer-react-components", + "version": "0.1.0", + "description": "Trace Compass react components", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension" + }, + "bugs": { + "url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension/issues" + }, + "homepage": "https://github.com/eclipse-cdt-cloud/theia-trace-extension", + "files": [ + "lib", + "src", + "style" + ], + "dependencies": { + "@fortawesome/fontawesome-svg-core": "^1.2.17 <1.3.0", + "@fortawesome/free-solid-svg-icons": "^5.8.1", + "@fortawesome/react-fontawesome": "^0.1.4", + "@mui/material": "^5.10.14", + "@vscode/codicons": "^0.0.29", + "ag-grid-community": "^28.2.0", + "ag-grid-react": "^28.2.0", + "chart.js": "^2.8.0", + "d3": "^7.1.1", + "lodash": "^4.17.15", + "react-chartjs-2": "^2.7.6", + "react-contexify": "^5.0.0", + "react-grid-layout": "1.2.0", + "react-modal": "^3.8.1", + "react-tooltip": "4.2.14", + "react-virtualized": "^9.21.0", + "semantic-ui-css": "^2.4.1", + "semantic-ui-react": "^0.86.0", + "timeline-chart": "next", + "traceviewer-base": "0.1.0", + "tsp-typescript-client": "next" + }, + "devDependencies": { + "@testing-library/react": "^13.4.0", + "@types/chart.js": "^2.7.52", + "@types/d3": "^7.1.0", + "@types/jest": "^29.0.0", + "@types/lodash": "^4.14.142", + "@types/react-grid-layout": "^1.1.1", + "@types/react-modal": "^3.8.2", + "@types/react-test-renderer": "^16.9.2", + "@types/react-virtualized": "^9.21.1", + "@typescript-eslint/eslint-plugin": "^3.4.0", + "@typescript-eslint/parser": "^3.4.0", + "eslint": "^7.3.0", + "eslint-plugin-import": "^2.21.2", + "eslint-plugin-no-null": "^1.0.2", + "eslint-plugin-react": "^7.20.0", + "jest": "^28.1.3", + "jest-canvas-mock": "^2.4.0", + "jest-environment-jsdom": "^28.1.3", + "react-test-renderer": "^18.2.0", + "rimraf": "latest", + "ts-jest": "^28.0.8", + "typescript": "latest" + }, + "scripts": { + "build": "tsc -b", + "clean": "rimraf lib *.tsbuildinfo", + "lint": "eslint .", + "lint:fix": "eslint . --fix", + "test": "jest --config jest.config.json", + "watch": "tsc -b -w", + "format:write": "prettier --write ./src", + "format:check": "prettier --check ./src" + } } diff --git a/theia-extensions/viewer-prototype/package.json b/theia-extensions/viewer-prototype/package.json index 4121ba168..9d8855d2c 100644 --- a/theia-extensions/viewer-prototype/package.json +++ b/theia-extensions/viewer-prototype/package.json @@ -1,61 +1,61 @@ { - "name": "theia-traceviewer", - "version": "0.1.0", - "description": "A Trace Viewer for Theia applications, in the form of a Theia extension", - "keywords": [ - "theia-extension" - ], - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension" - }, - "bugs": { - "url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension/issues" - }, - "homepage": "https://github.com/eclipse-cdt-cloud/theia-trace-extension", - "files": [ - "lib", - "src", - "style" - ], - "dependencies": { - "@theia/core": "1.45.1", - "@theia/editor": "1.45.1", - "@theia/filesystem": "1.45.1", - "traceviewer-base": "0.1.0", - "traceviewer-react-components": "0.1.0", - "tree-kill": "latest", - "animate.css": "^4.1.1" - }, - "devDependencies": { - "@typescript-eslint/eslint-plugin": "^3.4.0", - "@typescript-eslint/parser": "^3.4.0", - "eslint": "^7.3.0", - "eslint-plugin-import": "^2.21.2", - "eslint-plugin-no-null": "^1.0.2", - "eslint-plugin-react": "^7.20.0", - "rimraf": "latest", - "typescript": "latest" - }, - "scripts": { - "build": "tsc -b", - "clean": "rimraf lib *.tsbuildinfo", - "lint": "eslint .", - "lint:fix": "eslint . --fix", - "test": "echo 'test'", - "watch": "tsc -w", - "format:write": "prettier --write ./src", - "format:check": "prettier --check ./src" - }, - "theiaExtensions": [ - { - "frontend": "lib/browser/trace-viewer/trace-viewer-frontend-module", - "backend": "lib/node/viewer-prototype-backend-module" + "name": "theia-traceviewer", + "version": "0.1.0", + "description": "A Trace Viewer for Theia applications, in the form of a Theia extension", + "keywords": [ + "theia-extension" + ], + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension" }, - { - "backend": "lib/node/trace-server/trace-server-module", - "backendElectron": "lib/electron-node/trace-server/electron-trace-server-module" - } - ] + "bugs": { + "url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension/issues" + }, + "homepage": "https://github.com/eclipse-cdt-cloud/theia-trace-extension", + "files": [ + "lib", + "src", + "style" + ], + "dependencies": { + "@theia/core": "1.45.1", + "@theia/editor": "1.45.1", + "@theia/filesystem": "1.45.1", + "traceviewer-base": "0.1.0", + "traceviewer-react-components": "0.1.0", + "tree-kill": "latest", + "animate.css": "^4.1.1" + }, + "devDependencies": { + "@typescript-eslint/eslint-plugin": "^3.4.0", + "@typescript-eslint/parser": "^3.4.0", + "eslint": "^7.3.0", + "eslint-plugin-import": "^2.21.2", + "eslint-plugin-no-null": "^1.0.2", + "eslint-plugin-react": "^7.20.0", + "rimraf": "latest", + "typescript": "latest" + }, + "scripts": { + "build": "tsc -b", + "clean": "rimraf lib *.tsbuildinfo", + "lint": "eslint .", + "lint:fix": "eslint . --fix", + "test": "echo 'test'", + "watch": "tsc -w", + "format:write": "prettier --write ./src", + "format:check": "prettier --check ./src" + }, + "theiaExtensions": [ + { + "frontend": "lib/browser/trace-viewer/trace-viewer-frontend-module", + "backend": "lib/node/viewer-prototype-backend-module" + }, + { + "backend": "lib/node/trace-server/trace-server-module", + "backendElectron": "lib/electron-node/trace-server/electron-trace-server-module" + } + ] }