diff --git a/tests/integration/tests/nextjs/test-project/package-lock.json b/tests/integration/tests/nextjs/test-project/package-lock.json index a361d4333..d7b1be834 100644 --- a/tests/integration/tests/nextjs/test-project/package-lock.json +++ b/tests/integration/tests/nextjs/test-project/package-lock.json @@ -19,7 +19,7 @@ "react-dom": "18.2.0", "swr": "^2.2.0", "typescript": "4.9.4", - "zod": "^3.21.1" + "zod": "3.21.1" }, "devDependencies": { "prisma": "^4.7.0" @@ -27,7 +27,9 @@ }, "../../../../../../packages/plugins/swr/dist": {}, "../../../../../../packages/runtime/dist": {}, - "../../../../../../packages/server/dist": {}, + "../../../../../../packages/server/dist": { + "extraneous": true + }, "node_modules/@next/env": { "version": "13.1.4", "resolved": "https://registry.npmjs.org/@next/env/-/env-13.1.4.tgz", diff --git a/tests/integration/tests/nextjs/test-project/package.json b/tests/integration/tests/nextjs/test-project/package.json index 81332055d..e9fc87b33 100644 --- a/tests/integration/tests/nextjs/test-project/package.json +++ b/tests/integration/tests/nextjs/test-project/package.json @@ -20,7 +20,7 @@ "react-dom": "18.2.0", "swr": "^2.2.0", "typescript": "4.9.4", - "zod": "^3.21.1" + "zod": "3.21.1" }, "devDependencies": { "prisma": "^4.7.0" diff --git a/tests/integration/tests/trpc/test-project/package-lock.json b/tests/integration/tests/trpc/test-project/package-lock.json index 384172430..f3f74a713 100644 --- a/tests/integration/tests/trpc/test-project/package-lock.json +++ b/tests/integration/tests/trpc/test-project/package-lock.json @@ -17,6 +17,7 @@ "@types/node": "18.11.18", "@types/react": "18.0.27", "@types/react-dom": "18.0.10", + "@zenstackhq/runtime": "../../../../../../packages/runtime/dist", "next": "13.1.4", "react": "18.2.0", "react-dom": "18.2.0", @@ -28,6 +29,7 @@ "prisma": "^4.7.0" } }, + "../../../../../../packages/runtime/dist": {}, "node_modules/@next/env": { "version": "13.1.4", "resolved": "https://registry.npmjs.org/@next/env/-/env-13.1.4.tgz", @@ -378,6 +380,10 @@ "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz", "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==" }, + "node_modules/@zenstackhq/runtime": { + "resolved": "../../../../../../packages/runtime/dist", + "link": true + }, "node_modules/caniuse-lite": { "version": "1.0.30001446", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001446.tgz", @@ -657,9 +663,9 @@ } }, "node_modules/zod": { - "version": "3.20.2", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.20.2.tgz", - "integrity": "sha512-1MzNQdAvO+54H+EaK5YpyEy0T+Ejo/7YLHS93G3RnYWh5gaotGHwGeN/ZO687qEDU2y4CdStQYXVHIgrUl5UVQ==", + "version": "3.21.1", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.21.1.tgz", + "integrity": "sha512-+dTu2m6gmCbO9Ahm4ZBDapx2O6ZY9QSPXst2WXjcznPMwf2YNpn3RevLx4KkZp1OPW/ouFcoBtBzFz/LeY69oA==", "funding": { "url": "https://github.com/sponsors/colinhacks" } @@ -848,6 +854,9 @@ "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz", "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==" }, + "@zenstackhq/runtime": { + "version": "file:../../../../../../packages/runtime/dist" + }, "caniuse-lite": { "version": "1.0.30001446", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001446.tgz", @@ -1012,9 +1021,9 @@ "requires": {} }, "zod": { - "version": "3.20.2", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.20.2.tgz", - "integrity": "sha512-1MzNQdAvO+54H+EaK5YpyEy0T+Ejo/7YLHS93G3RnYWh5gaotGHwGeN/ZO687qEDU2y4CdStQYXVHIgrUl5UVQ==" + "version": "3.21.1", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.21.1.tgz", + "integrity": "sha512-+dTu2m6gmCbO9Ahm4ZBDapx2O6ZY9QSPXst2WXjcznPMwf2YNpn3RevLx4KkZp1OPW/ouFcoBtBzFz/LeY69oA==" } } }