Skip to content

Commit

Permalink
chore: Bump @wireapp/commons from 4.4.10 to 5.2.7 (#4581)
Browse files Browse the repository at this point in the history
Bumps [@wireapp/commons](https://github.com/wireapp/wire-web-packages) from 4.4.10 to 5.2.7.
- [Commits](https://github.com/wireapp/wire-web-packages/compare/@wireapp/[email protected]...@wireapp/[email protected])

---
updated-dependencies:
- dependency-name: "@wireapp/commons"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent f735407 commit 1a66db3
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"@emotion/react": "11.11.4",
"@wireapp/api-client": "17.0.0",
"@wireapp/commons": "4.4.10",
"@wireapp/commons": "5.2.7",
"@wireapp/react-ui-kit": "9.16.0",
"core-js": "3.36.0",
"dotenv": "16.4.5",
Expand Down
2 changes: 1 addition & 1 deletion src/script/Environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
*/

import {DEFAULT_PASSWORD_MIN_LENGTH} from '@wireapp/commons/src/main/util/ValidationUtil';
import {DEFAULT_PASSWORD_MIN_LENGTH} from '@wireapp/commons/lib/util/ValidationUtil';

declare global {
interface Window {
Expand Down
2 changes: 1 addition & 1 deletion src/script/component/DirectDownloadButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

import {Runtime} from '@wireapp/commons';
import {OperatingSystem} from '@wireapp/commons/src/main/util/Runtime';
import {OperatingSystem} from '@wireapp/commons/lib/util/Runtime';
import {ButtonLink, ButtonProps, ButtonVariant} from '@wireapp/react-ui-kit';
import {useTranslation} from 'react-i18next';
import {
Expand Down
4 changes: 2 additions & 2 deletions src/script/page/ConversationJoin.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ import * as History from 'history';
import {ConversationJoinProps, ConversationJoin} from './ConversationJoin';
import TestPage from '../util/test/TestPage';
import {ActionProvider, actionRoot} from '../module/action/';
import {RecursivePartial} from '@wireapp/commons/src/main/util/TypeUtil';
import {RecursivePartial} from '@wireapp/commons/lib/util/TypeUtil';
import {act} from 'react-dom/test-utils';
import {pathWithParams} from '@wireapp/commons/src/main/util/UrlUtil';
import {pathWithParams} from '@wireapp/commons/lib/util/UrlUtil';
import {Runtime} from '@wireapp/commons';

jest.mock('script/util/SVGProvider', () => {
Expand Down
2 changes: 1 addition & 1 deletion src/script/page/ConversationJoin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program. If not, see http://www.gnu.org/licenses/.
*
*/
import {pathWithParams} from '@wireapp/commons/src/main/util/UrlUtil';
import {pathWithParams} from '@wireapp/commons/lib/util/UrlUtil';
import {
ContainerSM,
FlexBox,
Expand Down
2 changes: 1 addition & 1 deletion src/script/page/UserProfile.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import * as History from 'history';
import {UserProfileProps, UserProfile} from './UserProfile';
import TestPage from '../util/test/TestPage';
import {ActionProvider, actionRoot} from '../module/action';
import {RecursivePartial} from '@wireapp/commons/src/main/util/TypeUtil';
import {RecursivePartial} from '@wireapp/commons/lib/util/TypeUtil';
import {Runtime} from '@wireapp/commons';

jest.mock('script/util/SVGProvider', () => {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3756,15 +3756,15 @@ __metadata:
languageName: node
linkType: hard

"@wireapp/commons@npm:4.4.10":
version: 4.4.10
resolution: "@wireapp/commons@npm:4.4.10"
"@wireapp/commons@npm:5.2.7":
version: 5.2.7
resolution: "@wireapp/commons@npm:5.2.7"
dependencies:
ansi-regex: 5.0.1
fs-extra: 10.1.0
fs-extra: 11.1.0
logdown: 3.3.1
platform: 1.3.6
checksum: c026b91caffbf8c2abf929abb4e62c33684a1c3bbcde7d6f6164d60a80ce7507969921965fc477145c127eff1b1e3f4d7072f9821c08b8d6cecd9a474894f169
checksum: e875e242c706b6719aea8f6dea4b547e6ce189c853dcb78cdbe87d238d3c99e92a8acbf76a80f100ee9642b2638081bafa1b050d8c3fea407fe6f7ea517f6328
languageName: node
linkType: hard

Expand Down Expand Up @@ -14630,7 +14630,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": 6.21.0
"@typescript-eslint/parser": ^6.21.0
"@wireapp/api-client": 17.0.0
"@wireapp/commons": 4.4.10
"@wireapp/commons": 5.2.7
"@wireapp/copy-config": 2.1.16
"@wireapp/eslint-config": 1.4.0
"@wireapp/react-ui-kit": 9.16.0
Expand Down

0 comments on commit 1a66db3

Please sign in to comment.