Skip to content

Commit 6b74d39

Browse files
committed
1 parent 565d9d2 commit 6b74d39

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "traceviewer-base",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "Trace Viewer base package, contains trace management utilities",
55
"license": "MIT",
66
"repository": {
@@ -22,10 +22,10 @@
2222
"@typescript-eslint/eslint-plugin": "^6.0.0",
2323
"@typescript-eslint/parser": "^6.0.0",
2424
"eslint": "^8.43.0",
25+
"eslint-config-prettier": "^9.0.0",
2526
"eslint-plugin-import": "^2.21.2",
2627
"eslint-plugin-no-null": "^1.0.2",
2728
"eslint-plugin-react": "^7.20.0",
28-
"eslint-config-prettier": "^9.0.0",
2929
"prettier": "^3.6.2",
3030
"rimraf": "^5.0.0",
3131
"typescript": "4.9.5"

react-components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "traceviewer-react-components",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "Trace Compass react components",
55
"license": "MIT",
66
"repository": {
@@ -35,7 +35,7 @@
3535
"react-modal": "^3.8.1",
3636
"react-virtualized": "^9.21.0",
3737
"timeline-chart": "^0.4.3",
38-
"traceviewer-base": "0.9.1",
38+
"traceviewer-base": "0.10.0",
3939
"tsp-typescript-client": "^0.9.0"
4040
},
4141
"devDependencies": {
@@ -52,10 +52,10 @@
5252
"@typescript-eslint/eslint-plugin": "^6.0.0",
5353
"@typescript-eslint/parser": "^6.0.0",
5454
"eslint": "^8.43.0",
55+
"eslint-config-prettier": "^9.0.0",
5556
"eslint-plugin-import": "^2.21.2",
5657
"eslint-plugin-no-null": "^1.0.2",
5758
"eslint-plugin-react": "^7.20.0",
58-
"eslint-config-prettier": "^9.0.0",
5959
"jest": "^28.1.3",
6060
"jest-canvas-mock": "^2.4.0",
6161
"jest-environment-jsdom": "^28.1.3",

0 commit comments

Comments
 (0)