Skip to content

Commit

Permalink
Revert dtslint because of some misc. breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Jan 23, 2024
1 parent 37e899d commit a54c3e4
Show file tree
Hide file tree
Showing 2 changed files with 358 additions and 211 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@babel/eslint-plugin": "^7.23.5",
"@babel/preset-env": "^7.23.8",
"@babel/register": "^7.23.7",
"@definitelytyped/dtslint": "^0.2.1",
"@definitelytyped/dtslint": "^0.0.182",
"@istanbuljs/nyc-config-babel": "3.0.0",
"@types/node": "^20.11.5",
"@typescript-eslint/parser": "^6.19.1",
Expand Down Expand Up @@ -115,7 +115,6 @@
"taffydb": "^2.7.3",
"terser-webpack-plugin": "^5.3.10",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.1"
},
Expand All @@ -125,7 +124,8 @@
"bignumber.js": "^9.1.2",
"buffer": "^6.0.3",
"sha.js": "^2.3.6",
"tweetnacl": "^1.0.3"
"tweetnacl": "^1.0.3",
"typescript": "^5.3.3"
},
"optionalDependencies": {
"sodium-native": "^4.0.5"
Expand Down
Loading

0 comments on commit a54c3e4

Please sign in to comment.