@jdeighan/coffee-utils 16.0.23 → 16.0.24

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.23",
4
+ "version": "16.0.24",
5
5
  "description": "A set of utility functions for CoffeeScript",
6
6
  "main": "coffee_utils.js",
7
7
  "exports": {
@@ -41,14 +41,14 @@
41
41
  },
42
42
  "homepage": "https://github.com/johndeighan/coffee-utils#readme",
43
43
  "dependencies": {
44
- "@jdeighan/base-utils": "^8.0.23",
44
+ "@jdeighan/base-utils": "^8.0.28",
45
45
  "cross-env": "^7.0.3",
46
46
  "n-readlines": "^1.0.1",
47
47
  "readline-sync": "^1.4.10",
48
48
  "svelte": "^4.1.1"
49
49
  },
50
50
  "devDependencies": {
51
- "@jdeighan/unit-tester": "^3.0.71",
51
+ "@jdeighan/unit-tester": "^3.0.76",
52
52
  "ava": "^6.0.1"
53
53
  }
54
54
  }