Skip to content

Commit 6f291dc

Browse files
jrolfsgithub-actions[bot]
authored andcommitted
fix(deps): move TypeScript to devDependencies
1 parent b9d3af6 commit 6f291dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
"prettier": "^2.2.1",
8484
"read-pkg-up": "^7.0.1",
8585
"rimraf": "^3.0.2",
86-
"typescript": "^4.2.2",
8786
"which": "^2.0.2",
8887
"yargs-parser": "^20.2.4"
8988
},
@@ -122,6 +121,7 @@
122121
"eslint-config-kentcdodds": "^17.5.0",
123122
"jest-in-case": "^1.0.2",
124123
"npm-run-all": "^4.1.5",
125-
"slash": "^3.0.0"
124+
"slash": "^3.0.0",
125+
"typescript": "^4.2.2"
126126
}
127127
}

0 commit comments

Comments
 (0)