We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c39309 commit 6e0c3ccCopy full SHA for 6e0c3cc
.travis.yml
@@ -1,7 +1,7 @@
1
sudo: false
2
language: node_js
3
node_js:
4
- - "10.0"
+ - "10.12"
5
- "12.0"
6
7
cache:
package.json
@@ -63,16 +63,16 @@
63
"babel-core": "^6.26.3",
64
"babel-loader": "^8.2.2",
65
"babel-preset-es2015": "^6.24.1",
66
- "chai": "^4.2.0",
+ "chai": "^4.3.3",
67
"chai-as-promised": "^7.1.1",
68
"dirty-chai": "^2.0.1",
69
"localstorage-memory": "^1.0.3",
70
- "mocha": "^8.2.1",
+ "mocha": "^8.3.0",
71
"nyc": "^15.1.0",
72
"sinon": "^9.2.4",
73
"sinon-chai": "^3.5.0",
74
"standard": "^16.0.3",
75
- "webpack": "^5.18.0",
+ "webpack": "^5.24.2",
76
"whatwg-url": "^8.4.0"
77
},
78
"standard": {
0 commit comments