We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f201a9 commit c1e977dCopy full SHA for c1e977d
1 file changed
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "rawr",
3
- "version": "0.15.0",
+ "version": "0.15.1",
4
"description": "JSON-RPC over simple event emitters",
5
"dependencies": {},
6
"devDependencies": {
7
- "b64id": "^1.0.0",
+ "b64id": "^1.0.1",
8
"browserify": "^16.2.3",
9
"chai": "^4.2.0",
10
"coveralls": "^3.0.3",
@@ -14,7 +14,7 @@
14
"eslint-plugin-jsx-a11y": "^6.2.1",
15
"eslint-plugin-react": "^7.12.4",
16
"istanbul": "^0.4.5",
17
- "mocha": "^6.0.2"
+ "mocha": "^10.2.0"
18
},
19
"main": "index.js",
20
"scripts": {
0 commit comments