From 60121c6e57372bb7e056fb9a2efbb00588d5d55a Mon Sep 17 00:00:00 2001 From: Scott Hsieh Date: Sat, 6 Jan 2024 08:48:05 +0800 Subject: [PATCH] chore(deps): upgrade dependencies (#381) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/HsiehShuJeng/cdk-emrserverless-with-delta-lake/actions/runs/7428247460 ------ *Automatically created by projen via the "upgrade-main" workflow* --- .gitignore | 2 +- .npmignore | 1 + package.json | 2 +- tsconfig.dev.json | 4 ++-- yarn.lock | 14 +++++++------- 5 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index f135a60..0eca3f5 100644 --- a/.gitignore +++ b/.gitignore @@ -31,7 +31,6 @@ jspm_packages/ *.tgz .yarn-integrity .cache -!/.projenrc.js /test-reports/ junit.xml /coverage/ @@ -73,3 +72,4 @@ target/ .settings .vscode/ *.iml +!/.projenrc.js diff --git a/.npmignore b/.npmignore index 4796989..cded29a 100644 --- a/.npmignore +++ b/.npmignore @@ -44,3 +44,4 @@ target/ .settings .vscode/ *.iml +/.gitattributes diff --git a/package.json b/package.json index 18cb503..8670548 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "jsii-docgen": "^7.2.9", "jsii-pacmak": "^1.93.0", "jsii-rosetta": "1.x", - "projen": "0.78.8", + "projen": "0.78.10", "source-map-support": "^0.5.21", "standard-version": "^9", "ts-jest": "^27", diff --git a/tsconfig.dev.json b/tsconfig.dev.json index 3bd3671..0274489 100644 --- a/tsconfig.dev.json +++ b/tsconfig.dev.json @@ -26,9 +26,9 @@ "target": "ES2019" }, "include": [ - ".projenrc.js", "src/**/*.ts", - "test/**/*.ts" + "test/**/*.ts", + ".projenrc.js" ], "exclude": [ "node_modules" diff --git a/yarn.lock b/yarn.lock index 85ab266..2cb553d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1981,9 +1981,9 @@ dotgitignore@^2.1.0: minimatch "^3.0.4" electron-to-chromium@^1.4.601: - version "1.4.622" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.622.tgz#925d8b2264abbcbe264a9a6290d97b9e5a1af205" - integrity sha512-GZ47DEy0Gm2Z8RVG092CkFvX7SdotG57c4YZOe8W8qD4rOmk3plgeNmiLVRHP/Liqj1wRiY3uUUod9vb9hnxZA== + version "1.4.623" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.623.tgz#0f7400114ac3425500e9244d2b0e9c3107c331cb" + integrity sha512-lKoz10iCYlP1WtRYdh5MvocQPWVRoI7ysp6qf18bmeBgR8abE6+I2CsfyNKztRDZvhdWc+krKT6wS7Neg8sw3A== emittery@^0.8.1: version "0.8.1" @@ -4344,10 +4344,10 @@ process-nextick-args@~2.0.0: resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== -projen@0.78.8: - version "0.78.8" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.78.8.tgz#829a88099b475f399eccffb08c5562feb376c9b2" - integrity sha512-m/wHBKy1L8SWrxRCpXNHV8CtFgC2jjS/7NUmJsOEh5AURQCAdJT2NY94jsN+jffYpCYapBI7x2TraYpKlI9xag== +projen@0.78.10: + version "0.78.10" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.78.10.tgz#326f7b7dc6f87c4b50955ee264120959e4a9794c" + integrity sha512-Sm6AkrlggH5dCjAyGCbGJCFlm1MLjHS1pOVFklSx0PakFXJxCRg6cp8foBE4fwR0Y59kAXe3yhAolaESwd4AXw== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"