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 4db5eb7 commit f2fc985Copy full SHA for f2fc985
package.json
@@ -22,16 +22,19 @@
22
"dependencies": {
23
"lodash.defaults": "^4.2.0",
24
"parse-import": "^2.0.0",
25
- "plugin-error": "^2.0.0",
26
- "@fomantic/rework": "^2.1.0",
27
- "@fomantic/rework-import": "^3.2.0",
+ "plugin-error": "^2.0.1",
+ "@fomantic/rework": "^3.0.0",
+ "@fomantic/rework-import": "^4.1.0",
28
"rework-plugin-url": "^1.1.0",
29
"through2": "^4.0.2",
30
"vinyl": "^3.0.0"
31
},
32
"devDependencies": {
33
- "chai": "^4.3.6",
34
- "mocha": "^9.2.2"
+ "chai": "^4.5.0",
+ "mocha": "^11.1.0"
35
+ },
36
+ "engines": {
37
+ "node": ">=18.18.0"
38
39
"scripts": {
40
"test": "mocha test/*.js --reporter spec"
0 commit comments