Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Commit b4976a3

Browse files
chore: upgrade projen (#112)
1 parent b5ce376 commit b4976a3

File tree

6 files changed

+12
-9
lines changed

6 files changed

+12
-9
lines changed

.projen/deps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
{
7575
"name": "projen",
76-
"version": "^0.17.31",
76+
"version": "^0.17.32",
7777
"type": "build"
7878
},
7979
{

.versionrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"commitAll": true,
1515
"scripts": {
1616
"postbump": "npx projen && git add ."
17-
}
17+
},
18+
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
1819
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"jsii-docgen": "^1.4.114",
4747
"jsii-pacmak": "^1.16.0",
4848
"json-schema": "^0.2.5",
49-
"projen": "^0.17.31",
49+
"projen": "^0.17.32",
5050
"standard-version": "^9",
5151
"ts-jest": "^26.4.4",
5252
"typescript": "^3.9.5"

tsconfig.eslint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@
3030
],
3131
"exclude": [
3232
"node_modules"
33-
]
33+
],
34+
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
3435
}

tsconfig.jest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@
3030
],
3131
"exclude": [
3232
"node_modules"
33-
]
33+
],
34+
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
3435
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4683,10 +4683,10 @@ progress@^2.0.0:
46834683
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
46844684
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
46854685

4686-
projen@^0.17.31:
4687-
version "0.17.31"
4688-
resolved "https://registry.yarnpkg.com/projen/-/projen-0.17.31.tgz#0a26398cbce006fa4d86e3b2cb2d125f6a0bbe4c"
4689-
integrity sha512-87ol2qQ2yRwkGqK3aquXRzTVRGlOJppTD0xM6Q44/juQzaPJQiaZ7n9BXpby0icokN3rNHc+iRV9WmClqnu+6Q==
4686+
projen@^0.17.32:
4687+
version "0.17.32"
4688+
resolved "https://registry.yarnpkg.com/projen/-/projen-0.17.32.tgz#8bead071ce404873a409fa6533dc97fbbbb6e42d"
4689+
integrity sha512-fAWOZIp2bKxek4XJ42PodT24wAFMaoCKvykebeRQpXodHYpX7wLf5aYWJVsw2rrvJhz5OC9RlPpyHoOdTTvkxg==
46904690
dependencies:
46914691
"@iarna/toml" "^2.2.5"
46924692
chalk "^4.1.0"

0 commit comments

Comments
 (0)