Skip to content

Commit

Permalink
fix(lattice-client-core): remove peer dependencies for package
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 10, 2025
1 parent f22821c commit f1f3213
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/large-laws-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@wasmcloud/lattice-client-core': patch
---

Moved what should have been dev dependencies out of peer dependencies
5 changes: 1 addition & 4 deletions packages/lattice-client-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,11 @@
"prepack": "yarn build",
"prepare-release": "yarn pack"
},
"peerDependencies": {
"eslint": "^8.57.0",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@types/eslint": "~8.56.10",
"@wasmcloud/eslint-config": "workspace:*",
"@wasmcloud/tsconfig": "workspace:*",
"eslint": "^8.57.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"tsup": "^8.3.5",
"type-fest": "^4.30.1",
Expand Down
4 changes: 1 addition & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3221,16 +3221,14 @@ __metadata:
"@types/eslint": "npm:~8.56.10"
"@wasmcloud/eslint-config": "workspace:*"
"@wasmcloud/tsconfig": "workspace:*"
eslint: "npm:^8.57.0"
nats.ws: "npm:^1.29.2"
rollup-plugin-sourcemaps: "npm:^0.6.3"
tsup: "npm:^8.3.5"
type-fest: "npm:^4.30.1"
vite: "npm:^6.0.3"
vite-plugin-dts: "npm:^4.3.0"
vite-tsconfig-paths: "npm:^5.1.4"
peerDependencies:
eslint: ^8.57.0
tailwindcss: ^3.4.3
languageName: unknown
linkType: soft

Expand Down

0 comments on commit f1f3213

Please sign in to comment.