Skip to content

Commit

Permalink
Merge pull request #1110 from golemfactory/chore/dependency-pruning-a…
Browse files Browse the repository at this point in the history
…nd-maintenance

Chore/dependency pruning and maintenance
  • Loading branch information
SewerynKras authored Oct 14, 2024
2 parents baa402e + 0d3076a commit d3826ea
Show file tree
Hide file tree
Showing 7 changed files with 5,455 additions and 3,742 deletions.
11 changes: 6 additions & 5 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,16 @@
},
"dependencies": {
"@golem-sdk/golem-js": "file:..",
"@golem-sdk/pino-logger": "^1.0.2",
"@golem-sdk/pino-logger": "^1.1.0",
"@types/express": "^4.17.21",
"commander": "^12.0.0",
"express": "^4.18.2",
"tsx": "^4.7.1"
"express": "^4.21.1",
"tsx": "^4.19.1"
},
"devDependencies": {
"@types/node": "20",
"cypress": "^13.11.0",
"cypress": "^13.15.0",
"serve": "^14.2.3",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit d3826ea

Please sign in to comment.