Skip to content

Commit

Permalink
chore: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and tlebon committed Mar 4, 2024
1 parent 22de562 commit 30a5e65
Show file tree
Hide file tree
Showing 4 changed files with 2,500 additions and 3,268 deletions.
3 changes: 3 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ module.exports = {
},
},
moduleDirectories: ['node_modules', 'src'],
moduleNameMapper: {
'^axios$': require.resolve('axios'),
},
preset: 'ts-jest',
setupFilesAfterEnv: ['<rootDir>/setupTests.js'],
testEnvironment: 'jsdom',
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"dependencies": {
"@emotion/react": "11.11.1",
"@wireapp/api-client": "17.0.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@wireapp/api-client": "26.11.0",
"@wireapp/commons": "5.2.7",
"@wireapp/react-ui-kit": "9.16.0",
"babel-eslint": "^10.1.0",
"core-js": "3.36.0",
"dotenv": "16.4.5",
"dotenv-extended": "2.9.0",
Expand All @@ -20,7 +21,6 @@
},
"devDependencies": {
"@babel/core": "7.23.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.22.5",
"@babel/preset-react": "7.22.5",
Expand All @@ -32,7 +32,8 @@
"@types/color": "3.0.3",
"@types/enzyme": "3.10.12",
"@types/jest": "27.5.0",
"@types/node": "20.11.5",
"@types/node": "20.11.24",
"@types/platform": "^1.3.6",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@types/react-router-dom": "5.3.3",
Expand All @@ -42,7 +43,6 @@
"@wireapp/copy-config": "2.1.7",
"@wireapp/eslint-config": "1.4.0",
"adm-zip": "0.5.10",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.5",
"babel-plugin-remove-jsx-attributes": "0.0.2",
"cross-env": "7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/script/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

import {FlexBox, Loading, StyledApp, THEME_ID} from '@wireapp/react-ui-kit';
import createBrowserHistory from 'history/createBrowserHistory';
import {createBrowserHistory} from 'history';
import React, {lazy, Suspense, useEffect} from 'react';
import {Redirect, Route, Router, Switch} from 'react-router-dom';
import {ROUTE} from 'script/route';
Expand Down
Loading

0 comments on commit 30a5e65

Please sign in to comment.