Skip to content

Commit

Permalink
Move svelte related deps to devDependencies (#62)
Browse files Browse the repository at this point in the history
see #61
  • Loading branch information
ballercat authored Aug 8, 2024
1 parent 95e225f commit 5eae96f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.3 - Move svelte deps to dev

- chore: move svelte related dependencies to devDependencies

## 0.4.2 - Upgrade svelte

- chore: upgrade svelte to 4.x
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jambox",
"version": "0.4.2",
"version": "0.4.3",
"description": "Tool for recording and playing back HTTP requests.",
"bin": {
"jam": "./jam.mjs",
Expand Down Expand Up @@ -43,9 +43,6 @@
"nock": "^13.2.9",
"node-fetch": "2.6.7",
"osenv": "^0.1.5",
"svelte-jsoneditor": "^0.17.8",
"svelte-routing": "^1.11.0",
"svelte-table": "^0.6.1",
"tail-file": "^1.4.15",
"undici": "6.7.0",
"wait-on": "^6.0.1",
Expand Down Expand Up @@ -78,7 +75,10 @@
"supertest": "^6.3.1",
"superwstest": "^2.0.3",
"svelte": "^4.2.18",
"svelte-jsoneditor": "^0.17.8",
"svelte-loader": "^3.1.4",
"svelte-routing": "^1.11.0",
"svelte-table": "^0.6.1",
"svelte-watch-resize": "^1.0.3",
"typescript": "^5.1.3",
"webextension-polyfill": "^0.10.0",
Expand Down

0 comments on commit 5eae96f

Please sign in to comment.