Skip to content

Commit 0b43425

Browse files
authored
updated dev deps (#225)
1 parent 055eb94 commit 0b43425

File tree

6 files changed

+598
-731
lines changed

6 files changed

+598
-731
lines changed

apps/api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"@types/mocha": "^10.0.0",
4949
"@types/node": "^18.18.9",
5050
"@types/uuid": "^9.0.2",
51-
"@typescript-eslint/eslint-plugin": "^6.2.1",
52-
"@typescript-eslint/parser": "^6.2.1",
51+
"@typescript-eslint/eslint-plugin": "^7.0.2",
52+
"@typescript-eslint/parser": "^7.0.2",
5353
"chai": "^4.3.10",
5454
"eslint": "^8.46.0",
5555
"eslint-config-prettier": "^9.0.0",

apps/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"react-intersection-observer": "^9.5.3",
2727
"react-markdown": "^9.0.1",
2828
"react-modal-hook": "^3.0.2",
29-
"typescript": "5.2.2"
29+
"typescript": "^5.3.3"
3030
},
3131
"devDependencies": {
3232
"@stoplight/spectral-core": "^1.18.3",

0 commit comments

Comments
 (0)