Skip to content

Commit b8b34a9

Browse files
Move @types/nprogress into devDeps
1 parent ac233a3 commit b8b34a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
],
3838
"devDependencies": {
3939
"@types/node": "^18.14.6",
40+
"@types/nprogress": "^0.2.0",
4041
"@types/react": "^18",
4142
"@types/react-dom": "^18",
4243
"@typescript-eslint/eslint-plugin": "^5.54.0",
@@ -56,7 +57,6 @@
5657
},
5758
"packageManager": "yarn@3.2.4",
5859
"dependencies": {
59-
"@types/nprogress": "^0.2.0",
6060
"nprogress": "^0.2.0",
6161
"prop-types": "^15.8.1"
6262
}

0 commit comments

Comments
 (0)