Skip to content

Commit

Permalink
chore: update dependencies (#570)
Browse files Browse the repository at this point in the history
* chore: update dependencies

* chore: update pnpm
  • Loading branch information
sukovanej authored May 17, 2024
1 parent 3ac8b4d commit 6db3aa0
Show file tree
Hide file tree
Showing 4 changed files with 229 additions and 234 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"type": "module",
"packageManager": "pnpm@9.0.4",
"packageManager": "pnpm@9.1.1",
"scripts": {
"clean": "node scripts/clean.mjs",
"codegen": "pnpm --recursive --parallel run codegen",
Expand All @@ -25,17 +25,17 @@
"@babel/plugin-transform-export-namespace-from": "^7.24.1",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@changesets/cli": "^2.27.2",
"@effect/build-utils": "^0.7.6",
"@effect/docgen": "^0.4.3",
"@effect/dtslint": "^0.1.0",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.1.0",
"@effect/vitest": "^0.4.3",
"@types/node": "^20.12.11",
"@effect/vitest": "^0.4.4",
"@types/node": "^20.12.12",
"@types/swagger-ui-dist": "^3.30.4",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vitest/coverage-v8": "^1.6.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"eslint": "^8.57.0",
Expand All @@ -49,7 +49,7 @@
"madge": "^7.0.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"tsx": "^4.10.1",
"tsx": "^4.10.4",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/effect-http-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bugs": {
"url": "https://github.com/sukovanej/effect-http/issues"
},
"packageManager": "pnpm@9.0.4",
"packageManager": "pnpm@9.1.1",
"publishConfig": {
"access": "public",
"directory": "dist"
Expand All @@ -29,7 +29,7 @@
"coverage": "vitest --coverage"
},
"dependencies": {
"swagger-ui-dist": "^5.17.7"
"swagger-ui-dist": "^5.17.10"
},
"peerDependencies": {
"@effect/platform": "^0.53.0",
Expand All @@ -39,13 +39,13 @@
"effect-http": "workspace:^"
},
"devDependencies": {
"@effect/platform": "^0.53.4",
"@effect/platform-bun": "^0.34.10",
"@effect/platform-node": "^0.49.4",
"@effect/schema": "^0.67.1",
"@types/node": "^20.12.11",
"effect": "^3.1.4",
"@effect/platform": "^0.53.8",
"@effect/platform-bun": "^0.34.14",
"@effect/platform-node": "^0.49.8",
"@effect/schema": "^0.67.5",
"@types/node": "^20.12.12",
"effect": "^3.1.5",
"effect-http": "workspace:^",
"effect-log": "^0.31.1"
"effect-log": "^0.31.2"
}
}
8 changes: 4 additions & 4 deletions packages/effect-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bugs": {
"url": "https://github.com/sukovanej/effect-http/issues"
},
"packageManager": "pnpm@9.0.4",
"packageManager": "pnpm@9.1.1",
"publishConfig": {
"access": "public",
"directory": "dist"
Expand All @@ -38,8 +38,8 @@
"effect": "^3.1.0"
},
"devDependencies": {
"@effect/platform": "^0.53.4",
"@effect/schema": "^0.67.1",
"effect": "^3.1.4"
"@effect/platform": "^0.53.8",
"@effect/schema": "^0.67.5",
"effect": "^3.1.5"
}
}
Loading

0 comments on commit 6db3aa0

Please sign in to comment.