@uppy/dashboard
Advanced tools
Comparing version 3.5.3 to 3.5.4
@@ -18,3 +18,3 @@ function _classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; } | ||
const packageJson = { | ||
"version": "3.5.3" | ||
"version": "3.5.4" | ||
}; | ||
@@ -21,0 +21,0 @@ import locale from './locale.js'; |
{ | ||
"name": "@uppy/dashboard", | ||
"description": "Universal UI plugin for Uppy.", | ||
"version": "3.5.3", | ||
"version": "3.5.4", | ||
"license": "MIT", | ||
@@ -30,4 +30,4 @@ "main": "lib/index.js", | ||
"@uppy/status-bar": "^3.2.4", | ||
"@uppy/thumbnail-generator": "^3.0.4", | ||
"@uppy/utils": "^5.5.0", | ||
"@uppy/thumbnail-generator": "^3.0.5", | ||
"@uppy/utils": "^5.5.1", | ||
"classnames": "^2.2.6", | ||
@@ -41,10 +41,10 @@ "is-shallow-equal": "^1.0.1", | ||
"devDependencies": { | ||
"@jest/globals": "^29.0.0", | ||
"@uppy/google-drive": "^3.2.1", | ||
"@uppy/status-bar": "^3.2.4", | ||
"resize-observer-polyfill": "^1.5.0" | ||
"resize-observer-polyfill": "^1.5.0", | ||
"vitest": "^0.34.5" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^3.5.0" | ||
"@uppy/core": "^3.5.1" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import { afterAll, beforeAll, describe, it, expect } from '@jest/globals' | ||
import { afterAll, beforeAll, describe, it, expect } from 'vitest' | ||
@@ -3,0 +3,0 @@ import Core from '@uppy/core' |
@@ -1,8 +0,8 @@ | ||
import { describe, xit, expect } from '@jest/globals' | ||
import { describe, it, expect } from 'vitest' | ||
import copyToClipboard from './copyToClipboard.js' | ||
describe('copyToClipboard', () => { | ||
xit('should copy the specified text to the clipboard', () => { | ||
it.skip('should copy the specified text to the clipboard', () => { | ||
expect(typeof copyToClipboard).toBe('function') | ||
}) | ||
}) |
@@ -1,2 +0,2 @@ | ||
import { describe, it, expect } from '@jest/globals' | ||
import { describe, it, expect } from 'vitest' | ||
import createSuperFocus from './createSuperFocus.js' | ||
@@ -3,0 +3,0 @@ |
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
678876
Updated@uppy/utils@^5.5.1