Skip to content

Commit

Permalink
Merge pull request #12 from koromerzhin/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
fix(deps): pin dependencies
  • Loading branch information
koromerzhin committed Jun 7, 2021
2 parents 4502950 + de065cf commit 6bd21d1
Show file tree
Hide file tree
Showing 6 changed files with 3,138 additions and 13 deletions.
8 changes: 3 additions & 5 deletions back/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions back/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"start": "nodemon src/index.js"
},
"dependencies": {
"dotenv": "^8.2.0",
"dotenv": "8.2.0",
"express": "4.17.1",
"socket.io": "^3.1.1",
"tmi.js": "^1.7.2"
"socket.io": "3.1.1",
"tmi.js": "1.7.2"
},
"devDependencies": {
"nodemon": "2.0.7"
Expand Down
2 changes: 1 addition & 1 deletion front/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"axios": "0.21.1",
"core-js": "3.9.0",
"quasar": "1.15.4",
"socket.io-client": "^3.1.2",
"socket.io-client": "3.1.2",
"vue-i18n": "8.22.4"
},
"devDependencies": {
Expand Down

0 comments on commit 6bd21d1

Please sign in to comment.