@jdeighan/coffee-utils 13.0.0 → 13.0.2

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 +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jdeighan/coffee-utils",
3
3
  "type": "module",
4
- "version": "13.0.0",
4
+ "version": "13.0.2",
5
5
  "description": "A set of utility functions for CoffeeScript",
6
6
  "main": "coffee_utils.js",
7
7
  "exports": {
@@ -50,15 +50,15 @@
50
50
  },
51
51
  "homepage": "https://github.com/johndeighan/coffee-utils#readme",
52
52
  "dependencies": {
53
- "@jdeighan/base-utils": "^2.0.0",
53
+ "@jdeighan/base-utils": "^2.0.1",
54
54
  "cross-env": "^7.0.3",
55
55
  "immer": "^9.0.16",
56
56
  "js-yaml": "^4.1.0",
57
57
  "n-readlines": "^1.0.1",
58
58
  "readline-sync": "^1.4.10",
59
- "svelte": "^3.54.0"
59
+ "svelte": "^3.55.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@jdeighan/unit-tester": "^3.0.0"
62
+ "@jdeighan/unit-tester": "^3.0.1"
63
63
  }
64
64
  }