Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fubhy committed Nov 10, 2023
1 parent 2dab5ef commit b0c11dc
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 105 deletions.
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,26 +47,24 @@
"peerDependencies": {
"@effect/printer": "^0.22.1",
"@effect/printer-ansi": "^0.22.1",
"@effect/schema": "^0.47.2",
"@effect/schema": "^0.47.3",
"effect": "2.0.0-next.54"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/core": "^7.23.3",
"@babel/plugin-transform-export-namespace-from": "^7.22.11",
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@effect/build-utils": "^0.3.1",
"@effect/docgen": "^0.3.0",
"@effect/build-utils": "^0.4.0",
"@effect/docgen": "^0.3.2",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.0.21",
"@effect/printer": "^0.22.1",
"@effect/printer-ansi": "^0.22.1",
"@effect/schema": "^0.47.2",
"@preconstruct/cli": "^2.8.1",
"@types/chai": "^4.3.9",
"@types/node": "^20.8.10",
"@effect/schema": "^0.47.3",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react": "^4.1.1",
Expand All @@ -85,7 +83,7 @@
"madge": "^6.1.0",
"prettier": "^3.0.3",
"stackframe": "^1.3.4",
"tsx": "^3.14.0",
"tsx": "^4.1.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vitest": "^0.34.6"
Expand Down
Loading

0 comments on commit b0c11dc

Please sign in to comment.