Skip to content

Commit 113f2d3

Browse files
chore(deps-dev): bump @vercel/ncc from 0.24.1 to 0.28.6 (#18)
* chore(deps-dev): bump @vercel/ncc from 0.24.1 to 0.28.6 Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.24.1 to 0.28.6. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](vercel/ncc@0.24.1...0.28.6) --- updated-dependencies: - dependency-name: "@vercel/ncc" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix build error Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Federico Grandi <fgrandi30@gmail.com>
1 parent aa43084 commit 113f2d3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@types/yamljs": "^0.2.31",
3535
"@typescript-eslint/eslint-plugin": "^4.26.1",
3636
"@typescript-eslint/parser": "^4.26.1",
37-
"@vercel/ncc": "^0.24.1",
37+
"@vercel/ncc": "^0.28.6",
3838
"eslint": "^7.28.0",
3939
"eslint-config-prettier": "^7.1.0",
4040
"eslint-plugin-prettier": "^3.3.0",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
3636
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
3737
/* Module Resolution Options */
38-
// "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
38+
"moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
3939
// "baseUrl": "./", /* Base directory to resolve non-absolute module names. */
4040
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
4141
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */

0 commit comments

Comments
 (0)