Bump popmotion from 9.3.6 to 9.4.0 in /packages/website

Bumps [popmotion](https://github.com/Popmotion/popmotion) from 9.3.6 to 9.4.0.
- [Release notes](https://github.com/Popmotion/popmotion/releases)
- [Commits](https://github.com/Popmotion/popmotion/commits)

---
updated-dependencies:
- dependency-name: popmotion
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-06-21 10:05:56 +00:00 committed by GitHub
parent ad6cc2bf46
commit 124f26bde1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 8 deletions

View File

@ -49,7 +49,7 @@
"normalize.css": "^8.0.1", "normalize.css": "^8.0.1",
"path-browserify": "^1.0.1", "path-browserify": "^1.0.1",
"polished": "^4.1.3", "polished": "^4.1.3",
"popmotion": "^9.3.4", "popmotion": "^9.4.0",
"postcss": "^8.3.0", "postcss": "^8.3.0",
"preact-svg-loader": "^0.2.1", "preact-svg-loader": "^0.2.1",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
@ -11011,6 +11011,17 @@
"react-dom": ">=16.8 || ^17.0.0" "react-dom": ">=16.8 || ^17.0.0"
} }
}, },
"node_modules/framer-motion/node_modules/popmotion": {
"version": "9.3.6",
"resolved": "https://registry.npmjs.org/popmotion/-/popmotion-9.3.6.tgz",
"integrity": "sha512-ZTbXiu6zIggXzIliMi8LGxXBF5ST+wkpXGEjeTUDUOCdSQ356hij/xjeUdv0F8zCQNeqB1+PR5/BB+gC+QLAPw==",
"dependencies": {
"framesync": "5.3.0",
"hey-listen": "^1.0.8",
"style-value-types": "4.1.4",
"tslib": "^2.1.0"
}
},
"node_modules/framesync": { "node_modules/framesync": {
"version": "5.3.0", "version": "5.3.0",
"resolved": "https://registry.npmjs.org/framesync/-/framesync-5.3.0.tgz", "resolved": "https://registry.npmjs.org/framesync/-/framesync-5.3.0.tgz",
@ -20400,9 +20411,9 @@
} }
}, },
"node_modules/popmotion": { "node_modules/popmotion": {
"version": "9.3.6", "version": "9.4.0",
"resolved": "https://registry.npmjs.org/popmotion/-/popmotion-9.3.6.tgz", "resolved": "https://registry.npmjs.org/popmotion/-/popmotion-9.4.0.tgz",
"integrity": "sha512-ZTbXiu6zIggXzIliMi8LGxXBF5ST+wkpXGEjeTUDUOCdSQ356hij/xjeUdv0F8zCQNeqB1+PR5/BB+gC+QLAPw==", "integrity": "sha512-FGnHjc8iDMrAwuZhka8eNx0yzcaufDqyZzW9vjJebRuC6BryR5ICyBmUH+wCgUuuaFSSU4r6oT2WtnbnDGcr3g==",
"dependencies": { "dependencies": {
"framesync": "5.3.0", "framesync": "5.3.0",
"hey-listen": "^1.0.8", "hey-listen": "^1.0.8",
@ -36751,6 +36762,19 @@
"popmotion": "9.3.6", "popmotion": "9.3.6",
"style-value-types": "4.1.4", "style-value-types": "4.1.4",
"tslib": "^2.1.0" "tslib": "^2.1.0"
},
"dependencies": {
"popmotion": {
"version": "9.3.6",
"resolved": "https://registry.npmjs.org/popmotion/-/popmotion-9.3.6.tgz",
"integrity": "sha512-ZTbXiu6zIggXzIliMi8LGxXBF5ST+wkpXGEjeTUDUOCdSQ356hij/xjeUdv0F8zCQNeqB1+PR5/BB+gC+QLAPw==",
"requires": {
"framesync": "5.3.0",
"hey-listen": "^1.0.8",
"style-value-types": "4.1.4",
"tslib": "^2.1.0"
}
}
} }
}, },
"framesync": { "framesync": {
@ -43914,9 +43938,9 @@
} }
}, },
"popmotion": { "popmotion": {
"version": "9.3.6", "version": "9.4.0",
"resolved": "https://registry.npmjs.org/popmotion/-/popmotion-9.3.6.tgz", "resolved": "https://registry.npmjs.org/popmotion/-/popmotion-9.4.0.tgz",
"integrity": "sha512-ZTbXiu6zIggXzIliMi8LGxXBF5ST+wkpXGEjeTUDUOCdSQ356hij/xjeUdv0F8zCQNeqB1+PR5/BB+gC+QLAPw==", "integrity": "sha512-FGnHjc8iDMrAwuZhka8eNx0yzcaufDqyZzW9vjJebRuC6BryR5ICyBmUH+wCgUuuaFSSU4r6oT2WtnbnDGcr3g==",
"requires": { "requires": {
"framesync": "5.3.0", "framesync": "5.3.0",
"hey-listen": "^1.0.8", "hey-listen": "^1.0.8",

View File

@ -46,7 +46,7 @@
"normalize.css": "^8.0.1", "normalize.css": "^8.0.1",
"path-browserify": "^1.0.1", "path-browserify": "^1.0.1",
"polished": "^4.1.3", "polished": "^4.1.3",
"popmotion": "^9.3.4", "popmotion": "^9.4.0",
"postcss": "^8.3.0", "postcss": "^8.3.0",
"preact-svg-loader": "^0.2.1", "preact-svg-loader": "^0.2.1",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",