@instructure/ui-utils
Advanced tools
Comparing version 9.2.1-snapshot-9 to 9.3.0
@@ -6,3 +6,3 @@ # Change Log | ||
## [9.2.1-snapshot-9](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.2.1-snapshot-9) (2024-07-16) | ||
# [9.3.0](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.3.0) (2024-07-17) | ||
@@ -9,0 +9,0 @@ **Note:** Version bump only for package @instructure/ui-utils |
{ | ||
"name": "@instructure/ui-utils", | ||
"version": "9.2.1-snapshot-9", | ||
"version": "9.3.0", | ||
"description": "A collection of utilities for UI components", | ||
@@ -25,17 +25,17 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"devDependencies": { | ||
"@instructure/ui-babel-preset": "9.2.1-snapshot-9", | ||
"@testing-library/jest-dom": "^6.4.5", | ||
"@instructure/ui-babel-preset": "9.3.0", | ||
"@testing-library/jest-dom": "^6.4.6", | ||
"@testing-library/react": "^15.0.7", | ||
"@types/json-stable-stringify": "^1.0.36", | ||
"vitest": "^1.6.0" | ||
"vitest": "^2.0.2" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.24.5", | ||
"@instructure/console": "9.2.1-snapshot-9", | ||
"@instructure/shared-types": "9.2.1-snapshot-9", | ||
"@instructure/ui-dom-utils": "9.2.1-snapshot-9", | ||
"@instructure/console": "9.3.0", | ||
"@instructure/shared-types": "9.3.0", | ||
"@instructure/ui-dom-utils": "9.3.0", | ||
"@types/ua-parser-js": "^0.7.39", | ||
"fast-deep-equal": "^3.1.3", | ||
"json-stable-stringify": "^1.1.1", | ||
"ua-parser-js": "^1.0.37" | ||
"ua-parser-js": "^1.0.38" | ||
}, | ||
@@ -42,0 +42,0 @@ "peerDependencies": { |
@@ -16,5 +16,5 @@ type GenericFunction = (...args: any[]) => any; | ||
*/ | ||
declare function createChainedFunction<F extends GenericFunction = GenericFunction>(...funcs: (null | undefined | F)[]): F | undefined; | ||
declare function createChainedFunction<F extends GenericFunction = GenericFunction>(...funcs: (null | undefined | F)[]): undefined | F; | ||
export default createChainedFunction; | ||
export { createChainedFunction }; | ||
//# sourceMappingURL=createChainedFunction.d.ts.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
381515
+ Added@instructure/console@9.3.0(transitive)
+ Added@instructure/shared-types@9.3.0(transitive)
+ Added@instructure/ui-dom-utils@9.3.0(transitive)
- Removed@instructure/console@9.2.1-snapshot-9(transitive)
- Removed@instructure/shared-types@9.2.1-snapshot-9(transitive)
- Removed@instructure/ui-dom-utils@9.2.1-snapshot-9(transitive)
Updated@instructure/console@9.3.0
Updatedua-parser-js@^1.0.38