Skip to content

Commit 340c42a

Browse files
Merge pull request #27 from Exabyte-io/update/SOF-6665
SOF-6665: peerDependencies
2 parents ac8c39a + 82780dd commit 340c42a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"@babel/preset-react": "7.16.7",
3737
"@babel/register": "^7.16.0",
3838
"@babel/runtime-corejs3": "7.16.8",
39-
"@exabyte-io/application-flavors.js": "2023.5.29-0",
4039
"@exabyte-io/periodic-table.js": "2022.6.8-0",
4140
"lodash": "^4.17.21",
4241
"mixwith": "^0.1.1",
@@ -48,6 +47,7 @@
4847
"@exabyte-io/code.js": "2022.11.11-0",
4948
"@exabyte-io/eslint-config": "^2022.11.17-0",
5049
"@exabyte-io/made.js": "2022.6.15-0",
50+
"@exabyte-io/application-flavors.js": "2023.5.29-0",
5151
"chai": "^4.3.4",
5252
"eslint": "7.32.0",
5353
"eslint-config-airbnb": "19.0.2",
@@ -66,7 +66,8 @@
6666
},
6767
"peerDependencies": {
6868
"@exabyte-io/code.js": "*",
69-
"@exabyte-io/made.js": "*"
69+
"@exabyte-io/made.js": "*",
70+
"@exabyte-io/application-flavors.js": "*"
7071
},
7172
"engines": {
7273
"node": ">=12.0.0"

0 commit comments

Comments
 (0)