Skip to content

Commit

Permalink
remove test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Akiyamka committed Feb 21, 2023
1 parent 54a3f0c commit 6cebfd4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
11 changes: 0 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
"hsluv": "^0.1.0",
"i18next": "^22.4.9",
"i18next-browser-languagedetector": "^7.0.1",
"jquery": "^3.6.3",
"jwt-decode": "^3.1.2",
"lodash": "npm:[email protected]",
"lodash-es": "4.17.21",
Expand Down
4 changes: 0 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@ import '@reatom/react/react-dom-batched-updates';
import '@konturio/default-theme/variables.css';
import '@konturio/default-theme/defaults.css';
import '@konturio/default-theme/typography.css';
import jq from 'jquery';
import '~utils/atoms/disableDefaultStore';
import './global.css';
import { loadConfig } from '~core/app_config/loader';

const someBtn = jq('button');
console.error(someBtn);

function showCriticalError(e: Error) {
const root = document.getElementById('root');
if (root) {
Expand Down

0 comments on commit 6cebfd4

Please sign in to comment.