1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Update locomotive-scroll to v5.0.0-beta.9

This commit is contained in:
Deven Caron
2023-11-15 13:55:25 -05:00
parent 3d0e4d26a2
commit 65c486b910
5 changed files with 25 additions and 25 deletions

View File

@@ -1,3 +1,3 @@
{
"version": 1693899571363
"version": 1700074474039
}

30
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "@locomotivemtl/boilerplate",
"version": "1.0.0",
"dependencies": {
"locomotive-scroll": "^5.0.0-beta.8",
"locomotive-scroll": "^5.0.0-beta.9",
"modujs": "^1.4.2",
"modularload": "^1.2.6",
"normalize.css": "^8.0.1",
@@ -391,9 +391,9 @@
"dev": true
},
"node_modules/@studio-freight/lenis": {
"version": "1.0.12",
"resolved": "https://registry.npmjs.org/@studio-freight/lenis/-/lenis-1.0.12.tgz",
"integrity": "sha512-iN3JQ6qJVc+L7vh8NjlDibw9dvjjifvlJ+s0UAkfwty+vW9MJxRfszb5X/eAhcbDLZW6MlvjRHoH9WSQH3J8eA=="
"version": "1.0.27",
"resolved": "https://registry.npmjs.org/@studio-freight/lenis/-/lenis-1.0.27.tgz",
"integrity": "sha512-1I6EaWR9rxdFjIJtF52CtETJt9ngfY4AjawrJY5pLxCvHa/lQZ+1v2gTUntwNZkuks6E2It6YEXV6jnpnCZFjA=="
},
"node_modules/@types/cookie": {
"version": "0.4.1",
@@ -2792,11 +2792,11 @@
}
},
"node_modules/locomotive-scroll": {
"version": "5.0.0-beta.8",
"resolved": "https://registry.npmjs.org/locomotive-scroll/-/locomotive-scroll-5.0.0-beta.8.tgz",
"integrity": "sha512-4Nq12voKr5719aaySZg3FX/gQKQIAaAC4NkBiU27aKEKFnYcTeOB1r8VO5bGpEIOGQo94wsiJQNZuRb3TsxjHA==",
"version": "5.0.0-beta.9",
"resolved": "https://registry.npmjs.org/locomotive-scroll/-/locomotive-scroll-5.0.0-beta.9.tgz",
"integrity": "sha512-sxVCWnQGXH6awe/kEuFHxnHZ0pu5KwW9v9R5urF3WZWI12WIpvVDJOzd3oaas6NaQTP8uHOvJIQMpXrXd9X4yA==",
"dependencies": {
"@studio-freight/lenis": "1.0.12"
"@studio-freight/lenis": "1.0.27"
},
"engines": {
"node": ">=17"
@@ -5392,9 +5392,9 @@
"dev": true
},
"@studio-freight/lenis": {
"version": "1.0.12",
"resolved": "https://registry.npmjs.org/@studio-freight/lenis/-/lenis-1.0.12.tgz",
"integrity": "sha512-iN3JQ6qJVc+L7vh8NjlDibw9dvjjifvlJ+s0UAkfwty+vW9MJxRfszb5X/eAhcbDLZW6MlvjRHoH9WSQH3J8eA=="
"version": "1.0.27",
"resolved": "https://registry.npmjs.org/@studio-freight/lenis/-/lenis-1.0.27.tgz",
"integrity": "sha512-1I6EaWR9rxdFjIJtF52CtETJt9ngfY4AjawrJY5pLxCvHa/lQZ+1v2gTUntwNZkuks6E2It6YEXV6jnpnCZFjA=="
},
"@types/cookie": {
"version": "0.4.1",
@@ -7258,11 +7258,11 @@
}
},
"locomotive-scroll": {
"version": "5.0.0-beta.8",
"resolved": "https://registry.npmjs.org/locomotive-scroll/-/locomotive-scroll-5.0.0-beta.8.tgz",
"integrity": "sha512-4Nq12voKr5719aaySZg3FX/gQKQIAaAC4NkBiU27aKEKFnYcTeOB1r8VO5bGpEIOGQo94wsiJQNZuRb3TsxjHA==",
"version": "5.0.0-beta.9",
"resolved": "https://registry.npmjs.org/locomotive-scroll/-/locomotive-scroll-5.0.0-beta.9.tgz",
"integrity": "sha512-sxVCWnQGXH6awe/kEuFHxnHZ0pu5KwW9v9R5urF3WZWI12WIpvVDJOzd3oaas6NaQTP8uHOvJIQMpXrXd9X4yA==",
"requires": {
"@studio-freight/lenis": "1.0.12"
"@studio-freight/lenis": "1.0.27"
}
},
"lodash": {

View File

@@ -14,7 +14,7 @@
"build": "node --experimental-json-modules --no-warnings build/build.js"
},
"dependencies": {
"locomotive-scroll": "^5.0.0-beta.8",
"locomotive-scroll": "^5.0.0-beta.9",
"modujs": "^1.4.2",
"modularload": "^1.2.6",
"normalize.css": "^8.0.1",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long