Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TylorS committed Mar 5, 2024
1 parent 3c215a3 commit 15414fd
Show file tree
Hide file tree
Showing 8 changed files with 219 additions and 213 deletions.
5 changes: 5 additions & 0 deletions .changeset/forty-jokes-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@typed/async-data": patch
---

Update deps
2 changes: 1 addition & 1 deletion examples/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"effect": "2.4.1"
},
"devDependencies": {
"vite": "^5.1.4",
"vite": "^5.1.5",
"vite-plugin-compression": "^0.5.1",
"vite-tsconfig-paths": "^4.3.1"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/react-counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"vite": "^5.1.4",
"@types/react": "^18.2.63",
"@types/react-dom": "^18.2.20",
"vite": "^5.1.5",
"vite-plugin-compression": "^0.5.1",
"vite-tsconfig-paths": "^4.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.6.17",
"vite": "^5.1.4"
"vite": "^5.1.5"
}
}
2 changes: 1 addition & 1 deletion examples/todomvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"rollup-plugin-visualizer": "^5.12.0",
"terser": "^5.28.1",
"tsx": "^4.7.1",
"vite": "^5.1.4",
"vite": "^5.1.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-top-level-await": "^1.4.1",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@effect/language-service": "0.1.0",
"@types/chai": "^4.3.12",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.3.1",
"@vitest/expect": "^1.3.1",
Expand All @@ -61,7 +61,7 @@
"effect": "^2.4.1",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "0.24.1",
"eslint-plugin-codegen": "0.25.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^12.0.0",
Expand All @@ -74,7 +74,7 @@
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"ultra-runner": "^3.10.5",
"vite": "^5.1.4",
"vite": "^5.1.5",
"vite-plugin-tsconfig-paths": "^1.4.1",
"vitest": "1.3.1",
"zx": "^7.2.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/async-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"dependencies": {
"@effect/schema": "^0.63.2",
"effect": "^2.4.1",
"fast-check": "^3.15.1"
"fast-check": "^3.16.0"
}
}
Loading

0 comments on commit 15414fd

Please sign in to comment.