Skip to content

Commit

Permalink
Merge branch 'main' into vkarpov15/typescript-reviews-astra
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 28, 2023
2 parents a63f69c + 9aa4345 commit 74dcf66
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion discord-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@masteringjs/eslint-config": "0.0.1",
"discord.js": "14.14.1",
"dotenv": "16.3.1",
"eslint": "8.54.0",
"eslint": "8.55.0",
"mongoose": "7.x",
"stargate-mongoose": "0.3.0"
},
Expand Down
6 changes: 3 additions & 3 deletions netlify-functions-ecommerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"mongoose": "7.x",
"sinon": "17.0.1",
"stargate-mongoose": "0.3.0",
"stripe": "14.5.0",
"stripe": "14.10.0",
"vanillatoasts": "1.6.0",
"webpack": "5.x"
},
"devDependencies": {
"@masteringjs/eslint-config": "0.0.1",
"axios": "1.6.2",
"eslint": "8.54.0",
"eslint": "8.56.0",
"mocha": "10.2.0",
"netlify-cli": "17.6.0"
"netlify-cli": "17.10.1"
},
"engines": {
"node": ">=14.0.0"
Expand Down
2 changes: 1 addition & 1 deletion photography-site-demo.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"express-ejs-layouts": "^2.5.1",
"express-fileupload": "^1.2.1",
"express-session": "^1.17.2",
"mongoose": "^7.4.0",
"mongoose": "^8.0.3",
"python-shell": "^5.0.0",
"stargate-mongoose": "0.3.0"

Expand Down
8 changes: 4 additions & 4 deletions typescript-express-reviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"dotenv": "16.3.1",
"express": "4.x",
"mongoose": "7.x",
"stargate-mongoose": "0.2.0-ALPHA-8"
"stargate-mongoose": "0.3.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/body-parser": "^1.19.2",
"@types/express": "4.17.21",
"@types/mocha": "10.0.6",
"@types/node": "20.10.0",
"@types/node": "20.10.5",
"axios": "1.6.2",
"mocha": "10.2.0",
"sinon": "^17.0.1",
"ts-mocha": "^10.0.0",
"ts-node": "10.9.1",
"typescript": "5.2.2"
"ts-node": "10.9.2",
"typescript": "5.3.3"
}
}

0 comments on commit 74dcf66

Please sign in to comment.