Skip to content

Commit f7574eb

Browse files
chore(deps-dev): bump @vercel/ncc from 0.27.0 to 0.28.2 (#162)
* chore(deps-dev): bump @vercel/ncc from 0.27.0 to 0.28.2 Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.27.0 to 0.28.2. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](vercel/ncc@0.27.0...0.28.2) Signed-off-by: dependabot[bot] <[email protected]> * chore: use explicit moduleResolution Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Federico Grandi <[email protected]>
1 parent 99d8a21 commit f7574eb

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

lib/index.js

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

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
@@ -40,7 +40,7 @@
4040
"@types/node": "^12.12.54",
4141
"@typescript-eslint/eslint-plugin": "^4.20.0",
4242
"@typescript-eslint/parser": "^4.21.0",
43-
"@vercel/ncc": "^0.27.0",
43+
"@vercel/ncc": "^0.28.2",
4444
"all-contributors-cli": "^6.20.0",
4545
"eslint": "^7.23.0",
4646
"eslint-config-prettier": "^6.15.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)