Skip to content

Commit 7c1af1f

Browse files
committed
Use the compatible caret for all dependencies
Previously downsteam projects must use these exact versions, now they can use anything compatible with the test helpers versions.
1 parent 09298c4 commit 7c1af1f

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
"url": "https://github.com/node-red/node-red-node-test-helper.git"
1414
},
1515
"dependencies": {
16-
"body-parser": "1.20.2",
17-
"express": "4.18.2",
18-
"read-pkg-up": "7.0.1",
19-
"semver": "7.5.4",
16+
"body-parser": "^1.20.2",
17+
"express": "^4.18.2",
18+
"read-pkg-up": "^7.0.1",
19+
"semver": "^7.5.4",
2020
"should": "^13.2.3",
21-
"should-sinon": "0.0.6",
22-
"sinon": "11.1.2",
23-
"stoppable": "1.1.0",
24-
"supertest": "6.3.3"
21+
"should-sinon": "^0.0.6",
22+
"sinon": "^11.1.2",
23+
"stoppable": "^1.1.0",
24+
"supertest": "^6.3.3"
2525
},
2626
"devDependencies": {
27-
"mocha": "9.2.2"
27+
"mocha": "^9.2.2"
2828
},
2929
"contributors": [
3030
{

0 commit comments

Comments
 (0)