Skip to content

Commit

Permalink
chore: update dependencies (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukovanej authored May 22, 2024
1 parent e7860e3 commit d51d24f
Show file tree
Hide file tree
Showing 6 changed files with 213 additions and 207 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.2",
"@changesets/cli": "^2.27.3",
"@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.5.1",
"@effect/vitest": "^0.5.2",
"@types/node": "^20.12.12",
"@types/swagger-ui-dist": "^3.30.4",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vitest/coverage-v8": "^1.6.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"eslint": "^8.57.0",
Expand All @@ -45,7 +45,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-sort-destructure-keys": "^2.0.0",
"glob": "^10.3.15",
"glob": "^10.3.16",
"madge": "^7.0.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/effect-http-error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"effect": "^3.2.0"
},
"devDependencies": {
"@effect/platform": "^0.53.12",
"@effect/schema": "^0.67.9",
"effect": "^3.2.1"
"@effect/platform": "^0.53.13",
"@effect/schema": "^0.67.10",
"effect": "^3.2.2"
}
}
12 changes: 6 additions & 6 deletions packages/effect-http-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"coverage": "vitest --coverage"
},
"dependencies": {
"swagger-ui-dist": "^5.17.10"
"swagger-ui-dist": "^5.17.12"
},
"peerDependencies": {
"@effect/platform": "^0.53.0",
Expand All @@ -39,12 +39,12 @@
"effect-http": "workspace:^"
},
"devDependencies": {
"@effect/platform": "^0.53.12",
"@effect/platform-bun": "^0.34.18",
"@effect/platform-node": "^0.49.12",
"@effect/schema": "^0.67.9",
"@effect/platform": "^0.53.13",
"@effect/platform-bun": "^0.34.19",
"@effect/platform-node": "^0.49.13",
"@effect/schema": "^0.67.10",
"@types/node": "^20.12.12",
"effect": "^3.2.1",
"effect": "^3.2.2",
"effect-http": "workspace:^",
"effect-http-error": "workspace:^",
"effect-http-security": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/effect-http-security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"effect-http-error": "workspace:^"
},
"devDependencies": {
"@effect/platform": "^0.53.12",
"@effect/schema": "^0.67.9",
"effect": "^3.2.1",
"@effect/platform": "^0.53.13",
"@effect/schema": "^0.67.10",
"effect": "^3.2.2",
"effect-http-error": "workspace:^"
}
}
6 changes: 3 additions & 3 deletions packages/effect-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"effect": "^3.2.0"
},
"devDependencies": {
"@effect/platform": "^0.53.12",
"@effect/schema": "^0.67.9",
"effect": "^3.2.1"
"@effect/platform": "^0.53.13",
"@effect/schema": "^0.67.10",
"effect": "^3.2.2"
}
}
Loading

0 comments on commit d51d24f

Please sign in to comment.