@graphcommerce/framer-utils
Advanced tools
Comparing version 5.1.0-canary.2 to 5.1.0-canary.3
# Change Log | ||
## 5.1.0-canary.3 | ||
### Patch Changes | ||
- [#1752](https://github.com/graphcommerce-org/graphcommerce/pull/1752) [`2a6a4d9ec`](https://github.com/graphcommerce-org/graphcommerce/commit/2a6a4d9ecfa1b58a66ba9b9d00016d6feda9aa95) - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues. | ||
- Updated the @mui/material package | ||
- Removed dependencies on react-hook-form-mui and @playwright/test | ||
- Upgraded dependencies including type-fest and graphql-mesh | ||
- Solved peer dependency issues ([@paales](https://github.com/paales)) | ||
## 5.1.0-canary.2 | ||
@@ -4,0 +15,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"repository": "github:graphcommerce-org/graphcommerce", | ||
"version": "5.1.0-canary.2", | ||
"version": "5.1.0-canary.3", | ||
"sideEffects": false, | ||
@@ -19,11 +19,10 @@ "scripts": { | ||
"devDependencies": { | ||
"@graphcommerce/eslint-config-pwa": "^5.1.0-canary.2", | ||
"@graphcommerce/prettier-config-pwa": "^5.1.0-canary.2", | ||
"@graphcommerce/typescript-config-pwa": "^5.1.0-canary.2", | ||
"@playwright/test": "^1.21.1" | ||
"@graphcommerce/eslint-config-pwa": "5.1.0-canary.3", | ||
"@graphcommerce/prettier-config-pwa": "5.1.0-canary.3", | ||
"@graphcommerce/typescript-config-pwa": "5.1.0-canary.3" | ||
}, | ||
"peerDependencies": { | ||
"framer-motion": "^6.2.4", | ||
"react": "^18.0.0", | ||
"react-dom": "^18.0.0" | ||
"framer-motion": "^7.0.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
@@ -30,0 +29,0 @@ "dependencies": { |
21023
3