Skip to content

Commit a1edef9

Browse files
authored
fix: use peerDependencies for @voiceflow/common (VF-000) (#55)
1 parent 65aed89 commit a1edef9

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"@types/lodash": "^4.14.168",
2020
"@types/luxon": "^1.26.4",
2121
"@types/sinon": "^10.0.0",
22-
"@voiceflow/common": "7.3.0",
2322
"@voiceflow/logger": "1.6.0",
2423
"@voiceflow/verror": "^1.1.0",
2524
"bluebird": "^3.7.2",
@@ -40,6 +39,7 @@
4039
"@types/mocha": "^8.2.2",
4140
"@types/supertest": "^2.0.11",
4241
"@voiceflow/commitlint-config": "1.1.0",
42+
"@voiceflow/common": "7.6.3",
4343
"@voiceflow/eslint-config": "5.1.0",
4444
"@voiceflow/git-branch-check": "1.2.0",
4545
"@voiceflow/prettier-config": "1.0.5",
@@ -74,6 +74,7 @@
7474
"license": "ISC",
7575
"main": "build/index.js",
7676
"peerDependencies": {
77+
"@voiceflow/common": "^7.2.0",
7778
"express-validator": "^6.3.0"
7879
},
7980
"prettier": "@voiceflow/prettier-config",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,10 +1113,10 @@
11131113
dependencies:
11141114
"@commitlint/config-conventional" "^12.1.4"
11151115

1116-
"@voiceflow/common@7.3.0":
1117-
version "7.3.0"
1118-
resolved "https://registry.yarnpkg.com/@voiceflow/common/-/common-7.3.0.tgz#3f05afd3bffec1947fa631543b48e6278239d00d"
1119-
integrity sha512-Z8FHrxOH8PuG4AXfzNdDVcJRrhCB0wdqwgQ9wCgys8dm4fO/DSwhgEsmNknRKfspsnNGwa41bWyBlPnpx1EKDA==
1116+
"@voiceflow/common@7.6.3":
1117+
version "7.6.3"
1118+
resolved "https://registry.yarnpkg.com/@voiceflow/common/-/common-7.6.3.tgz#70714e0f914f0d696c02fbf8151731fc399c5e66"
1119+
integrity sha512-euVAkPzyXeUoXtKB+pWJtlDlZha6TCUG76zQ9U8eLuctmq1qc14L4zBvJUeKJARqfVqLjvCeEac5+mkQmIZSlg==
11201120
dependencies:
11211121
"@types/crypto-js" "^4.0.2"
11221122
bson-objectid "^2.0.1"

0 commit comments

Comments
 (0)