Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,49 +18,49 @@
"lighthouse:mobile": "node --experimental-strip-types scripts/lighthouse.ts --mobile"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.86",
"@iconify-json/simple-icons": "^1.2.67",
"@iconify-json/lucide": "^1.2.102",
"@iconify-json/simple-icons": "^1.2.77",
"@monaco-editor/react": "^4.7.0",
"@tanstack/react-query": "^5.90.19",
"@tanstack/react-query": "^5.99.0",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"abitype": "^1.2.3",
"accounts": "^0.6.5",
"cva": "1.0.0-beta.4",
"mermaid": "^11.12.2",
"mermaid": "^11.14.0",
"monaco-editor": "^0.55.1",
"ox": "~0.14.7",
"posthog-js": "^1.333.0",
"posthog-node": "^5.24.15",
"prool": "^0.2.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"ox": "~0.14.15",
"posthog-js": "^1.367.0",
"posthog-node": "^5.29.2",
"prool": "^0.2.4",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"sonner": "^2.0.7",
"sql-formatter": "^15.7.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"sql-formatter": "^15.7.3",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"unplugin-auto-import": "^21.0.0",
"unplugin-icons": "^23.0.1",
"viem": "^2.47.15",
"viem": "^2.47.16",
"vocs": "https://pkg.pr.new/wevm/vocs@2fb25c2",
"wagmi": "^3.5.0",
"wagmi": "^3.6.1",
"waku": "1.0.0-alpha.4",
"zod": "^4.3.5"
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@playwright/test": "^1.58.0",
"@types/node": "^25.0.10",
"@types/react": "^19.2.9",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript/native-preview": "7.0.0-dev.20260122.3",
"@vitejs/plugin-react": "^5.1.2",
"@vitejs/plugin-react": "^5.2.0",
"anser": "^2.3.5",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"use-sync-external-store": "^1.6.0",
"vite": "^7.3.1",
"vite-plugin-mkcert": "^1.17.10"
"vite": "^7.3.2",
"vite-plugin-mkcert": "^1.17.12"
},
"devEngines": {
"runtime": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ index 39aca294ea8eacfb2db580b99bd12d21c79e8c15..b41790cd8f42b78c17df66f145146cd6
--- a/package.json
+++ b/package.json
@@ -3,7 +3,16 @@
"version": "7.1.1",
"version": "7.1.2",
"description": "A url sanitizer",
"main": "dist/index.js",
+ "module": "dist/index.mjs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ index fb0b8b2a3d27b0f97b0230845efbfb4a31553e65..722701819d3ee81a4e4966e57d47a26b
--- a/package.json
+++ b/package.json
@@ -3,7 +3,16 @@
"version": "1.11.19",
"version": "1.11.20",
"description": "2KB immutable date time library alternative to Moment.js with the same modern API ",
"main": "dayjs.min.js",
+ "module": "esm/index.js",
Expand Down
Loading
Loading