Skip to content

Commit 44acf56

Browse files
authored
Merge pull request #35 from melanieseltzer/clean-up-deps
Move `@types/nprogress` into devDependencies
2 parents ece3ac9 + 5120e54 commit 44acf56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
],
4242
"devDependencies": {
4343
"@types/node": "^18.14.6",
44+
"@types/nprogress": "^0.2.2",
4445
"@types/react": "^18",
4546
"@types/react-dom": "^18",
4647
"@typescript-eslint/eslint-plugin": "^5.54.0",
@@ -60,7 +61,6 @@
6061
},
6162
"packageManager": "[email protected]",
6263
"dependencies": {
63-
"@types/nprogress": "^0.2.2",
6464
"nprogress": "^0.2.0",
6565
"prop-types": "^15.8.1"
6666
}

0 commit comments

Comments
 (0)