dopant 6.0.2 → 6.0.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -12,7 +12,7 @@ This package provides a **lightweight** dynamic resource loader for web browsers
12
12
 
13
13
  ## Prerequisites
14
14
 
15
- * Node.js `>= 20.0.0`
15
+ * Node.js `>=20.0.0`
16
16
 
17
17
  ## Installation
18
18
 
package/package.json CHANGED
@@ -11,11 +11,11 @@
11
11
  "devDependencies": {
12
12
  "@babel/cli": "^7.28.6",
13
13
  "@babel/core": "^7.29.0",
14
- "@babel/preset-env": "^7.29.0",
15
- "@eslint/markdown": "^7.5.1",
16
- "c8": "^10.1.3",
17
- "eslint": "^10.0.1",
18
- "eslint-config-ultra-refined": "^4.1.2",
14
+ "@babel/preset-env": "^7.29.2",
15
+ "@eslint/markdown": "^8.0.0",
16
+ "c8": "^11.0.0",
17
+ "eslint": "^10.1.0",
18
+ "eslint-config-ultra-refined": "^4.1.5",
19
19
  "mocha": "^11.7.5",
20
20
  "playwright-chromium": "^1.58.2"
21
21
  },
@@ -52,5 +52,5 @@
52
52
  "test:cover": "npm test && c8 report --reporter=lcov --reporter=text"
53
53
  },
54
54
  "type": "module",
55
- "version": "6.0.2"
55
+ "version": "6.0.3"
56
56
  }