diff --git a/.pnp.cjs b/.pnp.cjs index 9e990d1..e43a9a7 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -825,6 +825,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "packageLocation": "./packages/core/",\ "packageDependencies": [\ ["@data-repo/core", "workspace:packages/core"],\ + ["@types/jest", "npm:29.2.5"],\ ["@types/lodash", "npm:4.14.191"],\ ["@typescript-eslint/eslint-plugin", "virtual:71c08b44b509df9ab8951744a10eb360f730b8880e3660a379139ee3214e5241d68e9f1a400a53c5c1bb30729a33a9c54846d5a50085e910d82ae76157e29426#npm:5.48.1"],\ ["@typescript-eslint/parser", "virtual:71c08b44b509df9ab8951744a10eb360f730b8880e3660a379139ee3214e5241d68e9f1a400a53c5c1bb30729a33a9c54846d5a50085e910d82ae76157e29426#npm:5.48.1"],\ @@ -1425,6 +1426,17 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["@types/jest", [\ + ["npm:29.2.5", {\ + "packageLocation": "./.yarn/cache/@types-jest-npm-29.2.5-d5d1737a1f-d668470f00.zip/node_modules/@types/jest/",\ + "packageDependencies": [\ + ["@types/jest", "npm:29.2.5"],\ + ["expect", "npm:29.3.1"],\ + ["pretty-format", "npm:29.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["@types/json-schema", [\ ["npm:7.0.11", {\ "packageLocation": "./.yarn/cache/@types-json-schema-npm-7.0.11-79462ae5ca-527bddfe62.zip/node_modules/@types/json-schema/",\ @@ -5760,7 +5772,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@types/babel-jest", null],\ ["@types/babel__core", null],\ ["@types/esbuild", null],\ - ["@types/jest", null],\ + ["@types/jest", "npm:29.2.5"],\ ["@types/jest__types", null],\ ["@types/typescript", null],\ ["babel-jest", null],\ diff --git a/.yarn/cache/@types-jest-npm-29.2.5-d5d1737a1f-d668470f00.zip b/.yarn/cache/@types-jest-npm-29.2.5-d5d1737a1f-d668470f00.zip new file mode 100644 index 0000000..245d066 Binary files /dev/null and b/.yarn/cache/@types-jest-npm-29.2.5-d5d1737a1f-d668470f00.zip differ diff --git a/packages/core/package.json b/packages/core/package.json index bf78b1e..d0245a1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -12,6 +12,7 @@ "test:cov": "jest --coverage" }, "devDependencies": { + "@types/jest": "^29.2.5", "@types/lodash": "^4", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index b66da25..075c61a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -413,6 +413,7 @@ __metadata: version: 0.0.0-use.local resolution: "@data-repo/core@workspace:packages/core" dependencies: + "@types/jest": ^29.2.5 "@types/lodash": ^4 "@typescript-eslint/eslint-plugin": ^5.0.0 "@typescript-eslint/parser": ^5.0.0 @@ -941,6 +942,16 @@ __metadata: languageName: node linkType: hard +"@types/jest@npm:^29.2.5": + version: 29.2.5 + resolution: "@types/jest@npm:29.2.5" + dependencies: + expect: ^29.0.0 + pretty-format: ^29.0.0 + checksum: d668470f00ec4cb8b8457f1fd90f7358fad8f22d74b85006dad6be522d6b9bf10f49f597e88d1d1a518d211c1b65be32a1f27f0e49ce0658d110a9206b8ea310 + languageName: node + linkType: hard + "@types/json-schema@npm:^7.0.9": version: 7.0.11 resolution: "@types/json-schema@npm:7.0.11" @@ -2139,7 +2150,7 @@ __metadata: languageName: node linkType: hard -"expect@npm:^29.3.1": +"expect@npm:^29.0.0, expect@npm:^29.3.1": version: 29.3.1 resolution: "expect@npm:29.3.1" dependencies: @@ -3995,7 +4006,7 @@ __metadata: languageName: node linkType: hard -"pretty-format@npm:^29.3.1": +"pretty-format@npm:^29.0.0, pretty-format@npm:^29.3.1": version: 29.3.1 resolution: "pretty-format@npm:29.3.1" dependencies: