Skip to content

Commit 3d1f2f5

Browse files
committed
chore: move typescript back to devDependencies
1 parent d639dfd commit 3d1f2f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@
6666
"dom-accessibility-api": "0.5.9",
6767
"lz-string": "1.5.0",
6868
"picocolors": "1.1.1",
69-
"pretty-format": "27.0.2",
70-
"typescript": "4.5"
69+
"pretty-format": "27.0.2"
7170
},
7271
"devDependencies": {
7372
"@testing-library/jest-dom": "5.11.6",
@@ -77,7 +76,8 @@
7776
"jest-snapshot-serializer-ansi": "1.0.0",
7877
"jest-watch-select-projects": "2.0.0",
7978
"jsdom": "20.0.0",
80-
"kcd-scripts": "13.0.0"
79+
"kcd-scripts": "13.0.0",
80+
"typescript": "4.5"
8181
},
8282
"overrides": {
8383
"browserslist": "4.21.8",

0 commit comments

Comments
 (0)