Skip to content

Commit

Permalink
Merge pull request #607 from Sysvale/feat/update-node-compat
Browse files Browse the repository at this point in the history
Atualiza pacotes do projeto para funcionarem com versões superiores do node
  • Loading branch information
johnn1sbo3s authored Apr 12, 2024
2 parents f3e016d + 126e334 commit b56a3d8
Show file tree
Hide file tree
Showing 91 changed files with 5,474 additions and 24,576 deletions.
27,422 changes: 4,866 additions & 22,556 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sysvale/cuida",
"version": "3.0.0-beta.126",
"version": "3.0.0-beta.127",
"description": "A design system built by Sysvale, using storybook and Vue components",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/tests/ActionBar.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ describe('ActionBar snapshot test', () => {
}
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/ActionsList.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ describe('ActionsList snapshot test', () => {
}
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/Alert.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ describe('Alert snapshot test', () => {
}
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/AlertCard.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ describe('AlertCard snapshot test', () => {
}
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/Badge.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ describe('Badge', () => {
}
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/BarChart.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ describe('BarChart', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/Box.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ describe('Spacer snapshot test', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/Breadcrumb.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ describe('Breadcrumb snapshot test', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/Button.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ describe('Button', () => {
}
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/CalloutCard.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ describe('CalloutCard', () => {
}
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/Card.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ describe('Card snapshot test', () => {
}
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/CarouselController.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ describe('Button', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/Checkbox.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ describe('Button', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/CollapsibleContainer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ describe('CollapsibleContainer', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/ColorPicker.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ describe('ColorPicker', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/EmptyState.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ describe('EmptyState', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/Highlight.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ describe('Highlight', () => {
}
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/IconButton.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ describe('IconButton', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/InnerTabs.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ describe('InnerTabs', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/LineChart.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ describe('LineChart', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/LoadingBar.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ describe('LoadingBar', () => {
props: {},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/PanelCard.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ describe('PanelCard', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/PasswordInput.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('PasswordInput', () => {
props: {},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});

2 changes: 1 addition & 1 deletion src/tests/PieChart.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('PieChart', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});

test('it accepts valid colors', () => {
Expand Down
2 changes: 1 addition & 1 deletion src/tests/PolarAreaChart.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ describe('PolarAreaChart', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/ProgressBar.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ describe('ProgressBar', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/ProgressCircular.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ describe('ProgressCircular', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/RadioButtonGroup.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ describe('RadioButtonGroup', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/Scrollable.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ describe('Scrollable', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/Select.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ describe('Scrollable', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/SideBar.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ describe('SideBar', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/SideSheet.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ describe('Spacer snapshot test', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/Skeleton.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ describe('Skeleton', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/SkeletonText.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ describe('SkeletonText', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/Spacer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ describe('Spacer snapshot test', () => {
}
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/Spinner.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ describe('Spinner', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/StackedBarChart.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ describe('StackedBarChart', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/Stepper.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ describe('Stepper', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/StepperInput.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ describe('TextInput', () => {
props: {},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/Table.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ describe('TextInput', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/Tabs.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ describe('TextInput', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/TextInput.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ describe('TextInput', () => {
props: {},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/tests/TimeInput.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('TimeInput', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});

2 changes: 1 addition & 1 deletion src/tests/Timeline.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ describe('Timeline', () => {
},
});

expect(wrapper).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});
Loading

0 comments on commit b56a3d8

Please sign in to comment.