Skip to content

Commit

Permalink
Merge branch 'main' into feature/vercel#457/specify-tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
nokazn committed Jun 2, 2022
2 parents c0752a1 + ea0928e commit dcc5c8c
Show file tree
Hide file tree
Showing 3 changed files with 253 additions and 225 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [14, 16, 18]
node: [14, 16]
runs-on: ${{ matrix.os }}
steps:
- name: Cancel Previous Runs
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vercel/ncc",
"description": "Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style.",
"version": "0.33.4",
"version": "0.34.0",
"repository": "vercel/ncc",
"license": "MIT",
"main": "./dist/ncc/index.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
"fluent-ffmpeg": "^2.1.2",
"fontkit": "^1.7.7",
"get-folder-size": "^2.0.0",
"glob": "^7.1.3",
"glob": "^8.0.3",
"got": "^11.8.2",
"graceful-fs": "^4.1.15",
"graphql": "^15.5.1",
Expand All @@ -71,6 +71,7 @@
"mailgun": "^0.5.0",
"mariadb": "^2.0.1-beta",
"memcached": "^2.2.2",
"memory-fs": "^0.5.0",
"mkdirp": "^1.0.4",
"mongoose": "^5.3.12",
"mysql": "^2.16.0",
Expand All @@ -80,7 +81,7 @@
"passport": "^0.5.2",
"passport-google-oauth": "^2.0.0",
"path-platform": "^0.11.15",
"pdfkit": "^0.12.1",
"pdfkit": "^0.13.0",
"pg": "^8.7.1",
"pug": "^3.0.1",
"react": "^17.0.2",
Expand All @@ -90,7 +91,7 @@
"rxjs": "^7.3.0",
"saslprep": "^1.0.2",
"sequelize": "^6.6.5",
"sharp": "^0.28.3",
"sharp": "^0.30.5",
"shebang-loader": "^0.0.1",
"socket.io": "^4.1.3",
"source-map-support": "^0.5.9",
Expand All @@ -99,7 +100,7 @@
"terser": "^5.6.1",
"the-answer": "^1.0.0",
"tiny-json-http": "^7.0.2",
"ts-loader": "^8.3.0",
"ts-loader": "^9.3.0",
"tsconfck": "^1.2.2",
"tsconfig-paths": "^3.7.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
Expand Down
Loading

0 comments on commit dcc5c8c

Please sign in to comment.