Skip to content

Commit

Permalink
[core] Run pnpm dedupe (#41658)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Mar 26, 2024
1 parent 234bd3b commit afb12c7
Show file tree
Hide file tree
Showing 5 changed files with 898 additions and 3,368 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
"@definitelytyped/typescript-versions": "^0.1.1",
"@definitelytyped/utils": "^0.1.5",
"@types/node": "^18.19.25",
"@types/react": "^18.2.55",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"cross-fetch": "^4.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { styled as _styled3 } from '@pigment-css/react';
import { styled as _styled2 } from '@pigment-css/react';
import { styled as _styled } from '@pigment-css/react';
import { styled as _styled, styled as _styled2, styled as _styled3 } from '@pigment-css/react';
import _theme from '@pigment-css/react/theme';
const Component = /*#__PURE__*/ _styled('div')({
classes: ['c194j3ko'],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { styled as _styled3 } from '@pigment-css/react';
import { styled as _styled2 } from '@pigment-css/react';
import { styled as _styled } from '@pigment-css/react';
import { styled as _styled, styled as _styled2, styled as _styled3 } from '@pigment-css/react';
import _theme from '@pigment-css/react/theme';
const Component = /*#__PURE__*/ _styled('div')({
classes: ['c1h7nuob'],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { styled as _styled3 } from '@pigment-css/react';
import { styled as _styled2 } from '@pigment-css/react';
import { styled as _styled } from '@pigment-css/react';
import { styled as _styled, styled as _styled2, styled as _styled3 } from '@pigment-css/react';
import _theme from '@pigment-css/react/theme';
const Component = /*#__PURE__*/ _styled('div')({
classes: ['c1aiqtje'],
Expand Down
Loading

0 comments on commit afb12c7

Please sign in to comment.