Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor committed Apr 22, 2024
1 parent 2053488 commit 2308a47
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 190 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,34 +22,34 @@
"license": "ISC",
"dependencies": {
"@apollo/datasource-rest": "^6.2.2",
"@apollo/server": "^4.10.1",
"@apollo/server": "^4.10.4",
"@apollo/server-plugin-response-cache": "^4.1.3",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.18.3"
"express": "^4.19.2"
},
"devDependencies": {
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@stylistic/eslint-plugin": "^1.6.3",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@stylistic/eslint-plugin": "^1.7.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.11.25",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-perfectionist": "^2.6.0",
"eslint-plugin-perfectionist": "^2.9.0",
"eslint-plugin-prettier": "^5.1.3",
"graphql": "^16.8.1",
"husky": "^9.0.11",
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 2308a47

Please sign in to comment.