Skip to content

Commit

Permalink
chore(deps): update package json
Browse files Browse the repository at this point in the history
  • Loading branch information
LeleDallas committed Sep 18, 2023
1 parent 73dffca commit bb27ee6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
11 changes: 10 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"private": true,
"version": "0.0.0",
"type": "module",
"author": {
"name": "Emanuele Dall'Ara",
"email": "[email protected]",
"url": "https://leledallas.github.io/skillsfolio/"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down Expand Up @@ -45,5 +50,9 @@
"typescript": "^5.0.2",
"vite": "^4.1.0",
"vitest": "^0.34.0"
},
"engines": {
"npm": ">=18.15.0",
"node": ">=9.5.0"
}
}
}
12 changes: 10 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"coverage": "vitest --coverage"
},
"keywords": [],
"author": "",
"author": {
"name": "Emanuele Dall'Ara",
"email": "[email protected]",
"url": "https://leledallas.github.io/skillsfolio/"
},
"license": "ISC",
"dependencies": {
"@types/supertest": "^2.0.12",
Expand Down Expand Up @@ -43,5 +47,9 @@
"vite": "^4.2.1",
"vite-plugin-node": "^3.0.2",
"vitest": "^0.34.0"
},
"engines": {
"npm": ">=18.15.0",
"node": ">=9.5.0"
}
}
}

0 comments on commit bb27ee6

Please sign in to comment.