Skip to content

Commit

Permalink
feat: add support for TypeScript 5.0's array extends in tsconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Aug 25, 2023
1 parent 2a1437b commit 7195193
Show file tree
Hide file tree
Showing 2 changed files with 4,512 additions and 4,830 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@google-cloud/firestore": "^6.4.1",
"@sentry/node": "^7.17.3",
"@slack/web-api": "^6.3.0",
"@tensorflow/tfjs-node": "^3.12.0",
"@vercel/webpack-asset-relocator-loader": "1.7.2",
"@tensorflow/tfjs-node": "^4.10.0",
"@vercel/webpack-asset-relocator-loader": "1.7.3",
"analytics-node": "^6.0.0",
"apollo-server-express": "^2.2.2",
"arg": "^5.0.0",
Expand All @@ -36,7 +36,7 @@
"axios": "^0.21.1",
"azure-storage": "^2.10.2",
"browserify-middleware": "^8.1.1",
"bytes": "^3.0.0",
"bytes": "^3.1.2",
"canvas": "^2.10.2",
"chromeless": "^1.5.2",
"consolidate": "^0.16.0",
Expand All @@ -51,14 +51,14 @@
"fluent-ffmpeg": "^2.1.2",
"fontkit": "^1.7.7",
"get-folder-size": "^2.0.0",
"glob": "^8.0.3",
"glob": "^10.3.3",
"got": "^12.5.2",
"graceful-fs": "^4.1.15",
"graceful-fs": "^4.2.11",
"graphql": "^15.5.1",
"hot-shots": "^8.5.0",
"ioredis": "^5.1.0",
"isomorphic-unfetch": "^3.0.0",
"jest": "^27.5.1",
"jest": "^29.6.4",
"jimp": "^0.16.1",
"jugglingdb": "2.0.1",
"koa": "^2.6.2",
Expand All @@ -70,12 +70,12 @@
"mariadb": "^2.0.1-beta",
"memcached": "^2.2.2",
"memory-fs": "^0.5.0",
"mkdirp": "^1.0.4",
"mkdirp": "^3.0.1",
"mongoose": "^5.3.12",
"mysql": "^2.16.0",
"node-gyp": "^8.4.1",
"node-gyp": "^9.4.0",
"npm": "^6.13.4",
"oracledb": "^4.2.0",
"oracledb": "^6.0.3",
"passport": "^0.6.0",
"passport-google-oauth": "^2.0.0",
"path-platform": "^0.11.15",
Expand All @@ -89,25 +89,25 @@
"rxjs": "^7.3.0",
"saslprep": "^1.0.2",
"sequelize": "^6.6.5",
"sharp": "^0.30.5",
"sharp": "^0.32.5",
"shebang-loader": "^0.0.1",
"socket.io": "^4.1.3",
"source-map-support": "^0.5.9",
"stripe": "^8.167.0",
"swig": "^1.4.2",
"terser": "^5.6.1",
"terser": "^5.19.2",
"the-answer": "^1.0.0",
"tiny-json-http": "^7.0.2",
"ts-loader": "^9.3.0",
"tsconfig-paths": "^3.7.0",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"ts-loader": "^9.4.4",
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"twilio": "^3.23.2",
"typescript": "^4.4.2",
"typescript": "^5.2.2",
"vm2": "^3.6.6",
"vue": "^2.5.17",
"vue-server-renderer": "^2.5.17",
"web-vitals": "^0.2.4",
"webpack": "5.76.0",
"webpack": "5.88.2",
"when": "^3.7.8"
}
}
Loading

0 comments on commit 7195193

Please sign in to comment.