Skip to content

Commit

Permalink
fix: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
teclone committed Sep 16, 2019
1 parent e5411d6 commit ac08002
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
"@babel/preset-env": "7.4.0",
"@babel/preset-typescript": "7.3.3",
"@forensic-js/utils": "2.0.0",
"@types/jest": "24.0.11",
"@typescript-eslint/eslint-plugin": "1.6.0",
"@typescript-eslint/parser": "1.6.0",
Expand All @@ -68,6 +67,7 @@
"@babel/plugin-transform-runtime": "7.4.3",
"@babel/runtime": "7.4.3",
"@forensic-js/node-utils": "1.0.0",
"@forensic-js/utils": "2.7.0",
"semantic-release-cli": "5.2.1"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -694,10 +694,10 @@
"@babel/plugin-transform-runtime" "7.4.3"
"@babel/runtime" "7.4.3"

"@forensic-js/utils@2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@forensic-js/utils/-/utils-2.0.0.tgz#de684ed92047772864c8fa464bc222964ae697a6"
integrity sha512-Ajm5oyjMS19YIfPmYc3XcQegLZz5qrr5UJ1TUvk43aogb0rQF4j0wuKKjQj8iBBmZZ+42tSZs8fWqD2CeqXBEQ==
"@forensic-js/utils@2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@forensic-js/utils/-/utils-2.7.0.tgz#6fd3d883db1b1868bc32f11b498385a0683a691c"
integrity sha512-ZfTr3PTRm2uJjrtknyq+g3GiliMzrfL6AQ5zKDh187JOx81vJdEQRiNY/DuhgoP6D+78xZ4tmeOC8BXETrUXGw==

"@jest/console@^24.7.1", "@jest/console@^24.9.0":
version "24.9.0"
Expand Down

0 comments on commit ac08002

Please sign in to comment.