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 Nov 4, 2023
1 parent 23e8b17 commit f5cd531
Show file tree
Hide file tree
Showing 11 changed files with 1,295 additions and 1,023 deletions.
416 changes: 258 additions & 158 deletions dist/index.js

Large diffs are not rendered by default.

416 changes: 258 additions & 158 deletions dist/post/index.js

Large diffs are not rendered by default.

225 changes: 145 additions & 80 deletions lint-doc/dist/index.js

Large diffs are not rendered by default.

225 changes: 145 additions & 80 deletions lint-fmt/dist/index.js

Large diffs are not rendered by default.

225 changes: 145 additions & 80 deletions lint-opam/dist/index.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions packages/eslint-config-ocaml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
"typecheck": "tsc"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-turbo": "1.10.17-canary.0",
"eslint-plugin-unicorn": "48.0.1"
"eslint-plugin-unicorn": "49.0.0"
},
"devDependencies": {
"@tsconfig/strictest": "2.0.2",
"@types/eslint": "8.44.6",
"eslint": "8.51.0",
"eslint": "8.53.0",
"prettier": "3.0.3",
"prettier-plugin-packagejson": "2.4.6",
"typescript": "5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/lint-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@ocaml/eslint-config-ocaml": "workspace:*",
"@tsconfig/node20": "20.1.2",
"@tsconfig/strictest": "2.0.2",
"@types/node": "20.8.7",
"@types/node": "20.8.10",
"@vercel/ncc": "0.38.1",
"eslint": "8.51.0",
"eslint": "8.53.0",
"prettier": "3.0.3",
"prettier-plugin-packagejson": "2.4.6",
"typescript": "5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/lint-fmt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@ocaml/eslint-config-ocaml": "workspace:*",
"@tsconfig/node20": "20.1.2",
"@tsconfig/strictest": "2.0.2",
"@types/node": "20.8.7",
"@types/node": "20.8.10",
"@vercel/ncc": "0.38.1",
"eslint": "8.51.0",
"eslint": "8.53.0",
"prettier": "3.0.3",
"prettier-plugin-packagejson": "2.4.6",
"typescript": "5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/lint-opam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@ocaml/eslint-config-ocaml": "workspace:*",
"@tsconfig/node20": "20.1.2",
"@tsconfig/strictest": "2.0.2",
"@types/node": "20.8.7",
"@types/node": "20.8.10",
"@vercel/ncc": "0.38.1",
"eslint": "8.51.0",
"eslint": "8.53.0",
"prettier": "3.0.3",
"prettier-plugin-packagejson": "2.4.6",
"typescript": "5.2.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/setup-ocaml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"cheerio": "1.0.0-rc.12",
"date-fns": "2.30.0",
"semver": "7.5.4",
"yaml": "2.3.3"
"yaml": "2.3.4"
},
"devDependencies": {
"@ocaml/eslint-config-ocaml": "workspace:*",
"@tsconfig/node20": "20.1.2",
"@tsconfig/strictest": "2.0.2",
"@types/node": "20.8.7",
"@types/node": "20.8.10",
"@types/semver": "7.5.4",
"@vercel/ncc": "0.38.1",
"eslint": "8.51.0",
"eslint": "8.53.0",
"prettier": "3.0.3",
"prettier-plugin-packagejson": "2.4.6",
"typescript": "5.2.2"
Expand Down
Loading

0 comments on commit f5cd531

Please sign in to comment.