We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2cb47 commit 7e17997Copy full SHA for 7e17997
1 file changed
package.json
@@ -26,21 +26,21 @@
26
},
27
"homepage": "https://github.com/ember-fastboot/fastboot#readme",
28
"dependencies": {
29
- "chalk": "^0.5.1",
30
- "cookie": "^0.2.3",
+ "chalk": "^2.0.1",
+ "cookie": "^0.3.1",
31
"debug": "^2.1.0",
32
- "exists-sync": "0.0.3",
+ "exists-sync": "0.0.4",
33
"najax": "^1.0.2",
34
"rsvp": "^3.0.16",
35
"simple-dom": "^0.3.0",
36
"source-map-support": "^0.4.0"
37
38
"devDependencies": {
39
- "chai": "^3.5.0",
40
- "chai-as-promised": "^5.2.0",
+ "chai": "^4.1.0",
+ "chai-as-promised": "^7.1.1",
41
"express": "^4.13.3",
42
- "fs-promise": "^0.5.0",
43
- "mocha": "^2.4.5",
+ "fs-promise": "^2.0.3",
+ "mocha": "^3.4.2",
44
"mocha-jshint": "^2.3.1",
45
"rimraf": "^2.5.4",
46
"temp": "^0.8.3"
0 commit comments