Skip to content

Commit

Permalink
update to rive 2.1.4 and solid 1.7.8 (#26)
Browse files Browse the repository at this point in the history
## What this does
- updates to rive 2.1.4
- update to solid 1.7.8
- version number now matches rive version number
  • Loading branch information
Mkassabov committed Aug 13, 2023
1 parent ff6462b commit 3021e09
Show file tree
Hide file tree
Showing 2 changed files with 515 additions and 491 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerofoil/rive-solid-canvas",
"version": "1.1.3",
"version": "2.1.4",
"description": "unofficial solidjs wrapper around the rive-js library",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"homepage": "https://github.com/228-Aerofoil/rive-solid-canvas#readme",
"dependencies": {
"@rive-app/canvas": "^1.0.98",
"solid-js": "^1.5.7"
"@rive-app/canvas": "^2.1.4",
"solid-js": "^1.7.8"
},
"exports": {
".": {
Expand Down

0 comments on commit 3021e09

Please sign in to comment.