@universal-packages/workflows-jest 1.2.2 → 1.2.3

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@universal-packages/workflows-jest",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "Jest matchers for universal workflows",
5
5
  "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)",
6
6
  "license": "MIT",
@@ -13,7 +13,7 @@
13
13
  "test:full": "jest --coverage --verbose",
14
14
  "test:clear": "jest --clearCache",
15
15
  "format": "prettier --write \"./{src,tests}/**/*.{ts,tsx,js,jsx,json}\"",
16
- "update-dependents": "umaintenance update-dependents"
16
+ "update-universal-dependencies": "umaintenance update-universal-dependencies"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "@universal-packages/workflows": "^1.8.2"
@@ -22,7 +22,7 @@
22
22
  "@trivago/prettier-plugin-sort-imports": "^4.2.0",
23
23
  "@types/jest": "^29.5.5",
24
24
  "@types/node": "^18.11.9",
25
- "@universal-packages/maintenance": "^1.2.5",
25
+ "@universal-packages/maintenance": "^1.3.2",
26
26
  "jest": "^29.7.0",
27
27
  "prettier": "^3.0.3",
28
28
  "strip-ansi": "^6.0.0",