Skip to content

Commit

Permalink
fix: linted errors that prevent building by github actions #14
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbe-ode authored Mar 27, 2024
1 parent c41d62b commit 6c12bb4
Show file tree
Hide file tree
Showing 4 changed files with 270 additions and 327 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,22 @@
"@tiptap/html": "2.0.3",
"@tiptap/pm": "2.0.3",
"@tiptap/starter-kit": "2.0.3",
"@types/jsonwebtoken": "^9.0.5",
"dotenv": "^16.4.4",
"express": "^4.18.2",
"@types/jsonwebtoken": "^9.0.6",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"global-jsdom": "^9.2.0",
"jsonwebtoken": "^9.0.2",
"prom-client": "^15.1.0"
"prom-client": "^15.1.1"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.11.19",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"concurrently": "^8.2.2",
"eslint": "8.56.0",
"husky": "^8.0.3",
"nodemon": "^3.0.3",
"nodemon": "^3.1.0",
"prettier": "3.2.4",
"turbo": "1.11.3",
"typescript": "5.3.3"
Expand Down
Loading

0 comments on commit 6c12bb4

Please sign in to comment.