Skip to content

Commit

Permalink
Dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnederlof committed Nov 1, 2023
1 parent e5b6c1b commit 3628087
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 166 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@
"private": false,
"dependencies": {
"@lazarbela/shellies-ng": "^1.6.1",
"@types/fs-extra": "^11.0.1",
"@types/react-dom": "^18.2.7",
"axios": "^1.5.0",
"@types/fs-extra": "^11.0.3",
"@types/react-dom": "^18.2.14",
"axios": "^1.6.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-basic-auth": "^1.2.1",
"fs-extra": "^11.1.1",
"prom-client": "^14.2.0",
"prom-client": "^15.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"shellies": "^1.7.0"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.1",
"@types/express": "^4.17.17",
"@types/node": "^20.5.9",
"@tsconfig/node18": "^18.2.2",
"@types/express": "^4.17.20",
"@types/node": "^20.8.10",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"tsnodemon": "^1.2.2",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write"
Expand Down
Loading

0 comments on commit 3628087

Please sign in to comment.