Skip to content

Commit

Permalink
chore: update effect
Browse files Browse the repository at this point in the history
  • Loading branch information
sukovanej committed Oct 7, 2024
1 parent 6b3f309 commit 196e311
Show file tree
Hide file tree
Showing 3 changed files with 491 additions and 494 deletions.
5 changes: 5 additions & 0 deletions .changeset/spicy-days-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"effect-log": minor
---

Update effect.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,38 +36,38 @@
"docgen": "docgen"
},
"devDependencies": {
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/plugin-transform-export-namespace-from": "^7.24.7",
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.7",
"@babel/plugin-transform-export-namespace-from": "^7.25.7",
"@babel/plugin-transform-modules-commonjs": "^7.25.7",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.8",
"@changesets/cli": "^2.27.9",
"@effect/build-utils": "^0.7.8",
"@effect/docgen": "^0.4.4",
"@effect/docgen": "^0.4.5",
"@effect/eslint-plugin": "^0.2.0",
"@effect/language-service": "^0.1.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@vitest/coverage-v8": "^2.1.1",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@vitest/coverage-v8": "^2.1.2",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"effect": "3.8.0",
"effect": "3.9.0",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-codegen": "0.28.0",
"eslint-plugin-codegen": "0.29.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-destructure-keys": "^2.0.0",
"madge": "^8.0.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vite": "^5.4.5",
"vitest": "^2.1.1"
"vite": "^5.4.8",
"vitest": "^2.1.2"
},
"peerDependencies": {
"effect": "^3.8.0"
"effect": "^3.9.0"
},
"pnpm": {
"updateConfig": {
Expand Down
Loading

0 comments on commit 196e311

Please sign in to comment.