Skip to content

Commit

Permalink
refactor: Rename package references from '@equinor/workspace-core' to…
Browse files Browse the repository at this point in the history
… 'core'
  • Loading branch information
EdwardBrunton committed Dec 19, 2024
1 parent 9f1105c commit db26109
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 127 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@equinor/workspace-core",
"name": "core",
"version": "1.0.0",
"type": "module",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@equinor/eds-icons": "^0.18.0",
"@equinor/eds-tokens": "^0.9.0",
"@tanstack/react-query": "^5.32.0",
"@equinor/workspace-core": "workspace:^",
"core": "workspace:^",
"react-error-boundary": "^4.0.13",
"react-sortablejs": "^6.1.4",
"react-virtual": "^2.10.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Button, Icon, Search } from '@equinor/eds-core-react';
import { useMemo, useRef, useState } from 'react';
import { FilterClearIcon } from '../../icons';
import { FilterGroup, FilterValueType } from '../../types';
import { useClickOutside } from '@equinor/workspace-core';
import { useClickOutside } from 'core';
import { Case, Switch } from '../../utils/Switch';
import { StyledSearchButton, StyledFilterHeaderGroup, StyledTitle, StyledWrapper } from './expandedFilterGroup.styles';
import { VirtualContainer } from '../virtualContainer/VirtualContainer';
Expand Down
2 changes: 1 addition & 1 deletion packages/power-bi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"markdown-to-jsx": "^7",
"powerbi-client": "^2",
"powerbi-client-react": "^1",
"@equinor/workspace-core": "workspace:^",
"core": "workspace:^",
"react-error-boundary": "^4",
"react-sortablejs": "^6",
"react-virtual": "^2",
Expand Down
2 changes: 1 addition & 1 deletion packages/power-bi/src/lib/components/Header/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Button, Icon, Search } from '@equinor/eds-core-react';
import { useState } from 'react';
import styled from 'styled-components';
import { useClickOutside } from '@equinor/workspace-core';
import { useClickOutside } from 'core';
import { FilterClearIcon } from '../../icons';
import { FilterController } from '../Filter/Filter';
import { Case, Switch } from '../switch/Switch';
Expand Down
135 changes: 13 additions & 122 deletions pnpm-lock.yaml

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

0 comments on commit db26109

Please sign in to comment.