rubico 2.6.3 → 2.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +4 -5
package/README.md
CHANGED
|
@@ -251,7 +251,7 @@ For more information please see [CONTRIBUTING.md](/CONTRIBUTING.md)
|
|
|
251
251
|
rubico is [MIT Licensed](https://github.com/a-synchronous/rubico/blob/master/LICENSE).
|
|
252
252
|
|
|
253
253
|
# Support
|
|
254
|
-
* minimum Node.js version:
|
|
254
|
+
* minimum Node.js version: 16
|
|
255
255
|
* minimum Chrome version: 63
|
|
256
256
|
* minimum Firefox version: 57
|
|
257
257
|
* minimum Edge version: 79
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rubico",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.5",
|
|
4
4
|
"description": "[a]synchronous functional programming",
|
|
5
5
|
"author": "Richard Tong",
|
|
6
6
|
"license": "MIT",
|
|
@@ -115,15 +115,14 @@
|
|
|
115
115
|
"async": "latest",
|
|
116
116
|
"bluebird": "latest",
|
|
117
117
|
"codecov": "^3.7.1",
|
|
118
|
-
"
|
|
119
|
-
"eslint": "^8.4.1",
|
|
118
|
+
"eslint": "^9.22.0",
|
|
120
119
|
"fantasy-land": "latest",
|
|
121
120
|
"lodash": "latest",
|
|
122
|
-
"mocha": "^
|
|
121
|
+
"mocha": "^11.1.0",
|
|
123
122
|
"node-fetch": "^2.6.1",
|
|
124
123
|
"nyc": "^15.1.0",
|
|
125
124
|
"ramda": "latest",
|
|
126
|
-
"terser": "^5.
|
|
125
|
+
"terser": "^5.39.0",
|
|
127
126
|
"thunk-test": "latest",
|
|
128
127
|
"typescript": "latest"
|
|
129
128
|
},
|