Skip to content

Commit

Permalink
fix(package.json): update snekfinder version
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn authored Sep 7, 2021
1 parent c180d92 commit a764f35
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
20 changes: 18 additions & 2 deletions examples/my-gatsby-site/jaen-pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"pages": {
"SitePage /acce182b-06c9-4689-a45c-0b1a8e3e153c": {
"context": {
"createdAt": "2021-09-06T23:16:39.508Z",
"fileUrl": "https://cloudflare-ipfs.com/ipfs/QmNvcF3f8LsGsbg6NRP4KDvJ9Aiznsz4WNHDvhn9WS8T7K"
"createdAt": "2021-09-07T00:35:59.310Z",
"fileUrl": "https://cloudflare-ipfs.com/ipfs/QmSuiuijhReEHzqmma47PswqHAbJjGTvC5DziysZ4UGPCH"
},
"migrations": [
{
Expand All @@ -25,8 +25,24 @@
{
"fileUrl": "https://cloudflare-ipfs.com/ipfs/QmWNdibVXMgBRkuD1hA4QLJQSgLqoomFymmUp4Aq6iURd3",
"createdAt": "2021-09-06T23:16:39.508Z"
},
{
"fileUrl": "https://cloudflare-ipfs.com/ipfs/QmYQaFqWLkBard4uBFrczLqcfSZsPfKgRdwnUDqkkXUeix",
"createdAt": "2021-09-07T00:35:59.310Z"
}
]
}
},
"snekFinder": {
"context": {
"createdAt": "2021-09-07T00:35:59.310Z",
"fileUrl": "https://cloudflare-ipfs.com/ipfs/QmbJ8eYqfz82agTJeBsmNRuF9K18AqtXzz2nE4C6udPXYv"
},
"migrations": [
{
"createdAt": "2021-09-07T00:35:59.310Z",
"fileUrl": "https://cloudflare-ipfs.com/ipfs/QmbJ8eYqfz82agTJeBsmNRuF9K18AqtXzz2nE4C6udPXYv"
}
]
}
}
2 changes: 1 addition & 1 deletion packages/jaen-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@snek-at/gatsby-plugin-chakra-ui": "1.0.0-beta.4",
"@snek-at/jaen": "^2.0.0-beta.12",
"@snek-at/jaen-shared-ui": "2.0.0-beta.6",
"@snek-at/snek-finder": "^1.0.0-beta.9",
"@snek-at/snek-finder": "^1.0.0-beta.11",
"deepmerge": "^4.2.2",
"electron": "^14.0.0",
"esm": "^3.2.25",
Expand Down
2 changes: 1 addition & 1 deletion packages/jaen-shared-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@fortawesome/react-fontawesome": "^0.1.15",
"@react-icons/all-files": "^4.1.0",
"@snek-at/react-lottie": "1.0.0-beta.3",
"@snek-at/snek-finder": "1.0.0-beta.9",
"@snek-at/snek-finder": "1.0.0-beta.11",
"framer-motion": "^4.1.17",
"react": "^17.0.2",
"react-analytics-charts": "^1.2.12",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5028,10 +5028,10 @@
dependencies:
lottie-web "^5.7.12"

"@snek-at/[email protected].9", "@snek-at/snek-finder@^1.0.0-beta.9":
version "1.0.0-beta.9"
resolved "https://registry.yarnpkg.com/@snek-at/snek-finder/-/snek-finder-1.0.0-beta.9.tgz#b46cee0494eeeb6fd8e5f5a92ce32ea78bca1917"
integrity sha512-ANhkTyQT9G7Yc9KCJHjP82AZhRhy81FL9yn+0mrDYJt7GSfUhBCnfEq+5TqATPZp4EIs5PnJxgSxxWlYWxCNdA==
"@snek-at/[email protected].11", "@snek-at/snek-finder@^1.0.0-beta.11":
version "1.0.0-beta.11"
resolved "https://registry.yarnpkg.com/@snek-at/snek-finder/-/snek-finder-1.0.0-beta.11.tgz#33914343d618322334bea8e7edf457c02612cb4a"
integrity sha512-j7pv0zKYSQASitfBdQmjiF99A9/dhQEWqLFDt7WaIBQmT8ZWEvOtdZmGPGl6usKFZDtgatp+YLV4qXMCDja15g==
dependencies:
"@chakra-ui/icons" "^1.0.14"
"@chakra-ui/react" "^1.6.6"
Expand Down

0 comments on commit a764f35

Please sign in to comment.