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

Upgrade traceviewer* packages to v0.2.6, that include upgraded ag-grid #262

Merged
merged 2 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 2 additions & 1 deletion configs/license-check-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"inputFile": "yarn.lock",
"batch": 50,
"timeout": 200,
"summary": "license-check-summary.txt"
"summary": "license-check-summary.txt",
"exclusions": "configs/license-check-exclusions.json"
}
3 changes: 3 additions & 0 deletions configs/license-check-exclusions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"npm/npmjs/-/playwright-core/1.46.1": "Believed to be license-compatible but still under IP review: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/15964"
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
"vscode-trace-common",
"vscode-trace-webviews",
"vscode-trace-extension"
]
],
"resolutions": {
"@vscode/vsce": "2.25.0"
}
}
2 changes: 1 addition & 1 deletion vscode-trace-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"dependencies": {
"json-bigint": "sidorares/json-bigint#2c0a5f896d7888e68e5f4ae3c7ea5cd42fd54473",
"traceviewer-base": "^0.2.5",
"traceviewer-base": "^0.2.6",
"tsp-typescript-client": "^0.4.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions vscode-trace-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,15 +280,15 @@
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@vscode/codicons": "^0.0.33",
"@vscode/vsce": "^2.21.0",
"ag-grid-community": "^28.2.0",
"@vscode/vsce": "2.25.0",
"@ag-grid-community/styles": "^32.0.0",
"ag-grid-react": "^28.2.0",
"chart.js": "^2.8.0",
"json-bigint": "sidorares/json-bigint#2c0a5f896d7888e68e5f4ae3c7ea5cd42fd54473",
"lodash": "^4.17.15",
"terser": "4.8.1",
"traceviewer-base": "^0.2.5",
"traceviewer-react-components": "^0.2.5",
"traceviewer-base": "^0.2.6",
"traceviewer-react-components": "^0.2.6",
"vscode-trace-common": "0.2.8"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions vscode-trace-webviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"react-virtualized": "^9.21.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.86.0",
"traceviewer-base": "^0.2.5",
"traceviewer-react-components": "^0.2.5",
"traceviewer-base": "^0.2.6",
"traceviewer-react-components": "^0.2.6",
"vscode-trace-common": "0.2.8"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* eslint-disable @typescript-eslint/no-empty-function */
/* eslint-disable @typescript-eslint/ban-types */
import 'ag-grid-community/dist/styles/ag-grid.css';
import 'ag-grid-community/dist/styles/ag-theme-balham-dark.css';
import 'ag-grid-community/dist/styles/ag-theme-balham.css';
import '@ag-grid-community/styles/ag-grid.css';
import '@ag-grid-community/styles/ag-theme-balham.css';
import JSONBigConfig from 'json-bigint';
import * as React from 'react';
import 'react-grid-layout/css/styles.css';
Expand Down
1,279 changes: 683 additions & 596 deletions yarn.lock

Large diffs are not rendered by default.

Loading