Skip to content

Commit

Permalink
update packages (#26)
Browse files Browse the repository at this point in the history
* update packages

updates packages and moves vite from workspace to dev dependency where it is used

* update lock-file

* add vite to site
  • Loading branch information
sameoldlab authored Jul 31, 2024
1 parent fe9a853 commit 969a088
Show file tree
Hide file tree
Showing 6 changed files with 2,092 additions and 2,001 deletions.
5 changes: 3 additions & 2 deletions examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"svelte-check": "^3.6.6",
"viem": "^2.7.16",
"@fractl-ui/fuel": "workspace:^",
"@sveltejs/adapter-vercel": "^5.1.0"
"@sveltejs/adapter-vercel": "^5.1.0",
"vite": "^5.3.5"
}
}
}
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,16 @@
"url": "git+https://github.com/sameoldlab/fractl-ui.git"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"eslint": "^8.56.0",
"@changesets/cli": "^2.27.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"eslint-plugin-svelte": "^2.43.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.10"
"lint-staged": "^15.2.7",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"tslib": "^2.6.3",
"typescript": "^5.5.4"
}
}
}
5 changes: 3 additions & 2 deletions packages/evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
},
"devDependencies": {
"@fractl-ui/types": "workspace:^",
"vite-plugin-dts": "^3.7.2"
"vite-plugin-dts": "^3.7.2",
"vite": "^5.3.5"
}
}
}
5 changes: 3 additions & 2 deletions packages/fuel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@fractl-ui/types": "workspace:^",
"@fuel-wallet/playwright-utils": "^0.15.2",
"playwright": "^1.41.2",
"vite-plugin-dts": "^3.7.2"
"vite-plugin-dts": "^3.7.2",
"vite": "^5.3.5"
}
}
}
Loading

0 comments on commit 969a088

Please sign in to comment.