Skip to content

Commit

Permalink
use soundxyz/ms instead of ms
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Apr 23, 2024
1 parent d646d26 commit 9ab18a5
Show file tree
Hide file tree
Showing 3 changed files with 3,479 additions and 2,814 deletions.
3 changes: 1 addition & 2 deletions packages/graphql-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"esbuild": "^0.19.5",
"graphql": "^16.8.1",
"lodash-es": "^4.17.21",
"ms": "3.0.0-canary.1",
"react": "^18.2.0",
"typescript": "^5.2.2",
"valtio": "^1.11.2",
Expand All @@ -33,7 +32,6 @@
"@tanstack/react-query": "^4.35.7",
"@types/react": ">=17",
"lodash-es": "^4.17.21",
"ms": "3.0.0-canary.1",
"react": ">=17",
"valtio": "^1.11.2",
"zod": "^3.22.2"
Expand All @@ -42,6 +40,7 @@
"directory": "dist"
},
"dependencies": {
"@soundxyz/ms": "3.0.0-canary.2",
"fast-deep-equal": "^3.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/graphql-react-query/src/client.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import orderBy from 'lodash-es/orderBy.js';
import ms, { StringValue } from 'ms';
import ms, { StringValue } from '@soundxyz/ms';
import { createElement, ReactNode, useMemo, useState } from 'react';
import { proxy } from 'valtio';
import { z } from 'zod';
Expand Down
Loading

0 comments on commit 9ab18a5

Please sign in to comment.