Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
Restore types testing
  • Loading branch information
ryanblock committed Feb 3, 2024
1 parent 1929c95 commit 792c26b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
env:
CI: true

# - name: Test types # this is kept out of "npm t" because it can be slow
# run: npm run test:types
# env:
# CI: true
- name: Test types # this is kept out of "npm t" because it can be slow
run: npm run test:types
env:
CI: true

- name: Notify
uses: sarisia/actions-status-discord@v1
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-lite/apigatewaymanagementapi": "^0.0.7",
"@aws-lite/client": "^0.15.1",
"@aws-lite/client": "^0.16.0",
"@aws-lite/dynamodb": "^0.3.3",
"@aws-lite/sns": "^0.0.4",
"@aws-lite/sqs": "^0.2.0",
Expand All @@ -40,10 +40,10 @@
"uid-safe": "^2.1.5"
},
"devDependencies": {
"@architect/asap": "^7.0.0-RC.1",
"@architect/asap": "^7.0.3",
"@architect/eslint-config": "2.1.1",
"@architect/req-res-fixtures": "git+https://github.com/architect/req-res-fixtures.git",
"@architect/sandbox": "^6.0.0-RC.1",
"@architect/sandbox": "^6.0.0",
"@aws-lite/apigatewaymanagementapi-types": "^0.0.9",
"@aws-lite/dynamodb-types": "^0.3.4",
"@aws-lite/sns-types": "^0.0.5",
Expand Down

0 comments on commit 792c26b

Please sign in to comment.