Skip to content

Commit

Permalink
chore: ...
Browse files Browse the repository at this point in the history
Signed-off-by: Okiki <hey@okikio.dev>
  • Loading branch information
okikio committed Sep 30, 2024
1 parent ef44c9a commit b306e17
Show file tree
Hide file tree
Showing 3 changed files with 980 additions and 452 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@okikio/sharedworker": "^1.0.7",
"@std/media-types": "npm:@jsr/std__media-types@1.0.3",
"@std/path": "npm:@jsr/std__path@1.0.6",
"@std/streams": "npm:@jsr/std__streams@^1.0.5",
"@std/streams": "npm:@jsr/std__streams@^1.0.6",
"@std/tar": "npm:@jsr/std__tar@^0.1.1",
"@typescript/ata": "^0.9.7",
"d3": "^7.9.0",
Expand All @@ -70,12 +70,12 @@
"d3-hierarchy": "^3.1.2",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"esbuild-wasm": "^0.23.1",
"esbuild-wasm": "^0.24.0",
"monaco-editor": "^0.52.0",
"parse-package-name": "^1.0.0",
"preact": "^10.24.0",
"preact": "^10.24.1",
"resolve.exports": "^2.0.2",
"solid-js": "^1.8.22",
"solid-js": "^1.9.1",
"web-animations-js": "^2.3.2",
"webcola": "^3.4.0",
"workbox-window": "^7.1.0"
Expand All @@ -93,15 +93,15 @@
"@types/d3-hierarchy": "^3.1.7",
"@types/d3-scale": "^4.0.8",
"@types/d3-shape": "^3.1.6",
"@types/node": "^22.5.5",
"@vercel/node": "^3.2.14",
"@types/node": "^22.7.4",
"@vercel/node": "^3.2.17",
"autoprefixer": "^10.4.20",
"browser-sync": "^3.0.2",
"commitizen": "^4.3.0",
"browser-sync": "^3.0.3",
"commitizen": "^4.3.1",
"cross-fetch": "^4.0.0",
"cssnano": "^7.0.6",
"del": "^7.1.0",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"esbuild-plugin-solid": "^0.6.0",
"gulp": "^5.0.0",
"gulp-esbuild": "^0.12.1",
Expand All @@ -117,30 +117,30 @@
"husky": "^9.1.6",
"jstransformer-markdown-it": "^3.0.0",
"nanoid": "^5.0.7",
"pnpm": "^9.10.0",
"pnpm": "^9.11.0",
"postcss": "^8.4.47",
"postcss-font-grabber": "^3.1.0",
"postcss-replace": "^2.0.1",
"postcss-scss": "^4.0.9",
"posthtml-parser": "^0.12.1",
"posthtml-render": "^3.0.0",
"rehype": "^13.0.1",
"rehype": "^13.0.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-highlight": "^7.0.0",
"rehype-slug": "^6.0.0",
"rollup": "^4.22.0",
"rollup": "^4.22.5",
"rollup-plugin-dts": "^6.1.1",
"sass": "^1.79.1",
"semantic-release": "^24.1.1",
"sass": "^1.79.4",
"semantic-release": "^24.1.2",
"standard-version": "^9.5.0",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"text-encoding-shim": "^1.0.5",
"tiny-glob": "^0.2.9",
"tsx": "^4.19.1",
"typescript": "5.6.2",
"ultrafetch": "^0.4.0",
"vercel": "^37.5.2",
"vercel": "^37.6.0",
"workbox-build": "^7.1.1"
}
}
Loading

0 comments on commit b306e17

Please sign in to comment.