From 75ff50796467d459f777b03277d0e1d0329bfc7a Mon Sep 17 00:00:00 2001 From: wchaws <68052927+wchaws@users.noreply.github.com> Date: Sun, 30 May 2021 20:31:17 +0800 Subject: [PATCH] Dev (#67) Fixes # --- .projen/deps.json | 2 +- LICENSE | 3 ++- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.projen/deps.json b/.projen/deps.json index 009b7589..a67099ad 100644 --- a/.projen/deps.json +++ b/.projen/deps.json @@ -87,7 +87,7 @@ }, { "name": "projen", - "version": "^0.18.13", + "version": "^0.19.0", "type": "build" }, { diff --git a/LICENSE b/LICENSE index 295d97df..d6456956 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,4 @@ + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -186,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2021 wchaws + Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/package.json b/package.json index 66cc9e0e..f8f41721 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "jsii-pacmak": "^1.30.0", "json-schema": "^0.3.0", "npm-check-updates": "^11", - "projen": "^0.18.13", + "projen": "^0.19.0", "standard-version": "^9", "ts-jest": "^26.5.6", "typescript": "^4.3.2" diff --git a/yarn.lock b/yarn.lock index 0882bbcc..ada87909 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5953,10 +5953,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.18.13: - version "0.18.13" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.18.13.tgz#6fb9da86f71fee7d7cbda04194671120322f081c" - integrity sha512-Yp3lkT5Ltq+pAiuO4DsKaFPsgzNRAi7pfI/rjFDQ6koVDi3LYKKzyk2BX/nnBGrI67+UgokEYaspAjXZQCSi4A== +projen@^0.19.0: + version "0.19.0" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.19.0.tgz#db2713f578434232b011afbd56ec3d894fb8a004" + integrity sha512-vU+7d4p0PVaYXvXDX7H5OEbfh4RbJt1UZox8Nz3DBJVYzZpC5d5lzvDJ1YWSBS36ed6K6Dw+Ha2x4tD+JMG15A== dependencies: "@iarna/toml" "^2.2.5" chalk "^4.1.1"