Skip to content

Commit

Permalink
chore: move @types/express from client to server dependencies
Browse files Browse the repository at this point in the history
Caused by human errors
  • Loading branch information
levirs565 committed Jul 19, 2021
1 parent dcc12d3 commit ff011f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"devDependencies": {
"@babel/core": "^7.6.4",
"@storybook/vue": "^5.2.5",
"@types/express": "^4.17.13",
"@vue/cli-plugin-babel": "^3.6.0",
"@vue/cli-plugin-eslint": "^3.6.0",
"@vue/cli-service": "^3.6.0",
Expand Down
1 change: 1 addition & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
},
"dependencies": {
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/mongoose": "^5.3.27",
"bcrypt": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,6 @@ __metadata:
"@fortawesome/free-solid-svg-icons": ^5.8.2
"@fortawesome/vue-fontawesome": ^0.1.6
"@storybook/vue": ^5.2.5
"@types/express": ^4.17.13
"@vue/cli-plugin-babel": ^3.6.0
"@vue/cli-plugin-eslint": ^3.6.0
"@vue/cli-service": ^3.6.0
Expand Down Expand Up @@ -1674,6 +1673,7 @@ __metadata:
resolution: "@quizx/server@workspace:server"
dependencies:
"@types/bcrypt": ^5.0.0
"@types/express": ^4.17.13
"@types/express-session": ^1.17.4
"@types/mongoose": ^5.3.27
bcrypt: ^5.0.1
Expand Down

0 comments on commit ff011f9

Please sign in to comment.