diff --git a/.gitattributes b/.gitattributes index fa24d501..f82843ac 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16,7 +16,6 @@ /.gitignore linguist-generated /.mergify.yml linguist-generated /.npmignore linguist-generated -/.npmrc linguist-generated /.projen/** linguist-generated /.projen/deps.json linguist-generated /.projen/files.json linguist-generated diff --git a/.gitignore b/.gitignore index c80c8ec2..f201c4c4 100644 --- a/.gitignore +++ b/.gitignore @@ -53,7 +53,6 @@ junit.xml !/.github/workflows/upgrade-v4.yml !/.github/workflows/upgrade-v3.yml !/.github/pull_request_template.md -!/.npmrc !/test/ !/tsconfig.dev.json !/src/ diff --git a/.projen/files.json b/.projen/files.json index 3cd2ec54..2b045d61 100644 --- a/.projen/files.json +++ b/.projen/files.json @@ -14,7 +14,6 @@ ".github/workflows/upgrade-v5.yml", ".gitignore", ".mergify.yml", - ".npmrc", ".projen/deps.json", ".projen/files.json", ".projen/tasks.json", diff --git a/package-lock.json b/package-lock.json index 3b469096..806b592a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "jsii-pacmak": "^1.91.0", "jsii-rosetta": "5.1.x", "npm-check-updates": "^16", - "projen": "^0.76.4", + "projen": "^0.76.7", "standard-version": "^9", "ts-jest": "^29", "ts-morph": "^17.0.1", @@ -10065,9 +10065,9 @@ } }, "node_modules/projen": { - "version": "0.76.4", - "resolved": "https://registry.npmjs.org/projen/-/projen-0.76.4.tgz", - "integrity": "sha512-DiUjxzzk+0w1No80UGJtOxQSW7S9MDLzbW6FU1Am+P1APp4G34pmjkt7cszzeNXiTjPTOlWestaIPNPELw2kvw==", + "version": "0.76.7", + "resolved": "https://registry.npmjs.org/projen/-/projen-0.76.7.tgz", + "integrity": "sha512-4Lhn79zbkiejgDs8bqNS5B4zJZs2wo5Cp72abP1eLsMeQJRqQff4d7cQ2dFHNPFgAxk8dD2KIYIndmFqYcrqIg==", "bundleDependencies": [ "@iarna/toml", "case", diff --git a/package.json b/package.json index 0aacec9e..e609ff9c 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "jsii-pacmak": "^1.91.0", "jsii-rosetta": "5.1.x", "npm-check-updates": "^16", - "projen": "^0.76.4", + "projen": "^0.76.7", "standard-version": "^9", "ts-jest": "^29", "ts-morph": "^17.0.1",