Skip to content

Commit

Permalink
Merge branch 'main' into vkarpov15/discord-bot-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 24, 2023
2 parents 257f713 + 4877f0f commit d6e34af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion netlify-functions-ecommerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"axios": "1.6.2",
"eslint": "8.54.0",
"mocha": "10.2.0",
"netlify-cli": "17.5.1"
"netlify-cli": "17.6.0"
},
"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 @@ -24,7 +24,7 @@
"express-session": "^1.17.2",
"mongoose": "^7.4.0",
"python-shell": "^5.0.0",
"stargate-mongoose": "0.2.0-ALPHA-8"
"stargate-mongoose": "0.3.0"

},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions typescript-express-reviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/body-parser": "^1.19.2",
"@types/express": "4.17.18",
"@types/mocha": "10.0.2",
"@types/node": "20.8.4",
"axios": "1.5.1",
"@types/express": "4.17.21",
"@types/mocha": "10.0.6",
"@types/node": "20.10.0",
"axios": "1.6.2",
"mocha": "10.2.0",
"sinon": "^16.0.0",
"sinon": "^17.0.1",
"ts-mocha": "^10.0.0",
"ts-node": "10.9.1",
"typescript": "5.2.2"
Expand Down

0 comments on commit d6e34af

Please sign in to comment.