Skip to content

Commit

Permalink
Update dependencies in package.json and package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagoda11 committed Mar 17, 2024
1 parent e63adc5 commit f84a8f1
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# My GraphQL Apollo Server 🚀
# Apollo GraphTV Server🚀

Welcome to My GraphQL Apollo Server! This project is a simple yet powerful GraphQL server built with Apollo Server, Node.js, and TypeScript. It serves as a mock API for managing TV shows data, allowing users to query information about various TV shows.

Expand Down
19 changes: 10 additions & 9 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 13 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"license": "ISC",
"dependencies": {
"@apollo/server": "^4.10.1",
"aws-sdk": "^2.1571.0",
"aws-sdk": "^2.1579.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.24",
"@types/node": "^20.11.28",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
}
}

0 comments on commit f84a8f1

Please sign in to comment.