Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TylorS committed Jan 4, 2024
1 parent fe33060 commit 68e71dc
Show file tree
Hide file tree
Showing 4 changed files with 758 additions and 730 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,29 +35,29 @@
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.6",
"@babel/core": "^7.23.7",
"@babel/plugin-transform-export-namespace-from": "^7.23.4",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/preset-env": "^7.23.6",
"@babel/preset-env": "^7.23.7",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@effect/babel-plugin": "^0.2.0",
"@effect/build-utils": "^0.7.1",
"@effect/docgen": "^0.3.8",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "0.1.0",
"@effect/typeclass": "0.21.0",
"@effect/typeclass": "0.22.1",
"@types/chai": "^4.3.11",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@types/node": "^20.10.6",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.1.0",
"@vitest/expect": "^1.1.0",
"@vitest/coverage-v8": "^1.1.2",
"@vitest/expect": "^1.1.2",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"cac": "^6.7.14",
"concurrently": "^8.2.2",
"effect": "2.0.0-next.62",
"effect": "2.0.1",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "0.21.0",
Expand All @@ -68,13 +68,13 @@
"madge": "^6.1.0",
"rimraf": "^5.0.5",
"shx": "^0.3.4",
"syncpack": "12.0.1",
"syncpack": "12.3.0",
"ts-node": "^10.9.2",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"ultra-runner": "^3.10.5",
"vite": "^5.0.10",
"vite-plugin-tsconfig-paths": "^1.4.1",
"vitest": "1.1.0"
"vitest": "1.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/async-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/schema": "0.56.1",
"@effect/schema": "0.57.1",
"effect": "2.0.0-next.62",
"fast-check": "^3.15.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/platform": "^0.39.0",
"@effect/platform": "0.40.1",
"@effect/schema": "0.56.1",
"@typed/context": "workspace:*",
"@typed/dom": "workspace:*",
Expand Down
Loading

0 comments on commit 68e71dc

Please sign in to comment.