forked from jscottsmith/react-scroll-parallax
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0f7c73
commit 7274e0f
Showing
2 changed files
with
164 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -717,7 +717,7 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.14.5" | ||
|
||
"@babel/plugin-syntax-top-level-await@^7.14.5": | ||
"@babel/plugin-syntax-top-level-await@^7.14.5", "@babel/plugin-syntax-top-level-await@^7.8.3": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c" | ||
integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== | ||
|
@@ -1560,6 +1560,27 @@ | |
source-map "^0.6.1" | ||
write-file-atomic "^3.0.0" | ||
|
||
"@jest/transform@^27.5.1": | ||
version "27.5.1" | ||
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.5.1.tgz#6c3501dcc00c4c08915f292a600ece5ecfe1f409" | ||
integrity sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw== | ||
dependencies: | ||
"@babel/core" "^7.1.0" | ||
"@jest/types" "^27.5.1" | ||
babel-plugin-istanbul "^6.1.1" | ||
chalk "^4.0.0" | ||
convert-source-map "^1.4.0" | ||
fast-json-stable-stringify "^2.0.0" | ||
graceful-fs "^4.2.9" | ||
jest-haste-map "^27.5.1" | ||
jest-regex-util "^27.5.1" | ||
jest-util "^27.5.1" | ||
micromatch "^4.0.4" | ||
pirates "^4.0.4" | ||
slash "^3.0.0" | ||
source-map "^0.6.1" | ||
write-file-atomic "^3.0.0" | ||
|
||
"@jest/types@^25.5.0": | ||
version "25.5.0" | ||
resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.5.0.tgz#4d6a4793f7b9599fc3680877b856a97dbccf2a9d" | ||
|
@@ -1581,6 +1602,17 @@ | |
"@types/yargs" "^15.0.0" | ||
chalk "^4.0.0" | ||
|
||
"@jest/types@^27.5.1": | ||
version "27.5.1" | ||
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.5.1.tgz#3c79ec4a8ba61c170bf937bcf9e98a9df175ec80" | ||
integrity sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw== | ||
dependencies: | ||
"@types/istanbul-lib-coverage" "^2.0.0" | ||
"@types/istanbul-reports" "^3.0.0" | ||
"@types/node" "*" | ||
"@types/yargs" "^16.0.0" | ||
chalk "^4.0.0" | ||
|
||
"@jridgewell/resolve-uri@^3.0.3": | ||
version "3.0.5" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c" | ||
|
@@ -2900,6 +2932,17 @@ | |
resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-4.2.2.tgz#ed4e0ad92306a704f9fb132a0cfcf77486dbe2bc" | ||
integrity sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig== | ||
|
||
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14": | ||
version "7.1.19" | ||
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.19.tgz#7b497495b7d1b4812bdb9d02804d0576f43ee460" | ||
integrity sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw== | ||
dependencies: | ||
"@babel/parser" "^7.1.0" | ||
"@babel/types" "^7.0.0" | ||
"@types/babel__generator" "*" | ||
"@types/babel__template" "*" | ||
"@types/babel__traverse" "*" | ||
|
||
"@types/babel__core@^7.1.7": | ||
version "7.1.18" | ||
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.18.tgz#1a29abcc411a9c05e2094c98f9a1b7da6cdf49f8" | ||
|
@@ -3319,6 +3362,13 @@ | |
dependencies: | ||
"@types/yargs-parser" "*" | ||
|
||
"@types/yargs@^16.0.0": | ||
version "16.0.4" | ||
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.4.tgz#26aad98dd2c2a38e421086ea9ad42b9e51642977" | ||
integrity sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw== | ||
dependencies: | ||
"@types/yargs-parser" "*" | ||
|
||
"@typescript-eslint/eslint-plugin@^2.12.0": | ||
version "2.34.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.34.0.tgz#6f8ce8a46c7dea4a6f1d171d2bb8fbae6dac2be9" | ||
|
@@ -4185,6 +4235,20 @@ babel-jest@^25.5.1: | |
graceful-fs "^4.2.4" | ||
slash "^3.0.0" | ||
|
||
babel-jest@^27.5.1: | ||
version "27.5.1" | ||
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.5.1.tgz#a1bf8d61928edfefd21da27eb86a695bfd691444" | ||
integrity sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg== | ||
dependencies: | ||
"@jest/transform" "^27.5.1" | ||
"@jest/types" "^27.5.1" | ||
"@types/babel__core" "^7.1.14" | ||
babel-plugin-istanbul "^6.1.1" | ||
babel-preset-jest "^27.5.1" | ||
chalk "^4.0.0" | ||
graceful-fs "^4.2.9" | ||
slash "^3.0.0" | ||
|
||
babel-loader@^8.0.0: | ||
version "8.2.3" | ||
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.3.tgz#8986b40f1a64cacfcb4b8429320085ef68b1342d" | ||
|
@@ -4258,7 +4322,7 @@ [email protected]: | |
dependencies: | ||
"@babel/helper-plugin-utils" "7.10.4" | ||
|
||
babel-plugin-istanbul@^6.0.0: | ||
babel-plugin-istanbul@^6.0.0, babel-plugin-istanbul@^6.1.1: | ||
version "6.1.1" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73" | ||
integrity sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA== | ||
|
@@ -4278,6 +4342,16 @@ babel-plugin-jest-hoist@^25.5.0: | |
"@babel/types" "^7.3.3" | ||
"@types/babel__traverse" "^7.0.6" | ||
|
||
babel-plugin-jest-hoist@^27.5.1: | ||
version "27.5.1" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz#9be98ecf28c331eb9f5df9c72d6f89deb8181c2e" | ||
integrity sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ== | ||
dependencies: | ||
"@babel/template" "^7.3.3" | ||
"@babel/types" "^7.3.3" | ||
"@types/babel__core" "^7.0.0" | ||
"@types/babel__traverse" "^7.0.6" | ||
|
||
babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.6.1, babel-plugin-macros@^2.8.0: | ||
version "2.8.0" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz#0f958a7cc6556b1e65344465d99111a1e5e10138" | ||
|
@@ -4376,6 +4450,24 @@ babel-preset-current-node-syntax@^0.1.2: | |
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3" | ||
"@babel/plugin-syntax-optional-chaining" "^7.8.3" | ||
|
||
babel-preset-current-node-syntax@^1.0.0: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz#b4399239b89b2a011f9ddbe3e4f401fc40cff73b" | ||
integrity sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ== | ||
dependencies: | ||
"@babel/plugin-syntax-async-generators" "^7.8.4" | ||
"@babel/plugin-syntax-bigint" "^7.8.3" | ||
"@babel/plugin-syntax-class-properties" "^7.8.3" | ||
"@babel/plugin-syntax-import-meta" "^7.8.3" | ||
"@babel/plugin-syntax-json-strings" "^7.8.3" | ||
"@babel/plugin-syntax-logical-assignment-operators" "^7.8.3" | ||
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" | ||
"@babel/plugin-syntax-numeric-separator" "^7.8.3" | ||
"@babel/plugin-syntax-object-rest-spread" "^7.8.3" | ||
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3" | ||
"@babel/plugin-syntax-optional-chaining" "^7.8.3" | ||
"@babel/plugin-syntax-top-level-await" "^7.8.3" | ||
|
||
babel-preset-jest@^25.5.0: | ||
version "25.5.0" | ||
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-25.5.0.tgz#c1d7f191829487a907764c65307faa0e66590b49" | ||
|
@@ -4384,6 +4476,14 @@ babel-preset-jest@^25.5.0: | |
babel-plugin-jest-hoist "^25.5.0" | ||
babel-preset-current-node-syntax "^0.1.2" | ||
|
||
babel-preset-jest@^27.5.1: | ||
version "27.5.1" | ||
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz#91f10f58034cb7989cb4f962b69fa6eef6a6bc81" | ||
integrity sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag== | ||
dependencies: | ||
babel-plugin-jest-hoist "^27.5.1" | ||
babel-preset-current-node-syntax "^1.0.0" | ||
|
||
bail@^1.0.0: | ||
version "1.0.5" | ||
resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.5.tgz#b6fa133404a392cbc1f8c4bf63f5953351e7a776" | ||
|
@@ -5005,6 +5105,11 @@ ci-info@^2.0.0: | |
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" | ||
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== | ||
|
||
ci-info@^3.2.0: | ||
version "3.3.0" | ||
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.3.0.tgz#b4ed1fb6818dea4803a55c623041f9165d2066b2" | ||
integrity sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw== | ||
|
||
ci-job-number@^1.2.2: | ||
version "1.2.2" | ||
resolved "https://registry.yarnpkg.com/ci-job-number/-/ci-job-number-1.2.2.tgz#f4e5918fcaeeda95b604f214be7d7d4a961fe0c0" | ||
|
@@ -7305,7 +7410,7 @@ fsevents@^1.2.7: | |
bindings "^1.5.0" | ||
nan "^2.12.1" | ||
|
||
fsevents@^2.1.2, fsevents@~2.3.2: | ||
fsevents@^2.1.2, fsevents@^2.3.2, fsevents@~2.3.2: | ||
version "2.3.2" | ||
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" | ||
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== | ||
|
@@ -8980,6 +9085,26 @@ jest-haste-map@^26.6.2: | |
optionalDependencies: | ||
fsevents "^2.1.2" | ||
|
||
jest-haste-map@^27.5.1: | ||
version "27.5.1" | ||
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.5.1.tgz#9fd8bd7e7b4fa502d9c6164c5640512b4e811e7f" | ||
integrity sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng== | ||
dependencies: | ||
"@jest/types" "^27.5.1" | ||
"@types/graceful-fs" "^4.1.2" | ||
"@types/node" "*" | ||
anymatch "^3.0.3" | ||
fb-watchman "^2.0.0" | ||
graceful-fs "^4.2.9" | ||
jest-regex-util "^27.5.1" | ||
jest-serializer "^27.5.1" | ||
jest-util "^27.5.1" | ||
jest-worker "^27.5.1" | ||
micromatch "^4.0.4" | ||
walker "^1.0.7" | ||
optionalDependencies: | ||
fsevents "^2.3.2" | ||
|
||
jest-jasmine2@^25.5.4: | ||
version "25.5.4" | ||
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-25.5.4.tgz#66ca8b328fb1a3c5364816f8958f6970a8526968" | ||
|
@@ -9057,6 +9182,11 @@ jest-regex-util@^26.0.0: | |
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-26.0.0.tgz#d25e7184b36e39fd466c3bc41be0971e821fee28" | ||
integrity sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A== | ||
|
||
jest-regex-util@^27.5.1: | ||
version "27.5.1" | ||
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.5.1.tgz#4da143f7e9fd1e542d4aa69617b38e4a78365b95" | ||
integrity sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg== | ||
|
||
jest-resolve-dependencies@^25.5.4: | ||
version "25.5.4" | ||
resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-25.5.4.tgz#85501f53957c8e3be446e863a74777b5a17397a7" | ||
|
@@ -9153,6 +9283,14 @@ jest-serializer@^26.6.2: | |
"@types/node" "*" | ||
graceful-fs "^4.2.4" | ||
|
||
jest-serializer@^27.5.1: | ||
version "27.5.1" | ||
resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-27.5.1.tgz#81438410a30ea66fd57ff730835123dea1fb1f64" | ||
integrity sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w== | ||
dependencies: | ||
"@types/node" "*" | ||
graceful-fs "^4.2.9" | ||
|
||
jest-snapshot@^25.5.1: | ||
version "25.5.1" | ||
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-25.5.1.tgz#1a2a576491f9961eb8d00c2e5fd479bc28e5ff7f" | ||
|
@@ -9197,6 +9335,18 @@ jest-util@^26.6.2: | |
is-ci "^2.0.0" | ||
micromatch "^4.0.2" | ||
|
||
jest-util@^27.5.1: | ||
version "27.5.1" | ||
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.5.1.tgz#3ba9771e8e31a0b85da48fe0b0891fb86c01c2f9" | ||
integrity sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw== | ||
dependencies: | ||
"@jest/types" "^27.5.1" | ||
"@types/node" "*" | ||
chalk "^4.0.0" | ||
ci-info "^3.2.0" | ||
graceful-fs "^4.2.9" | ||
picomatch "^2.2.3" | ||
|
||
jest-validate@^25.5.0: | ||
version "25.5.0" | ||
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-25.5.0.tgz#fb4c93f332c2e4cf70151a628e58a35e459a413a" | ||
|
@@ -9268,6 +9418,15 @@ jest-worker@^27.0.2, jest-worker@^27.4.1: | |
merge-stream "^2.0.0" | ||
supports-color "^8.0.0" | ||
|
||
jest-worker@^27.5.1: | ||
version "27.5.1" | ||
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.5.1.tgz#8d146f0900e8973b106b6f73cc1e9a8cb86f8db0" | ||
integrity sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg== | ||
dependencies: | ||
"@types/node" "*" | ||
merge-stream "^2.0.0" | ||
supports-color "^8.0.0" | ||
|
||
jest@^25.3.0: | ||
version "25.5.4" | ||
resolved "https://registry.yarnpkg.com/jest/-/jest-25.5.4.tgz#f21107b6489cfe32b076ce2adcadee3587acb9db" | ||
|
@@ -11166,7 +11325,7 @@ pify@^4.0.1: | |
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" | ||
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== | ||
|
||
pirates@^4.0.0, pirates@^4.0.1: | ||
pirates@^4.0.0, pirates@^4.0.1, pirates@^4.0.4: | ||
version "4.0.5" | ||
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.5.tgz#feec352ea5c3268fb23a37c702ab1699f35a5f3b" | ||
integrity sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ== | ||
|