Skip to content

Commit a89ddd8

Browse files
committed
[Dev Deps] update @arethetypeswrong/cli, @ljharb/eslint-config, @ljharb/tsconfig, @types/tape, eslint, npmignore
1 parent de12c85 commit a89ddd8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"prepublish": "not-in-publish || npm run prepublishOnly",
2727
"prelint": "npm run build",
2828
"lint": "eslint src build/*.max.js",
29-
"postlint": "tsc -p . && attw -P",
29+
"postlint": "tsc -p . && attw -P",
3030
"clean": "rimraf build",
3131
"web": "tiny-cdn run",
3232
"prebuild": "npm run clean && mkdirp build",
@@ -38,17 +38,17 @@
3838
"tests-only": "nyc tape 'test/**/*.js'"
3939
},
4040
"devDependencies": {
41-
"@arethetypeswrong/cli": "^0.17.0",
42-
"@ljharb/eslint-config": "^21.1.1",
43-
"@ljharb/tsconfig": "^0.2.0",
44-
"@types/tape": "^5.6.5",
41+
"@arethetypeswrong/cli": "^0.18.2",
42+
"@ljharb/eslint-config": "^22.2.1",
43+
"@ljharb/tsconfig": "^0.3.2",
44+
"@types/tape": "^5.8.1",
4545
"es5-shim": "^4.6.7",
4646
"es6-shim": "^0.35.8",
47-
"eslint": "=8.8.0",
47+
"eslint": "^8.57.1",
4848
"in-publish": "^2.0.1",
4949
"markdown": "^0.5.0",
5050
"mkdirp": "^0.5.6",
51-
"npmignore": "^0.3.1",
51+
"npmignore": "^0.3.5",
5252
"nyc": "^10.3.2",
5353
"rimraf": "^2.7.1",
5454
"safe-publish-latest": "^2.0.0",

0 commit comments

Comments
 (0)