Procházet zdrojové kódy

Bump @types/jest from 25.1.1 to 25.1.2 (#750)

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.1.1 to 25.1.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] před 5 roky
rodič
revize
1ec3946ed6
2 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 3 3
      package-lock.json
  2. 1 1
      package.json

+ 3 - 3
package-lock.json

@@ -1486,9 +1486,9 @@
       }
     },
     "@types/jest": {
-      "version": "25.1.1",
-      "resolved": "https://registry.npmjs.org/@types/jest/-/jest-25.1.1.tgz",
-      "integrity": "sha512-bKSZJYZJLzwaoVYNN4W3A0RvKNYsrLm5tsuXaMlfYDxKf4gY2sFrMYneCugNQWGg1gjPW+FHBwNrwPzEi4sIsw==",
+      "version": "25.1.2",
+      "resolved": "https://registry.npmjs.org/@types/jest/-/jest-25.1.2.tgz",
+      "integrity": "sha512-EsPIgEsonlXmYV7GzUqcvORsSS9Gqxw/OvkGwHfAdpjduNRxMlhsav0O5Kb0zijc/eXSO/uW6SJt9nwull8AUQ==",
       "dev": true,
       "requires": {
         "jest-diff": "^25.1.0",

+ 1 - 1
package.json

@@ -16,7 +16,7 @@
   },
   "description": "",
   "devDependencies": {
-    "@types/jest": "25.1.1",
+    "@types/jest": "25.1.2",
     "@types/nanoid": "2.1.0",
     "@types/react": "16.9.19",
     "@types/react-dom": "16.9.5",