Downgrade framer-motion from v10 -> v9

- Issues are present in v10 that prevent drag/drop reorder from working properly
This commit is contained in:
jeffvli 2023-06-02 18:35:36 -07:00
parent 2b16cce0aa
commit 9250b30249
2 changed files with 8 additions and 16 deletions

22
package-lock.json generated
View file

@ -36,7 +36,7 @@
"electron-updater": "^4.6.5", "electron-updater": "^4.6.5",
"fast-average-color": "^9.3.0", "fast-average-color": "^9.3.0",
"format-duration": "^2.0.0", "format-duration": "^2.0.0",
"framer-motion": "^10.12.16", "framer-motion": "^9.1.7",
"history": "^5.3.0", "history": "^5.3.0",
"i18next": "^21.6.16", "i18next": "^21.6.16",
"immer": "^9.0.21", "immer": "^9.0.21",
@ -10560,9 +10560,9 @@
} }
}, },
"node_modules/framer-motion": { "node_modules/framer-motion": {
"version": "10.12.16", "version": "9.1.7",
"resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.12.16.tgz", "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-9.1.7.tgz",
"integrity": "sha512-w/SfWEIWJkYSgRHYBmln7EhcNo31ao8Xexol8lGXf1pR/tlnBtf1HcxoUmEiEh6pacB4/geku5ami53AAQWHMQ==", "integrity": "sha512-nKxBkIO4IPkMEqcBbbATxsVjwPYShKl051yhBv9628iAH6JLeHD0siBHxkL62oQzMC1+GNX73XtPjgP753ufuw==",
"dependencies": { "dependencies": {
"tslib": "^2.4.0" "tslib": "^2.4.0"
}, },
@ -10572,14 +10572,6 @@
"peerDependencies": { "peerDependencies": {
"react": "^18.0.0", "react": "^18.0.0",
"react-dom": "^18.0.0" "react-dom": "^18.0.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
} }
}, },
"node_modules/framer-motion/node_modules/@emotion/is-prop-valid": { "node_modules/framer-motion/node_modules/@emotion/is-prop-valid": {
@ -31500,9 +31492,9 @@
} }
}, },
"framer-motion": { "framer-motion": {
"version": "10.12.16", "version": "9.1.7",
"resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.12.16.tgz", "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-9.1.7.tgz",
"integrity": "sha512-w/SfWEIWJkYSgRHYBmln7EhcNo31ao8Xexol8lGXf1pR/tlnBtf1HcxoUmEiEh6pacB4/geku5ami53AAQWHMQ==", "integrity": "sha512-nKxBkIO4IPkMEqcBbbATxsVjwPYShKl051yhBv9628iAH6JLeHD0siBHxkL62oQzMC1+GNX73XtPjgP753ufuw==",
"requires": { "requires": {
"@emotion/is-prop-valid": "^0.8.2", "@emotion/is-prop-valid": "^0.8.2",
"tslib": "^2.4.0" "tslib": "^2.4.0"

View file

@ -274,7 +274,7 @@
"electron-updater": "^4.6.5", "electron-updater": "^4.6.5",
"fast-average-color": "^9.3.0", "fast-average-color": "^9.3.0",
"format-duration": "^2.0.0", "format-duration": "^2.0.0",
"framer-motion": "^10.12.16", "framer-motion": "^9.1.7",
"history": "^5.3.0", "history": "^5.3.0",
"i18next": "^21.6.16", "i18next": "^21.6.16",
"immer": "^9.0.21", "immer": "^9.0.21",