Skip to content

Commit

Permalink
Update dependencies (hpi-sam#595)
Browse files Browse the repository at this point in the history
* Update dependencies

* [email protected] (satisfies-operator and watch-performance-improvements)
* [email protected]
* Else only patch and minor version bumps
* Fix version of @types/node in benchmark and frontend (18 -> 16)

* Run prettier
  • Loading branch information
Dassderdie authored Jan 16, 2023
1 parent 81c8d5b commit a2945b8
Show file tree
Hide file tree
Showing 13 changed files with 3,702 additions and 4,470 deletions.
232 changes: 128 additions & 104 deletions backend/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.15",
"@types/jest": "^29.2.4",
"@types/jest": "^29.2.5",
"@types/lodash-es": "^4.17.6",
"@types/node": "^16",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "~2.26.0",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "~2.27.4",
"eslint-plugin-unicorn": "^45.0.2",
"jest": "^29.3.1",
"nodemon": "^2.0.20",
"socket.io-client": "^4.5.4",
"ts-jest": "^29.0.3",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "~4.8.2"
"typescript": "~4.9.4"
}
}
488 changes: 393 additions & 95 deletions benchmark/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
"npm": ">=8"
},
"dependencies": {
"immer": "^9.0.16",
"immer": "^9.0.17",
"lodash-es": "^4.17.21",
"digital-fuesim-manv-shared": "file:../shared"
},
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.11.16",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "~2.26.0",
"@types/node": "^16",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "~2.27.4",
"eslint-plugin-total-functions": "6.0.0",
"eslint-plugin-unicorn": "^45.0.2",
"ts-node": "^10.9.1",
"typescript": "~4.8.2"
"typescript": "~4.9.4"
}
}
Loading

0 comments on commit a2945b8

Please sign in to comment.