Skip to content

Commit f46939f

Browse files
committed
chore(package): use more appropriate deps ranges
Note on deps starting with 0.x.y: Hat matching may be considered broken because it wont update ^0.1.2 to 0.2.0. When the software is emerging use 0.x.y versions and hat matching will only match the last varying digit (y). This is done on purpose. The reason is that while the software is evolving the API changes rapidly.
1 parent 40876bb commit f46939f

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
save-prefix="="
21
audit-whitelist=[]

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -105,19 +105,19 @@
105105
"xmock": "=0.3.0"
106106
},
107107
"dependencies": {
108-
"@babel/runtime-corejs2": "=7.10.4",
109-
"btoa": "=1.2.1",
110-
"buffer": "=5.6.0",
111-
"cookie": "=0.4.1",
112-
"cross-fetch": "=3.0.5",
113-
"deep-extend": "=0.6.0",
114-
"fast-json-patch": "=2.2.1",
115-
"isomorphic-form-data": "=2.0.0",
116-
"js-yaml": "=3.14.0",
117-
"lodash": "=4.17.19",
118-
"qs": "=6.9.4",
119-
"querystring-browser": "=1.0.4",
120-
"traverse": "=0.6.6",
121-
"url": "=0.11.0"
108+
"@babel/runtime-corejs2": "^7.10.4",
109+
"btoa": "^1.2.1",
110+
"buffer": "^5.6.0",
111+
"cookie": "~0.4.1",
112+
"cross-fetch": "^3.0.5",
113+
"deep-extend": "~0.6.0",
114+
"fast-json-patch": "^2.2.1",
115+
"isomorphic-form-data": "~2.0.0",
116+
"js-yaml": "^3.14.0",
117+
"lodash": "^4.17.19",
118+
"qs": "^6.9.4",
119+
"querystring-browser": "^1.0.4",
120+
"traverse": "~0.6.6",
121+
"url": "~0.11.0"
122122
}
123123
}

0 commit comments

Comments
 (0)