Skip to content

Commit

Permalink
Merge pull request #35 from melanieseltzer/clean-up-deps
Browse files Browse the repository at this point in the history
Move `@types/nprogress` into devDependencies
  • Loading branch information
TheSGJ authored Apr 22, 2024
2 parents ece3ac9 + 5120e54 commit 44acf56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
],
"devDependencies": {
"@types/node": "^18.14.6",
"@types/nprogress": "^0.2.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^5.54.0",
Expand All @@ -60,7 +61,6 @@
},
"packageManager": "yarn@3.2.4",
"dependencies": {
"@types/nprogress": "^0.2.2",
"nprogress": "^0.2.0",
"prop-types": "^15.8.1"
}
Expand Down

0 comments on commit 44acf56

Please sign in to comment.