Skip to content

Commit

Permalink
Do not handout
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Aug 1, 2024
1 parent b511c58 commit 078cd71
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 831 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
18.12
3 changes: 2 additions & 1 deletion apps/website/docs/contracts/sizes.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export default {

async function definePackageSize(packageName, moduleName) {
const response = await fetch(
`https://esm.run/${packageName}@latest/${moduleName}`
`https://esm.run/${packageName}@latest/${moduleName}`,
{method: 'HEAD'},
);

const encodedSize = Number(response.headers.get('content-length') ?? 0);
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "withease",
"version": "0.0.0",
"license": "MIT",
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@7.28.0",
"scripts": {
"build": "pnpm run -r build",
"format:check": "pnpm prettier {packages,apps}/**/*.{ts,tsx,md,vue} --check --no-error-on-unmatched-pattern",
Expand Down Expand Up @@ -36,13 +36,13 @@
"size-limit": "^7.0.8",
"superstruct": "^2.0.2",
"typescript": "5.1.6",
"vite": "4.4.9",
"vite": "5",
"vite-plugin-dts": "^3.8.3",
"vite-tsconfig-paths": "4.2.1",
"vitepress": "1.3.1",
"vitepress-plugin-rss": "^0.2.8",
"vitepress-plugin-rss": "^0.2.9",
"vitest": "~1.5.0",
"vue": "3.4.27",
"vue": "3.4.35",
"vue-chartjs": "^5.3.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 078cd71

Please sign in to comment.