Skip to content

Commit

Permalink
Update npm deps
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Apr 15, 2024
1 parent b6cd7ac commit 2ace0e0
Show file tree
Hide file tree
Showing 11 changed files with 977 additions and 991 deletions.
7 changes: 4 additions & 3 deletions analysis/dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -20335,9 +20335,9 @@ var require_balanced_match = __commonJS({
}
});

// ../../node_modules/minimatch/node_modules/brace-expansion/index.js
// ../../node_modules/brace-expansion/index.js
var require_brace_expansion = __commonJS({
"../../node_modules/minimatch/node_modules/brace-expansion/index.js"(exports, module) {
"../../node_modules/brace-expansion/index.js"(exports, module) {
var concatMap = require_concat_map();
var balanced = require_balanced_match();
module.exports = expandTop;
Expand Down Expand Up @@ -22774,7 +22774,7 @@ var init_dist_src = __esm({
var VERSION2;
var init_version3 = __esm({
"../../node_modules/@octokit/request/dist-src/version.js"() {
VERSION2 = "8.3.1";
VERSION2 = "8.4.0";
}
});

Expand Down Expand Up @@ -22978,6 +22978,7 @@ function fetchWrapper(requestOptions) {
return fetch(requestOptions.url, {
method: requestOptions.method,
body: requestOptions.body,
redirect: requestOptions.request?.redirect,
headers: requestOptions.headers,
signal: requestOptions.request?.signal,
// duplex must be set if request.body is ReadableStream or Async Iterables.
Expand Down
882 changes: 437 additions & 445 deletions dist/index.cjs

Large diffs are not rendered by default.

580 changes: 286 additions & 294 deletions dist/post.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.14",
"prettier-plugin-packagejson": "2.5.0",
"turbo": "1.13.2"
},
"packageManager": "[email protected]"
Expand Down
6 changes: 3 additions & 3 deletions packages/analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"devDependencies": {
"@ocaml/eslint-config-ocaml": "workspace:*",
"@tsconfig/strictest": "2.0.5",
"@types/node": "20.12.5",
"@types/node": "20.12.7",
"eslint": "8.57.0",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.14",
"prettier-plugin-packagejson": "2.5.0",
"tsup": "8.0.2",
"typescript": "5.4.4"
"typescript": "5.4.5"
}
}
12 changes: 6 additions & 6 deletions packages/eslint-config-ocaml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
"typecheck": "tsc"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-simple-import-sort": "12.0.0",
"eslint-plugin-simple-import-sort": "12.1.0",
"eslint-plugin-turbo": "1.13.2",
"eslint-plugin-unicorn": "52.0.0"
},
"devDependencies": {
"@tsconfig/strictest": "2.0.5",
"@types/eslint": "8.56.7",
"@types/eslint": "8.56.9",
"eslint": "8.57.0",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.14",
"typescript": "5.4.4"
"prettier-plugin-packagejson": "2.5.0",
"typescript": "5.4.5"
}
}
6 changes: 3 additions & 3 deletions packages/lint-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@ocaml/eslint-config-ocaml": "workspace:*",
"@tsconfig/node20": "20.1.4",
"@tsconfig/strictest": "2.0.5",
"@types/node": "20.12.5",
"@types/node": "20.12.7",
"eslint": "8.57.0",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.14",
"prettier-plugin-packagejson": "2.5.0",
"tsup": "8.0.2",
"typescript": "5.4.4"
"typescript": "5.4.5"
}
}
6 changes: 3 additions & 3 deletions packages/lint-fmt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@ocaml/eslint-config-ocaml": "workspace:*",
"@tsconfig/node20": "20.1.4",
"@tsconfig/strictest": "2.0.5",
"@types/node": "20.12.5",
"@types/node": "20.12.7",
"eslint": "8.57.0",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.14",
"prettier-plugin-packagejson": "2.5.0",
"tsup": "8.0.2",
"typescript": "5.4.4"
"typescript": "5.4.5"
}
}
6 changes: 3 additions & 3 deletions packages/lint-opam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@ocaml/eslint-config-ocaml": "workspace:*",
"@tsconfig/node20": "20.1.4",
"@tsconfig/strictest": "2.0.5",
"@types/node": "20.12.5",
"@types/node": "20.12.7",
"eslint": "8.57.0",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.14",
"prettier-plugin-packagejson": "2.5.0",
"tsup": "8.0.2",
"typescript": "5.4.4"
"typescript": "5.4.5"
}
}
6 changes: 3 additions & 3 deletions packages/setup-ocaml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"@ocaml/eslint-config-ocaml": "workspace:*",
"@tsconfig/node20": "20.1.4",
"@tsconfig/strictest": "2.0.5",
"@types/node": "20.12.5",
"@types/node": "20.12.7",
"@types/semver": "7.5.8",
"eslint": "8.57.0",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.14",
"prettier-plugin-packagejson": "2.5.0",
"tsup": "8.0.2",
"typescript": "5.4.4"
"typescript": "5.4.5"
}
}
Loading

0 comments on commit 2ace0e0

Please sign in to comment.