Skip to content

Commit

Permalink
chore: update framer (pricing mobile & sales bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Dec 23, 2024
1 parent 2264539 commit 3913911
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 182 deletions.
5 changes: 2 additions & 3 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"format": "prettier --write .",
"create-article": "vite-node scripts/generateArticle.ts",
"generate-favicon": "npx cli-real-favicon generate scripts/faviconConfig.json faviconData.json public/icons",
"update-framer": "unframer"
"update-framer": "unframer --outDir ./src/generated/framer"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
Expand Down Expand Up @@ -74,7 +74,7 @@
"socket.io": "^4.7.1",
"socket.io-client": "^4.7.1",
"tailwindcss": "^3.3.0",
"unframer": "=2.6.6",
"unframer": "=2.8.0",
"unified": "^10.1.2",
"unist-util-filter": "^4.0.1",
"unist-util-visit": "^4.1.1",
Expand All @@ -96,7 +96,6 @@
"resolutions": {
"@rivet-gg/icons": "https://github.com/rivet-gg/hub#workspace=@rivet-gg/icons&head=12-04-refactor_components_adjustments_for_landing_page",
"@rivet-gg/components": "https://github.com/rivet-gg/hub#workspace=@rivet-gg/components&head=12-04-refactor_components_adjustments_for_landing_page",
"framer-motion": "npm:unframer@^2.6.5",
"react": "^19.0.0-rc-69d4b800-20241021",
"react-dom": "^19.0.0-rc-69d4b800-20241021"
}
Expand Down
6 changes: 3 additions & 3 deletions site/unframer.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"$schema": "https://unframer-schema.vercel.app/schema.json",
"outDir": "./src/generated/framer",
"components": {
"index": "https://framer.com/m/Main-Page-hPg2.js@p7hXlPaxehp77PauHvHy",
"pricing": "https://framer.com/m/Pricing-Page-VfNq.js@R4Z5esmDVyNkf6CnXGnw",
"sales": "https://framer.com/m/Sales-Page-8CF8.js@gScuZpAGKZQZAxomBUWs"
"index": "https://framer.com/m/Main-Page-hPg2.js@B7jkjleL93ReqNhS8tyF",
"pricing": "https://framer.com/m/Pricing-Page-VfNq.js@iNJek3q0rL1MFbNQOpd3",
"sales": "https://framer.com/m/Sales-Page-8CF8.js@wP1XWsFrih3lAQ29RjA4"
},
"breakpoints": {
"xl": 1200,
Expand Down
Loading

0 comments on commit 3913911

Please sign in to comment.