We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede7336 commit 853ae5dCopy full SHA for 853ae5d
medium/package.json
@@ -8,17 +8,17 @@
8
},
9
"license": "MIT",
10
"dependencies": {
11
- "express": "4.17.1"
+ "express": "^4.17.1"
12
13
"devDependencies": {
14
- "@babel/core": "7.5.0",
15
- "@babel/node": "7.5.0",
16
- "@babel/preset-env": "7.5.0",
17
- "@babel/register": "7.4.4",
18
- "chai": "4.2.0",
19
- "mocha": "6.1.4",
20
- "nodemon": "1.19.1",
21
- "sinon": "7.3.2",
22
- "supertest": "4.0.2"
+ "@babel/core": "^7.5.5",
+ "@babel/node": "^7.5.5",
+ "@babel/preset-env": "^7.5.5",
+ "@babel/register": "^7.5.5",
+ "chai": "^4.2.0",
+ "mocha": "^6.2.0",
+ "nodemon": "^1.19.2",
+ "sinon": "^7.4.2",
+ "supertest": "^4.0.2"
23
}
24
0 commit comments