Skip to content

Commit

Permalink
fix(dependencies): move type dependency and change to patch change
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Heywood <lachieh@users.noreply.github.com>
  • Loading branch information
lachieh committed Jan 14, 2025
1 parent 91f77e7 commit ea0b5fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .changeset/few-dancers-obey.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
'@wasmcloud/lattice-client-react': minor
'@wasmcloud/lattice-client-core': minor
'@wasmcloud/eslint-config': minor
'washboard-ui': minor
'@wasmcloud/lattice-client-react': patch
'@wasmcloud/lattice-client-core': patch
'@wasmcloud/eslint-config': patch
'washboard-ui': patch
---

Update dependencies
4 changes: 2 additions & 2 deletions packages/lattice-client-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
"eslint": "^8.57.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"tsup": "^8.3.5",
"type-fest": "^4.32.0",
"vite": "^6.0.7",
"vite-plugin-dts": "^4.5.0",
"vite-tsconfig-paths": "^5.1.4"
},
"dependencies": {
"nats.ws": "^1.30.0"
"nats.ws": "^1.30.0",
"type-fest": "^4.32.0"
},
"resolutions": {
"cross-spawn": "^7.0.5"
Expand Down

0 comments on commit ea0b5fc

Please sign in to comment.