Skip to content

Commit

Permalink
Merge pull request #2701 from ZakarFin/add-async
Browse files Browse the repository at this point in the history
Add async as dependency (required by sprite tool)
  • Loading branch information
ZakarFin authored Oct 18, 2024
2 parents 1810841 + ef574ad commit 49b93fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.4.3",
"antd": "5.20.4",
"async": "3.2.6",
"babel-loader": "8.3.0",
"babel-plugin-styled-components": "2.1.4",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
Expand All @@ -65,9 +66,9 @@
"gm": "1.23.1",
"imports-loader": "1.2.0",
"intl-messageformat": "9.11.4",
"jodit-react": "^4.1.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jodit-react": "4.1.2",
"jquery": "3.7.1",
"jsts": "2.2.0",
"less": "3.9.0",
Expand Down
3 changes: 1 addition & 2 deletions src/react/components/icons/LayerIcon.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import PropTypes from 'prop-types';
import React, { Fragment } from 'react';
import { Tooltip, Message } from 'oskari-ui';
import { Icon } from 'oskari-ui';
import { Icon, Tooltip, Message } from 'oskari-ui';

const defaultColor = '#979797';

Expand Down

0 comments on commit 49b93fd

Please sign in to comment.