@jdeighan/coffee-utils 16.0.17 → 16.0.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jdeighan/coffee-utils",
3
3
  "type": "module",
4
- "version": "16.0.17",
4
+ "version": "16.0.18",
5
5
  "description": "A set of utility functions for CoffeeScript",
6
6
  "main": "coffee_utils.js",
7
7
  "exports": {
@@ -47,14 +47,14 @@
47
47
  },
48
48
  "homepage": "https://github.com/johndeighan/coffee-utils#readme",
49
49
  "dependencies": {
50
- "@jdeighan/base-utils": "^8.0.18",
50
+ "@jdeighan/base-utils": "^8.0.20",
51
51
  "cross-env": "^7.0.3",
52
52
  "n-readlines": "^1.0.1",
53
53
  "readline-sync": "^1.4.10",
54
54
  "svelte": "^4.1.1"
55
55
  },
56
56
  "devDependencies": {
57
- "@jdeighan/unit-tester": "^3.0.67",
57
+ "@jdeighan/unit-tester": "^3.0.68",
58
58
  "ava": "^6.0.1"
59
59
  }
60
60
  }