Skip to content

Commit

Permalink
Merge pull request #27 from Exabyte-io/update/SOF-6665
Browse files Browse the repository at this point in the history
SOF-6665: peerDependencies
  • Loading branch information
timurbazhirov authored Jul 3, 2023
2 parents ac8c39a + 82780dd commit 340c42a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@babel/preset-react": "7.16.7",
"@babel/register": "^7.16.0",
"@babel/runtime-corejs3": "7.16.8",
"@exabyte-io/application-flavors.js": "2023.5.29-0",
"@exabyte-io/periodic-table.js": "2022.6.8-0",
"lodash": "^4.17.21",
"mixwith": "^0.1.1",
Expand All @@ -48,6 +47,7 @@
"@exabyte-io/code.js": "2022.11.11-0",
"@exabyte-io/eslint-config": "^2022.11.17-0",
"@exabyte-io/made.js": "2022.6.15-0",
"@exabyte-io/application-flavors.js": "2023.5.29-0",
"chai": "^4.3.4",
"eslint": "7.32.0",
"eslint-config-airbnb": "19.0.2",
Expand All @@ -66,7 +66,8 @@
},
"peerDependencies": {
"@exabyte-io/code.js": "*",
"@exabyte-io/made.js": "*"
"@exabyte-io/made.js": "*",
"@exabyte-io/application-flavors.js": "*"
},
"engines": {
"node": ">=12.0.0"
Expand Down

0 comments on commit 340c42a

Please sign in to comment.