Skip to content

Commit 525ef98

Browse files
author
Brandon Scott
committed
Allow any higher versions for most peer deps, restrict axios to 0.19 or 0.21 as tested versions
1 parent a273bcd commit 525ef98

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
"main": "dist/index",
6161
"name": "andculturecode-javascript-core",
6262
"peerDependencies": {
63-
"axios": "^0.19.2",
64-
"humanize-plus": "^1.8.2",
65-
"i18next": "^19.4.5",
66-
"i18next-browser-languagedetector": "^6.0.1",
67-
"immutable": "^4.0.0-rc.12",
68-
"lodash": "^4.17.19"
63+
"axios": "0.19 || 0.21",
64+
"humanize-plus": ">=1.8.2",
65+
"i18next": ">=19.4.5",
66+
"i18next-browser-languagedetector": ">=6.0.1",
67+
"immutable": ">=4.0.0-rc.12",
68+
"lodash": ">=4.17.19"
6969
},
7070
"repository": {
7171
"type": "git",

0 commit comments

Comments
 (0)