Skip to content

Commit 9cc63d8

Browse files
committed
[Dev Deps] update @types/node, tape, typescript; add @arethetypeswrong/cli
1 parent 1fdc86b commit 9cc63d8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"test:harmony": "nyc node --harmony --es-staging test",
3232
"posttest": "aud --production",
3333
"lint": "eslint --ext=js,mjs .",
34-
"postlint": "tsc -p .",
34+
"postlint": "tsc -p . && attw -P",
3535
"version": "auto-changelog && git add CHANGELOG.md",
3636
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
3737
},
@@ -67,14 +67,15 @@
6767
"has-tostringtag": "^1.0.1"
6868
},
6969
"devDependencies": {
70+
"@arethetypeswrong/cli": "^0.15.1",
7071
"@ljharb/eslint-config": "^21.1.0",
7172
"@types/call-bind": "^1.0.5",
7273
"@types/for-each": "^0.3.3",
7374
"@types/gopd": "^1.0.3",
7475
"@types/is-callable": "^1.1.2",
7576
"@types/make-arrow-function": "^1.2.2",
7677
"@types/make-generator-function": "^2.0.3",
77-
"@types/node": "^20.11.14",
78+
"@types/node": "^20.11.25",
7879
"@types/tape": "^5.6.4",
7980
"aud": "^2.0.4",
8081
"auto-changelog": "^2.4.0",
@@ -86,8 +87,8 @@
8687
"npmignore": "^0.3.1",
8788
"nyc": "^10.3.2",
8889
"safe-publish-latest": "^2.0.0",
89-
"tape": "^5.7.4",
90-
"typescript": "^5.4.0-dev.20240131"
90+
"tape": "^5.7.5",
91+
"typescript": "next"
9192
},
9293
"testling": {
9394
"files": "test/index.js",

0 commit comments

Comments
 (0)