Skip to content

Commit d15ab2f

Browse files
wise-king-sullymanKKoukiou
authored andcommitted
chore(deps): Sort deps into proper categories
1 parent ab3901c commit d15ab2f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@
5151
"prettier": "2.7.1",
5252
"react": "^18",
5353
"react-dom": "^18",
54-
"serve": "^14.1.2",
5554
"typescript": "^4.7.4",
5655
"@types/react": "^18",
57-
"@types/react-dom": "^18"
56+
"@types/react-dom": "^18",
57+
"@types/file-saver": "^2.0.1",
58+
"tslib": "^2.0.0"
5859
}
5960
}

packages/module/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@
3636
"@patternfly/react-core": "^4.276.6",
3737
"@patternfly/react-styles": "^4.92.6",
3838
"@spice-project/spice-html5": "^0.2.1",
39-
"@types/file-saver": "^2.0.1",
4039
"file-saver": "^1.3.8",
41-
"tslib": "^2.0.0",
4240
"xterm": "^4.8.1",
4341
"xterm-addon-fit": "^0.2.1"
4442
},
@@ -52,6 +50,7 @@
5250
"@patternfly/react-table": "^4.112.39",
5351
"@patternfly/react-code-editor": "^4.82.113",
5452
"rimraf": "^2.6.2",
55-
"@patternfly/patternfly-a11y": "^4.3.1"
53+
"@patternfly/patternfly-a11y": "^4.3.1",
54+
"serve": "^14.1.2"
5655
}
5756
}

0 commit comments

Comments
 (0)