Skip to content

Commit

Permalink
Dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnederlof committed Jun 8, 2024
1 parent 898f10e commit 1de7875
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 267 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v20
26 changes: 13 additions & 13 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",
"@tsconfig/node20": "^20.1.4",
"@types/fs-extra": "^11.0.4",
"@types/react-dom": "^18.2.18",
"axios": "^1.6.7",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"@types/react-dom": "^18.3.0",
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-basic-auth": "^1.2.1",
"fs-extra": "^11.2.0",
"prom-client": "^15.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"prom-client": "^15.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"shellies": "^1.7.0"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/express": "^4.17.21",
"@types/node": "^20.11.10",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"@types/node": "^20.14.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"prettier": "^3.3.1",
"ts-node": "^10.9.2",
"tsnodemon": "^1.2.2",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write"
Expand Down
Loading

0 comments on commit 1de7875

Please sign in to comment.