@ribajs/extras
Advanced tools
Comparing version 2.0.0-rc.4 to 2.0.0-rc.5
@@ -12,3 +12,3 @@ import { ScrollPosition, ScrollEventsOptions, ScrollDirection } from "../../types/index.js"; | ||
destroy(): void; | ||
get scrollEvent(): ("scroll" | "touchmove" | "scrollend")[]; | ||
get scrollEvent(): ("scroll" | "scrollend" | "touchmove")[]; | ||
protected getScrollDir(start: ScrollPosition | null, end: ScrollPosition | null): ScrollDirection; | ||
@@ -15,0 +15,0 @@ protected removeEventListeners(): void; |
{ | ||
"name": "@ribajs/extras", | ||
"description": "Extras module for Riba.js", | ||
"version": "2.0.0-rc.4", | ||
"version": "2.0.0-rc.5", | ||
"type": "module", | ||
@@ -40,29 +40,29 @@ "engines": { | ||
"devDependencies": { | ||
"@babel/cli": "^7.22.9", | ||
"@babel/core": "^7.22.9", | ||
"@babel/cli": "^7.22.15", | ||
"@babel/core": "^7.22.20", | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/plugin-proposal-export-default-from": "^7.22.5", | ||
"@babel/plugin-proposal-export-default-from": "^7.22.17", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.20.7", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/preset-env": "^7.22.9", | ||
"@babel/preset-react": "^7.22.5", | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@babel/runtime": "^7.22.6", | ||
"@babel/runtime-corejs3": "^7.22.6", | ||
"@ribajs/eslint-config": "^2.0.0-rc.4", | ||
"@ribajs/tsconfig": "^2.0.0-rc.4", | ||
"@types/jest": "^29.5.3", | ||
"@typescript-eslint/eslint-plugin": "^5.62.0", | ||
"@typescript-eslint/parser": "^6.2.1", | ||
"@babel/preset-env": "^7.22.20", | ||
"@babel/preset-react": "^7.22.15", | ||
"@babel/preset-typescript": "^7.22.15", | ||
"@babel/runtime": "^7.22.15", | ||
"@babel/runtime-corejs3": "^7.22.15", | ||
"@ribajs/eslint-config": "^2.0.0-rc.5", | ||
"@ribajs/tsconfig": "^2.0.0-rc.5", | ||
"@types/jest": "^29.5.5", | ||
"@typescript-eslint/eslint-plugin": "^6.7.2", | ||
"@typescript-eslint/parser": "^6.7.2", | ||
"babel-loader": "^9.1.3", | ||
"babel-plugin-array-includes": "^2.0.3", | ||
"core-js": "^3.32.0", | ||
"eslint": "^8.46.0", | ||
"eslint-config-prettier": "^8.10.0", | ||
"core-js": "^3.32.2", | ||
"eslint": "^8.49.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"jest": "^29.6.2", | ||
"jest-extended": "^4.0.0", | ||
"prettier": "^3.0.1", | ||
"jest": "^29.7.0", | ||
"jest-extended": "^4.0.1", | ||
"prettier": "^3.0.3", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "5.1.6", | ||
"typescript": "5.2.2", | ||
"webpack": "^5.88.2", | ||
@@ -72,5 +72,5 @@ "webpack-cli": "^5.1.4" | ||
"dependencies": { | ||
"@ribajs/core": "^2.0.0-rc.4", | ||
"@ribajs/events": "^2.0.0-rc.4", | ||
"@ribajs/utils": "^2.0.0-rc.4", | ||
"@ribajs/core": "^2.0.0-rc.5", | ||
"@ribajs/events": "^2.0.0-rc.5", | ||
"@ribajs/utils": "^2.0.0-rc.5", | ||
"ev-emitter": "^2.1.2", | ||
@@ -77,0 +77,0 @@ "imagesloaded": "github:JumpLink/imagesloaded" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
346413
Updated@ribajs/core@^2.0.0-rc.5
Updated@ribajs/events@^2.0.0-rc.5
Updated@ribajs/utils@^2.0.0-rc.5