Skip to content

Commit

Permalink
chore: move typescript back to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzyma committed Nov 21, 2024
1 parent d639dfd commit 3d1f2f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@
"dom-accessibility-api": "0.5.9",
"lz-string": "1.5.0",
"picocolors": "1.1.1",
"pretty-format": "27.0.2",
"typescript": "4.5"
"pretty-format": "27.0.2"
},
"devDependencies": {
"@testing-library/jest-dom": "5.11.6",
Expand All @@ -77,7 +76,8 @@
"jest-snapshot-serializer-ansi": "1.0.0",
"jest-watch-select-projects": "2.0.0",
"jsdom": "20.0.0",
"kcd-scripts": "13.0.0"
"kcd-scripts": "13.0.0",
"typescript": "4.5"
},
"overrides": {
"browserslist": "4.21.8",
Expand Down

0 comments on commit 3d1f2f5

Please sign in to comment.