Skip to content

Commit

Permalink
fix(declarations): don't throw for JSDocDeprecatedTags. Closes #111
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Aug 23, 2020
1 parent 0143bfc commit 4adb49d
Show file tree
Hide file tree
Showing 3 changed files with 632 additions and 675 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,35 +48,35 @@
"license": "MIT",
"devDependencies": {
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-json": "^4.1.0",
"@types/node": "^14.0.27",
"@types/node": "^14.6.0",
"@types/prettier": "^2.0.2",
"@types/semver": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"@wessberg/rollup-plugin-ts": "^1.3.1",
"@types/semver": "^7.3.3",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"@wessberg/rollup-plugin-ts": "^1.3.2",
"@wessberg/scaffold": "^1.0.30",
"@wessberg/ts-config": "^1.0.16",
"@wessberg/ts-config": "^1.0.17",
"ava": "3.11.1",
"babel-preset-minify": "^0.5.1",
"core-js": "^3.6.5",
"eslint": "^7.6.0",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsdoc": "^30.2.1",
"eslint-plugin-jsdoc": "^30.2.4",
"fast-glob": "^3.2.4",
"husky": "^4.2.5",
"np": "5.2.1",
"pnpm": "^5.4.12",
"pnpm": "^5.5.2",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"pretty-quick": "^3.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.23.0",
"rollup": "^2.26.5",
"semver": "7.3.2",
"standard-changelog": "^2.0.24",
"ts-node": "8.10.2",
"typescript": "4.0.0-beta",
"ts-node": "9.0.0",
"typescript": "4.0.2",
"typescript-3-2-1": "npm:typescript@3.2.1",
"typescript-3-3-1": "npm:typescript@3.3.1",
"typescript-3-4-1": "npm:typescript@3.4.1",
Expand All @@ -87,7 +87,7 @@
"typescript-3-9-2": "npm:typescript@3.9.2"
},
"dependencies": {
"@babel/core": "^7.11.1",
"@babel/core": "^7.11.4",
"@babel/plugin-proposal-async-generator-functions": "^7.10.5",
"@babel/plugin-proposal-json-strings": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
Expand All @@ -97,16 +97,16 @@
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/runtime": "^7.11.2",
"@rollup/pluginutils": "^3.1.0",
"@rollup/pluginutils": "^4.0.0",
"@types/babel__core": "^7.1.9",
"@wessberg/browserslist-generator": "^1.0.37",
"@wessberg/stringutil": "^1.0.19",
"@wessberg/ts-clone-node": "^0.3.11",
"browserslist": "^4.13.0",
"@wessberg/ts-clone-node": "^0.3.14",
"browserslist": "^4.14.0",
"chalk": "^4.1.0",
"magic-string": "^0.25.7",
"slash": "^3.0.0",
"tslib": "^2.0.0"
"tslib": "^2.0.1"
},
"peerDependencies": {
"rollup": ">=1.x",
Expand Down
Loading

0 comments on commit 4adb49d

Please sign in to comment.