Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor committed Feb 9, 2024
1 parent 97b9c69 commit cd86d3c
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 159 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"main": "index.js",
"scripts": {
"build": "rm -rf dist && tsc",
"check:ci": "npm run lint && npm run test && npm run build",
"dev": "NODE_ENV=development nodemon",
"lint": "npm run lint:eslint && npm run lint:prettier",
"lint:eslint": "eslint . --ext .ts && prettier './**/*.{ts,js}' --check",
Expand All @@ -31,13 +32,13 @@
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@stylistic/eslint-plugin": "^1.5.4",
"@stylistic/eslint-plugin": "^1.6.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -47,7 +48,7 @@
"graphql": "^16.8.1",
"husky": "^9.0.10",
"nodemon": "^3.0.3",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
Expand Down
Loading

0 comments on commit cd86d3c

Please sign in to comment.