diff --git a/package.json b/package.json index e6b817a84..746869b15 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "mime": "^3.0.0", "ndjson": "^2.0.0", "p-throttle": "^4.1.1", - "pinejs-client-core": "^6.15.0", + "pinejs-client-core": "^7.0.0", "tslib": "^2.1.0" }, "versionist": { diff --git a/typing_tests/tsconfig.json b/typing_tests/tsconfig.json index 9410ec835..94d436770 100644 --- a/typing_tests/tsconfig.json +++ b/typing_tests/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "module": "commonjs", + "module": "node16", "target": "es2017", "strict": true, "noEmit": true,