From 3b110cb0b1b11af74bef00f656e0df661acd3685 Mon Sep 17 00:00:00 2001 From: Osa Date: Mon, 6 Oct 2025 01:33:03 -0400 Subject: [PATCH] Updating dev deps --- README.md | 10 ---------- package-lock.json | 20 ++++++++++---------- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- 4 files changed, 12 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index e4301b6..9ef6195 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ Mirrow is a playground and production tooling for vector animators working with integrating motion, and interaction seemlessly into their workflow. Instead of treating SVGs as static assets, Mirrow gives them the starring role in your workflow. Describe shapes, styling, animation, and even interaction logic in one expressive format that compiles seamlessly. -> 🚧 Mirrow is in active exploration. Expect rapid iteration. - ## Why Mirrow feels different ✨ - SVGs are treated as first-class citizens rather than static assets. @@ -51,12 +49,4 @@ The project is organized as a monorepo: - `@mirrowjs/core` – the Mirrow compiler, parser, and language experiments. - `@mirrow/cli` – a lightweight CLI that will grow alongside the language. -## Shaping the roadmap πŸ—ΊοΈ - -Mirrow is an idea in motion. Upcoming explorations include: - -- Richer language primitives for path data and various other SVG integrations. -- Tooling that plays well with design systems and collaborative workflows. -- Framework adapters so Mirrow fits any modern frontend stack. - If you have a feature request or feedback from using Mirrow, feel free to open an issue and share your thoughts πŸ’‘ diff --git a/package-lock.json b/package-lock.json index 6ef2294..ddb5f58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -463,13 +463,13 @@ "link": true }, "node_modules/@types/node": { - "version": "24.5.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.5.2.tgz", - "integrity": "sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==", + "version": "24.6.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.2.tgz", + "integrity": "sha512-d2L25Y4j+W3ZlNAeMKcy7yDsK425ibcAOO2t7aPTz6gNMH0z2GThtwENCDc0d/Pw9wgyRqE5Px1wkV7naz8ang==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.12.0" + "undici-types": "~7.13.0" } }, "node_modules/chokidar": { @@ -628,15 +628,15 @@ } }, "node_modules/undici-types": { - "version": "7.12.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.12.0.tgz", - "integrity": "sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.13.0.tgz", + "integrity": "sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==", "dev": true, "license": "MIT" }, "packages/cli": { "name": "mirrow", - "version": "0.1.6", + "version": "0.1.5", "license": "MIT", "dependencies": { "@mirrowjs/core": "^0.1.9", @@ -647,7 +647,7 @@ "mirrow": "dist/index.js" }, "devDependencies": { - "@types/node": "^24.5.2" + "@types/node": "^24.6.2" } }, "packages/compiler": { @@ -661,7 +661,7 @@ "version": "0.1.9", "license": "MIT", "devDependencies": { - "@types/node": "^24.5.2" + "@types/node": "^24.6.2" } } } diff --git a/packages/cli/package.json b/packages/cli/package.json index 5dafda9..175afdf 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -19,7 +19,7 @@ "commander": "^14.0.1" }, "devDependencies": { - "@types/node": "^24.5.2" + "@types/node": "^24.6.2" }, "repository": { "type": "git", diff --git a/packages/core/package.json b/packages/core/package.json index 680c2c8..5ac67bb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -20,6 +20,6 @@ "license": "MIT", "type": "module", "devDependencies": { - "@types/node": "^24.5.2" + "@types/node": "^24.6.2" } }