Skip to content

Commit

Permalink
Update yarn and npm deps
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Jan 31, 2024
1 parent 74da261 commit 69dc3fd
Show file tree
Hide file tree
Showing 8 changed files with 584 additions and 584 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"devDependencies": {
"prettier": "3.2.4",
"prettier-plugin-packagejson": "2.4.9",
"turbo": "1.11.3"
"prettier-plugin-packagejson": "2.4.10",
"turbo": "1.12.0"
},
"packageManager": "yarn@4.0.2+sha256.825003a0f561ad09a3b1ac4a3b3ea6207af2796d54f62a9420520915721f5186"
"packageManager": "yarn@4.1.0"
}
4 changes: 2 additions & 2 deletions packages/analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"devDependencies": {
"@ocaml/eslint-config-ocaml": "workspace:*",
"@tsconfig/strictest": "2.0.2",
"@types/node": "20.11.5",
"@types/node": "20.11.13",
"@vercel/ncc": "0.38.1",
"eslint": "8.56.0",
"prettier": "3.2.4",
"prettier-plugin-packagejson": "2.4.9",
"prettier-plugin-packagejson": "2.4.10",
"typescript": "5.3.3"
}
}
8 changes: 4 additions & 4 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": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.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": "10.0.0",
"eslint-plugin-turbo": "1.11.3",
"eslint-plugin-turbo": "1.12.0",
"eslint-plugin-unicorn": "50.0.1"
},
"devDependencies": {
"@tsconfig/strictest": "2.0.2",
"@types/eslint": "8.56.2",
"eslint": "8.56.0",
"prettier": "3.2.4",
"prettier-plugin-packagejson": "2.4.9",
"prettier-plugin-packagejson": "2.4.10",
"typescript": "5.3.3"
}
}
4 changes: 2 additions & 2 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.2",
"@tsconfig/strictest": "2.0.2",
"@types/node": "20.11.5",
"@types/node": "20.11.13",
"@vercel/ncc": "0.38.1",
"eslint": "8.56.0",
"prettier": "3.2.4",
"prettier-plugin-packagejson": "2.4.9",
"prettier-plugin-packagejson": "2.4.10",
"typescript": "5.3.3"
}
}
4 changes: 2 additions & 2 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.2",
"@tsconfig/strictest": "2.0.2",
"@types/node": "20.11.5",
"@types/node": "20.11.13",
"@vercel/ncc": "0.38.1",
"eslint": "8.56.0",
"prettier": "3.2.4",
"prettier-plugin-packagejson": "2.4.9",
"prettier-plugin-packagejson": "2.4.10",
"typescript": "5.3.3"
}
}
4 changes: 2 additions & 2 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.2",
"@tsconfig/strictest": "2.0.2",
"@types/node": "20.11.5",
"@types/node": "20.11.13",
"@vercel/ncc": "0.38.1",
"eslint": "8.56.0",
"prettier": "3.2.4",
"prettier-plugin-packagejson": "2.4.9",
"prettier-plugin-packagejson": "2.4.10",
"typescript": "5.3.3"
}
}
6 changes: 3 additions & 3 deletions packages/setup-ocaml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
"@actions/io": "1.1.3",
"@actions/tool-cache": "2.0.1",
"cheerio": "1.0.0-rc.12",
"date-fns": "3.3.0",
"date-fns": "3.3.1",
"semver": "7.5.4",
"yaml": "2.3.4"
},
"devDependencies": {
"@ocaml/eslint-config-ocaml": "workspace:*",
"@tsconfig/node20": "20.1.2",
"@tsconfig/strictest": "2.0.2",
"@types/node": "20.11.5",
"@types/node": "20.11.13",
"@types/semver": "7.5.6",
"@vercel/ncc": "0.38.1",
"eslint": "8.56.0",
"prettier": "3.2.4",
"prettier-plugin-packagejson": "2.4.9",
"prettier-plugin-packagejson": "2.4.10",
"typescript": "5.3.3"
}
}
Loading

0 comments on commit 69dc3fd

Please sign in to comment.