diff --git a/.projen/tasks.json b/.projen/tasks.json index ca1e6b8f..ed80ceff 100644 --- a/.projen/tasks.json +++ b/.projen/tasks.json @@ -44,15 +44,6 @@ } ] }, - "test:compile": { - "name": "test:compile", - "description": "compiles the test code", - "steps": [ - { - "exec": "tsc --noEmit --project tsconfig.dev.json" - } - ] - }, "test": { "name": "test", "description": "Run tests", @@ -60,9 +51,6 @@ { "exec": "rm -fr lib/" }, - { - "spawn": "test:compile" - }, { "exec": "jest --passWithNoTests --all --updateSnapshot" }, diff --git a/package.json b/package.json index 1d3c10c9..03c39bfe 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,6 @@ "scripts": { "clobber": "npx projen clobber", "compile": "npx projen compile", - "test:compile": "npx projen test:compile", "test": "npx projen test", "build": "npx projen build", "test:watch": "npx projen test:watch", @@ -52,7 +51,7 @@ "jsii-pacmak": "^1.39.0", "json-schema": "^0.3.0", "npm-check-updates": "^11", - "projen": "^0.30.3", + "projen": "^0.31.1", "standard-version": "^9", "ts-jest": "^26.5.6", "typescript": "^3.9.10" diff --git a/yarn.lock b/yarn.lock index e419fc18..6b66daf6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2204,9 +2204,9 @@ ecc-jsbn@~0.1.1: safer-buffer "^2.1.0" electron-to-chromium@^1.3.867: - version "1.3.872" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.872.tgz#2311a82f344d828bab6904818adc4afb57b35369" - integrity sha512-qG96atLFY0agKyEETiBFNhpRLSXGSXOBuhXWpbkYqrLKKASpRyRBUtfkn0ZjIf/yXfA7FA4nScVOMpXSHFlUCQ== + version "1.3.873" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.873.tgz#c238c9199e4951952fe815a65c1beab5db4826b8" + integrity sha512-TiHlCgl2uP26Z0c67u442c0a2MZCWZNCRnPTQDPhVJ4h9G6z2zU0lApD9H0K9R5yFL5SfdaiVsVD2izOY24xBQ== emittery@^0.7.1: version "0.7.2" @@ -5499,10 +5499,10 @@ progress@^2.0.0, progress@^2.0.3: resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== -projen@^0.30.3: - version "0.30.3" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.30.3.tgz#e1a374e7994006da4fa088b1a13a3c018a3a29e3" - integrity sha512-IrZKU9KTTBjVc6lV8DGoxQ3laXDJwxBiZF5hq9hZlG6hz98WpLiX6Qm9X1LTZNvNRLg6YFeX8Cu2j3fqva0bMg== +projen@^0.31.1: + version "0.31.1" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.31.1.tgz#88a64a4e67df994ec36dae790c13c2c7d9bcdce8" + integrity sha512-DG/IeNDqXff+iwd3q0eFRn8bBsfGTqw8WGWT6NkOWxBnLtTIAmoAPzzCDNUvAXkXCb8LadBAlIAXMV56o4sWog== dependencies: "@iarna/toml" "^2.2.5" chalk "^4.1.2"