Skip to content

Commit

Permalink
Merge pull request #156 from Prodeko/main
Browse files Browse the repository at this point in the history
Update auto-animate version to fix error
  • Loading branch information
nlinnanen authored Nov 21, 2023
2 parents 5195e35 + 8837e8e commit ff2d4ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint": "eslint ."
},
"dependencies": {
"@formkit/auto-animate": "^1.0.0-beta.5",
"@formkit/auto-animate": "^0.8.1",
"@headlessui/react": "^1.4.3",
"@tanstack/react-table": "^8.7.9",
"apexcharts": "^3.33.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -473,10 +473,10 @@
minimatch "^3.1.2"
strip-json-comments "^3.1.1"

"@formkit/auto-animate@^1.0.0-beta.5":
version "1.0.0-pre-alpha.3"
resolved "https://registry.yarnpkg.com/@formkit/auto-animate/-/auto-animate-1.0.0-pre-alpha.3.tgz#8e6143a6232700e5be31f74fc6faffde05ce4e24"
integrity sha512-lMVZ3LFUIu0RIxCEwmV8nUUJQ46M2bv2NDU3hrhZivViuR1EheC8Mj5sx/ACqK5QLK8XB8z7GDIZBUGdU/9OZQ==
"@formkit/auto-animate@^0.8.1":
version "0.8.1"
resolved "https://registry.yarnpkg.com/@formkit/auto-animate/-/auto-animate-0.8.1.tgz#bcaba2969609ca3a7453eacd42b383a2739dfa35"
integrity sha512-0/Z2cuNXWVVIG/l0SpcHAWFhGdvLJ8DRvEfRWvmojtmRWfEy+LWNwgDazbZqY0qQYtkHcoEK3jBLkhiZaB/4Ig==

"@hapi/hoek@^9.0.0":
version "9.3.0"
Expand Down

0 comments on commit ff2d4ce

Please sign in to comment.