Skip to content

Commit

Permalink
perf(package): up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Oct 29, 2020
1 parent 8c6706d commit c018998
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 87 deletions.
98 changes: 23 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 17 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "@antongolub/dts-bundle",
"version": "0.7.4-beta.1",
"name": "@qiwi/dts-bundle",
"version": "0.7.4",
"private": false,
"publishConfig": {
"access": "public"
},
"description": "Export TypeScript .d.ts files as an external module definition",
"keywords": [
"typescript",
Expand All @@ -12,10 +16,10 @@
"bin": {
"dts-bundle": "./lib/dts-bundle.js"
},
"homepage": "https://github.com/antongolub/dts-bundle",
"homepage": "https://github.com/qiwi/dts-bundle",
"repository": {
"type": "git",
"url": "https://github.com/antongolub/dts-bundle.git"
"url": "https://github.com/qiwi/dts-bundle.git"
},
"author": {
"name": "Bart van der Schoor",
Expand All @@ -24,25 +28,26 @@
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/antongolub/dts-bundle/master/LICENSE-MIT.txt"
"url": "https://raw.github.com/qiwi/dts-bundle/master/LICENSE-MIT.txt"
}
],
"bugs": {
"url": "https://github.com/antongolub/dts-bundle/issues"
"url": "https://github.com/qiwi/dts-bundle/issues"
},
"engines": {
"node": ">= 0.10.0"
"node": ">= 12"
},
"scripts": {
"test": "grunt test"
"test": "grunt test",
"postupdate": "npm i && npm audit fix && npm run test"
},
"main": "./index.js",
"dependencies": {
"@types/detect-indent": "6.0.0",
"@types/glob": "7.1.3",
"@types/mkdirp": "1.0.1",
"@types/node": "14.11.8",
"commander": "^6.1.0",
"@types/node": "14.14.6",
"commander": "^6.2.0",
"detect-indent": "^6.0.0",
"glob": "^7.1.6",
"mkdirp": "^1.0.4"
Expand All @@ -52,13 +57,13 @@
"chai-fs": "2.0.0",
"grunt": "1.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-mocha-cli": "^6.0.0",
"grunt-mocha-test": "^0.13.3",
"grunt-ts": "^6.0.0-beta.22",
"jshint-path-reporter": "^0.1.3",
"mocha-unfunk-reporter": "^0.4.0",
"ncp": "^2.0.0",
"typescript": "^4.0.3"
"typescript": "^4.0.5"
}
}

0 comments on commit c018998

Please sign in to comment.