Skip to content

Commit b79fedc

Browse files
jellydlabaj
andauthored
chrore(deps): update to xterm 5.1.0 (#65)
* chrore(deps): update to xterm 5.1.0 * fix: updated yarn.lock file * fix: Updated snap shots. --------- Co-authored-by: Donald Labaj <[email protected]>
1 parent 9b7f325 commit b79fedc

File tree

6 files changed

+3094
-3986
lines changed

6 files changed

+3094
-3986
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
"@testing-library/jest-dom": "5.16.2",
3333
"@testing-library/react": "^13.4.0",
3434
"@testing-library/user-event": "14.5.2",
35+
"@types/file-saver": "^2.0.7",
36+
"@types/react": "^18",
37+
"@types/react-dom": "^18",
3538
"@typescript-eslint/eslint-plugin": "^5.42.0",
3639
"@typescript-eslint/parser": "^5.42.0",
3740
"babel-jest": "^29.7.0",
@@ -52,11 +55,8 @@
5255
"prettier": "2.7.1",
5356
"react": "^18",
5457
"react-dom": "^18",
55-
"typescript": "^4.7.4",
56-
"@types/react": "^18",
57-
"@types/react-dom": "^18",
58-
"@types/file-saver": "^2.0.7",
59-
"tslib": "^2.6.3"
58+
"tslib": "^2.6.3",
59+
"typescript": "^4.7.4"
6060
},
6161
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
6262
}

packages/module/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"@spice-project/spice-html5": "^0.2.1",
4242
"file-saver": "^1.3.8",
4343
"react-jss": "^10.10.0",
44-
"xterm": "^4.8.1",
45-
"xterm-addon-fit": "^0.2.1"
44+
"xterm": "^5.1.0",
45+
"xterm-addon-fit": "^0.8.0"
4646
},
4747
"peerDependencies": {
4848
"react": "^17 || ^18",

0 commit comments

Comments
 (0)