Skip to content

Commit 7899975

Browse files
author
Mike Tobia
committed
chore: remove workspaces when packages have been updated
1 parent 66cd500 commit 7899975

File tree

4 files changed

+9
-571
lines changed

4 files changed

+9
-571
lines changed

lerna.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"version": "8.69.2",
33
"npmClient": "yarn",
44
"npmClientArgs": ["--frozen-lockfile"],
5-
"useWorkspaces": true,
65
"useNx": false,
76
"changelog": {
87
"repo": "zendeskgarden/react-components",

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@
2727
"preversion": "yarn test:ci",
2828
"version": "yarn build && git add -A"
2929
},
30-
"workspaces": [
31-
"packages/*"
32-
],
33-
"resolutions": {
34-
"@reach/auto-id": "0.18.0"
35-
},
3630
"devDependencies": {
3731
"@babel/cli": "7.21.5",
3832
"@babel/core": "7.22.1",
@@ -44,7 +38,6 @@
4438
"@babel/preset-react": "7.22.3",
4539
"@babel/preset-typescript": "7.21.5",
4640
"@brodybits/rollup-plugin-size-snapshot": "0.14.1",
47-
"@reach/auto-id": "0.18.0",
4841
"@rollup/plugin-commonjs": "25.0.0",
4942
"@rollup/plugin-node-resolve": "15.1.0",
5043
"@rollup/plugin-replace": "5.0.2",

packages/datepickers/src/elements/DatepickerRange/utils/useDatepickerRangeContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
*/
77

88
import { useContext, createContext, MutableRefObject } from 'react';
9-
import { IDatepickerRangeState, DatepickerRangeAction } from './datepicker-range-reducer';
109
import { DateFnsIndex } from '../../../utils/calendar-utils';
10+
import { IDatepickerRangeState, DatepickerRangeAction } from './datepicker-range-reducer';
1111

1212
export interface IDatepickerRangeContext {
1313
state: IDatepickerRangeState;

0 commit comments

Comments
 (0)