Skip to content

Commit

Permalink
Merge pull request #98 from apicgg/feature/update-npm-deps-be
Browse files Browse the repository at this point in the history
deps: update npm deps
  • Loading branch information
apicgg authored Dec 17, 2023
2 parents 30f04d3 + 24b1007 commit 6965bad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-mern-template-client",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"repository": "https://github.com/apicgg/vite-mern-template.git",
"license": "MIT",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-mern-template",
"version": "1.0.1",
"version": "1.0.2",
"main": "backend/src/index.ts",
"scripts": {
"watch": "tsc --watch",
Expand All @@ -21,18 +21,18 @@
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^7.6.3"
"mongoose": "^8.0.3"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.5",
"@types/express": "^4.17.20",
"@types/jsonwebtoken": "^9.0.3",
"@types/node": "^20.5.7",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@types/bcryptjs": "^2.4.6",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"concurrently": "^8.2.2",
"eslint": "^8.53.0",
"prettier": "3.1.0",
"typescript": "^5.2.2"
"eslint": "^8.56.0",
"prettier": "3.1.1",
"typescript": "^5.3.3"
}
}

0 comments on commit 6965bad

Please sign in to comment.