diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-02-07 11:06:03 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-02-07 11:06:03 -0700 |
commit | 6a3ce850c5bb28875d424230998e811a699df37d (patch) | |
tree | eb6cd556e06864d722f7a3415c96bced8c89a66b /package.json | |
parent | 1e53c846e40bb7a8eb733542b2cb9fcd0ca996a8 (diff) | |
download | compiling-the-lambda-calculus-6a3ce850c5bb28875d424230998e811a699df37d.tar.gz compiling-the-lambda-calculus-6a3ce850c5bb28875d424230998e811a699df37d.zip |
more
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index f5a9521..8b20ec9 100644 --- a/package.json +++ b/package.json @@ -8,14 +8,14 @@ "build": "tsc && vite build" }, "dependencies": { - "@motion-canvas/core": "^3.13.0", - "@motion-canvas/2d": "^3.13.0", + "@motion-canvas/core": "^3.14.0", + "@motion-canvas/2d": "^3.14.0", "@motion-canvas/ffmpeg": "^1.1.0" }, "devDependencies": { - "@motion-canvas/ui": "^3.13.0", - "@motion-canvas/vite-plugin": "^3.13.0", + "@motion-canvas/ui": "^3.14.0", + "@motion-canvas/vite-plugin": "^3.14.0", "typescript": "^5.2.2", "vite": "^4.0.0" } -}
\ No newline at end of file +} |