Skip to content

Commit

Permalink
fix(projen): Apply upgrade changes
Browse files Browse the repository at this point in the history
Applies recent upgrade changes manually.
  • Loading branch information
langri-sha committed Aug 31, 2024
1 parent 922775c commit 23fca29
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "fix(projen): Apply upgrade changes",
"packageName": "@langri-sha/jest-test",
"email": "filip.dupanovic@gmail.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "fix(projen): Apply upgrade changes",
"packageName": "@langri-sha/schemastore-to-typescript",
"email": "filip.dupanovic@gmail.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "fix(projen): Apply upgrade changes",
"packageName": "@langri-sha/vitest",
"email": "filip.dupanovic@gmail.com",
"dependentChangeType": "none"
}
2 changes: 1 addition & 1 deletion packages/jest-test/.projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/projen-project/src/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ CHANGELOG.md
{
"name": "beachball",
"type": "build",
"version": "2.43.1",
"version": "2.45.0",
},
{
"name": "projen",
Expand Down Expand Up @@ -1131,7 +1131,7 @@ module.exports = {
"devDependencies": {
"@langri-sha/projen-project": "*",
"@langri-sha/tsconfig": "*",
"beachball": "2.43.1",
"beachball": "2.45.0",
"projen": "0.86.5",
"ts-node": "10.9.2",
"typescript": "5.5.4",
Expand Down Expand Up @@ -1237,7 +1237,7 @@ CHANGELOG.md
{
"name": "beachball",
"type": "build",
"version": "2.43.1",
"version": "2.45.0",
},
{
"name": "projen",
Expand Down Expand Up @@ -1338,7 +1338,7 @@ module.exports = {
"devDependencies": {
"@langri-sha/projen-project": "*",
"@langri-sha/tsconfig": "*",
"beachball": "2.43.1",
"beachball": "2.45.0",
"projen": "0.86.5",
"ts-node": "10.9.2",
"typescript": "5.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/schemastore-to-typescript/.projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/vitest/.projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23fca29

Please sign in to comment.