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 Oct 20, 2023
1 parent 1f76f14 commit cb0ca97
Show file tree
Hide file tree
Showing 12 changed files with 242 additions and 179 deletions.
16 changes: 13 additions & 3 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions dist/post/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions lint-doc/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions lint-fmt/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions lint-opam/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"prettier": "3.0.3",
"prettier-plugin-packagejson": "2.4.6",
"turbo": "1.10.15"
"turbo": "1.10.16"
},
"packageManager": "[email protected]+sha256.7f7d51b38db0d94adf25c512e3f3d3b47d23c97922eecc540f7440f116bdb99a"
}
8 changes: 4 additions & 4 deletions packages/eslint-config-ocaml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
"typecheck": "tsc"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-turbo": "1.10.15",
"eslint-plugin-turbo": "1.10.16",
"eslint-plugin-unicorn": "48.0.1"
},
"devDependencies": {
"@tsconfig/strictest": "2.0.2",
"@types/eslint": "8.44.4",
"@types/eslint": "8.44.6",
"eslint": "8.51.0",
"prettier": "3.0.3",
"prettier-plugin-packagejson": "2.4.6",
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,8 +16,8 @@
"@ocaml/eslint-config-ocaml": "workspace:*",
"@tsconfig/node20": "20.1.2",
"@tsconfig/strictest": "2.0.2",
"@types/node": "20.8.6",
"@vercel/ncc": "0.38.0",
"@types/node": "20.8.7",
"@vercel/ncc": "0.38.1",
"eslint": "8.51.0",
"prettier": "3.0.3",
"prettier-plugin-packagejson": "2.4.6",
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,8 +16,8 @@
"@ocaml/eslint-config-ocaml": "workspace:*",
"@tsconfig/node20": "20.1.2",
"@tsconfig/strictest": "2.0.2",
"@types/node": "20.8.6",
"@vercel/ncc": "0.38.0",
"@types/node": "20.8.7",
"@vercel/ncc": "0.38.1",
"eslint": "8.51.0",
"prettier": "3.0.3",
"prettier-plugin-packagejson": "2.4.6",
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,8 +15,8 @@
"@ocaml/eslint-config-ocaml": "workspace:*",
"@tsconfig/node20": "20.1.2",
"@tsconfig/strictest": "2.0.2",
"@types/node": "20.8.6",
"@vercel/ncc": "0.38.0",
"@types/node": "20.8.7",
"@vercel/ncc": "0.38.1",
"eslint": "8.51.0",
"prettier": "3.0.3",
"prettier-plugin-packagejson": "2.4.6",
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 @@ -28,9 +28,9 @@
"@ocaml/eslint-config-ocaml": "workspace:*",
"@tsconfig/node20": "20.1.2",
"@tsconfig/strictest": "2.0.2",
"@types/node": "20.8.6",
"@types/semver": "7.5.3",
"@vercel/ncc": "0.38.0",
"@types/node": "20.8.7",
"@types/semver": "7.5.4",
"@vercel/ncc": "0.38.1",
"eslint": "8.51.0",
"prettier": "3.0.3",
"prettier-plugin-packagejson": "2.4.6",
Expand Down
Loading

0 comments on commit cb0ca97

Please sign in to comment.