Skip to content

Commit

Permalink
Update 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 Sep 9, 2023
1 parent e316150 commit c9d376b
Show file tree
Hide file tree
Showing 9 changed files with 353 additions and 345 deletions.
32 changes: 16 additions & 16 deletions dist/index.js

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

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

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"build": "turbo run build"
},
"devDependencies": {
"prettier": "3.0.1",
"turbo": "1.10.12"
"prettier": "3.0.3",
"turbo": "1.10.13"
},
"resolutions": {
"tsconfig-paths": "4.2.0"
Expand Down
16 changes: 8 additions & 8 deletions packages/eslint-config-ocaml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
"typecheck": "tsc"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-turbo": "1.10.12",
"eslint-plugin-turbo": "1.10.13",
"eslint-plugin-unicorn": "48.0.1"
},
"devDependencies": {
"@tsconfig/strictest": "2.0.1",
"@tsconfig/strictest": "2.0.2",
"@types/eslint": "8.44.2",
"eslint": "8.46.0",
"prettier": "3.0.1",
"typescript": "5.1.6"
"eslint": "8.48.0",
"prettier": "3.0.3",
"typescript": "5.2.2"
},
"private": true
}
10 changes: 5 additions & 5 deletions packages/lint-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"devDependencies": {
"@ocaml/eslint-config-ocaml": "workspace:*",
"@tsconfig/node20": "20.1.2",
"@tsconfig/strictest": "2.0.1",
"@types/node": "20.4.9",
"@tsconfig/strictest": "2.0.2",
"@types/node": "20.5.9",
"@types/prettier": "3.0.0",
"@vercel/ncc": "0.36.1",
"eslint": "8.46.0",
"prettier": "3.0.1",
"typescript": "5.1.6"
"eslint": "8.48.0",
"prettier": "3.0.3",
"typescript": "5.2.2"
},
"private": true
}
10 changes: 5 additions & 5 deletions packages/lint-fmt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"devDependencies": {
"@ocaml/eslint-config-ocaml": "workspace:*",
"@tsconfig/node20": "20.1.2",
"@tsconfig/strictest": "2.0.1",
"@types/node": "20.4.9",
"@tsconfig/strictest": "2.0.2",
"@types/node": "20.5.9",
"@types/prettier": "3.0.0",
"@vercel/ncc": "0.36.1",
"eslint": "8.46.0",
"prettier": "3.0.1",
"typescript": "5.1.6"
"eslint": "8.48.0",
"prettier": "3.0.3",
"typescript": "5.2.2"
},
"private": true
}
10 changes: 5 additions & 5 deletions packages/lint-opam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"devDependencies": {
"@ocaml/eslint-config-ocaml": "workspace:*",
"@tsconfig/node20": "20.1.2",
"@tsconfig/strictest": "2.0.1",
"@types/node": "20.4.9",
"@tsconfig/strictest": "2.0.2",
"@types/node": "20.5.9",
"@types/prettier": "3.0.0",
"@vercel/ncc": "0.36.1",
"eslint": "8.46.0",
"prettier": "3.0.1",
"typescript": "5.1.6"
"eslint": "8.48.0",
"prettier": "3.0.3",
"typescript": "5.2.2"
},
"private": true
}
14 changes: 7 additions & 7 deletions packages/setup-ocaml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"cheerio": "1.0.0-rc.12",
"date-fns": "2.30.0",
"semver": "7.5.4",
"yaml": "2.3.1"
"yaml": "2.3.2"
},
"devDependencies": {
"@ocaml/eslint-config-ocaml": "workspace:*",
"@tsconfig/node20": "20.1.2",
"@tsconfig/strictest": "2.0.1",
"@types/node": "20.4.9",
"@tsconfig/strictest": "2.0.2",
"@types/node": "20.5.9",
"@types/prettier": "3.0.0",
"@types/semver": "7.5.0",
"@types/semver": "7.5.1",
"@vercel/ncc": "0.36.1",
"eslint": "8.46.0",
"prettier": "3.0.1",
"typescript": "5.1.6"
"eslint": "8.48.0",
"prettier": "3.0.3",
"typescript": "5.2.2"
},
"private": true
}
Loading

0 comments on commit c9d376b

Please sign in to comment.