@universal-packages/workflows-jest 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@universal-packages/workflows-jest",
|
3
|
-
"version": "1.2.
|
3
|
+
"version": "1.2.1",
|
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",
|
@@ -16,7 +16,7 @@
|
|
16
16
|
"update-dependents": "umaintenance update-dependents"
|
17
17
|
},
|
18
18
|
"peerDependencies": {
|
19
|
-
"@universal-packages/workflows": "^1.8.
|
19
|
+
"@universal-packages/workflows": "^1.8.1"
|
20
20
|
},
|
21
21
|
"devDependencies": {
|
22
22
|
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
|