Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Dec 15, 2020
1 parent bd250ea commit 1c15f17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion feature-runner/steps/firmwareCI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
StepRunnerFunc,
InterpolatedStep,
} from '@bifravst/e2e-bdd-test-runner'
import { wait, FirmwareCIJobDocument } from '@bifravst/firmware-ci'
import { wait, FirmwareCIJobDocument } from '@bifravst/firmware-ci-aws'
import { Iot } from 'aws-sdk'
import fetch from 'node-fetch'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@bifravst/cloudformation-helpers": "4.0.24",
"@bifravst/code-style": "8.0.134",
"@bifravst/e2e-bdd-test-runner": "4.0.42",
"@bifravst/firmware-ci-aws": "^1.1.0",
"@bifravst/firmware-ci-aws": "1.1.0",
"@bifravst/random-words": "4.2.1",
"@commitlint/cli": "11.0.0",
"@commitlint/config-angular": "11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion schedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const {
createDeviceCertificate,
} = require('@bifravst/aws')
const { Iot, STS, S3, CloudFormation, IotData } = require('aws-sdk')
const { schedule, wait } = require('@bifravst/firmware-ci')
const { schedule, wait } = require('@bifravst/firmware-ci-aws')
const path = require('path')
const fetch = require('node-fetch')
const { v4 } = require('uuid')
Expand Down

0 comments on commit 1c15f17

Please sign in to comment.