Skip to content

Commit

Permalink
Update dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagoda11 committed Mar 5, 2024
1 parent d29d486 commit e63adc5
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 25 deletions.
24 changes: 23 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Dependency directories
node_modules/
jspm_packages/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Build outputs
dist/
Expand Down Expand Up @@ -33,4 +46,13 @@ coverage/

# Temporary files
*.tmp
*.temp
*.temp

# Yarn Integrity file
.yarn-integrity

# parcel-bundler cache (https://parceljs.org/)
.cache

# Serverless directories
.serverless/
18 changes: 9 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.

24 changes: 12 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 @@ -23,15 +23,15 @@
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/server": "^4.10.0",
"aws-sdk": "^2.1555.0",
"@apollo/server": "^4.10.1",
"aws-sdk": "^2.1571.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.17",
"@types/node": "^20.11.24",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
Expand Down

0 comments on commit e63adc5

Please sign in to comment.