Skip to content

Commit

Permalink
chore: update [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Shishov committed Nov 2, 2023
1 parent 34b5f63 commit d0e2b70
Show file tree
Hide file tree
Showing 11 changed files with 2,131 additions and 1,364 deletions.
14 changes: 0 additions & 14 deletions packages/ui/.babelrc

This file was deleted.

3 changes: 3 additions & 0 deletions packages/ui/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: [['@babel/preset-env', {targets: {node: 'current'}}], '@babel/preset-typescript'],
};
1 change: 1 addition & 0 deletions packages/ui/build.app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const client: ServiceConfig['client'] = {
languages: ['markdown'],
},
hiddenSourceMap: false,
disableReactRefresh: true,
};

const server: ServiceConfig['server'] = {
Expand Down
3,463 changes: 2,126 additions & 1,337 deletions packages/ui/package-lock.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"type-is": "1.6.18"
},
"devDependencies": {
"@gravity-ui/app-builder": "^0.3.0",
"@gravity-ui/app-builder": "^0.7.0",
"@gravity-ui/chartkit": "^4.7.2",
"@gravity-ui/components": "^2.4.1",
"@gravity-ui/dashkit": "^6.0.0",
Expand Down Expand Up @@ -108,7 +108,6 @@
"@types/react-router-dom": "^5.3.3",
"@types/react-sticky": "^6.0.4",
"@types/type-is": "^1.6.3",
"babel-plugin-inline-react-svg": "^2.0.2",
"bem-cn-lite": "^4.1.0",
"bignumber.js": "^9.1.2",
"copy-to-clipboard": "^3.3.1",
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';
import cn from 'bem-cn-lite';
import PathEditor from '../../../../containers/PathEditor/PathEditor';
import './PathEditorControl.scss';

const block = cn('path-editor-control');

Expand Down
2 changes: 0 additions & 2 deletions packages/ui/src/ui/components/TagSelector/TagSelector.scss

This file was deleted.

1 change: 0 additions & 1 deletion packages/ui/src/ui/components/TagSelector/TagSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react';
import _ from 'lodash';
import cn from 'bem-cn-lite';

import './TagSelector.scss';
import Select from '../../components/Select/Select';
const block = cn('tag-selector');

Expand Down
3 changes: 0 additions & 3 deletions packages/ui/src/ui/pages/job/tabs/PivotKeys/PivotKeys.scss

This file was deleted.

2 changes: 0 additions & 2 deletions packages/ui/src/ui/pages/job/tabs/PivotKeys/PivotKeys.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import {getJobPivotKeysData} from '../../../../store/selectors/job/detail';
import {RootState} from '../../../../store/reducers';
import unipika from '../../../../common/thor/unipika';

import './PivotKeys.scss';

const block = cn('job-pivot-keys');
const ElementsTable: any = ElementsTableRaw;

Expand Down

0 comments on commit d0e2b70

Please sign in to comment.