Skip to content

Commit

Permalink
Upgraded packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlweb committed Jun 6, 2019
1 parent 0b26038 commit c636ece
Show file tree
Hide file tree
Showing 11 changed files with 1,724 additions and 1,402 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,35 +29,35 @@
"deploy-storybook": "storybook-to-ghpages"
},
"devDependencies": {
"@storybook/addon-storysource": "^5.0.7",
"@storybook/addon-viewport": "^5.0.7",
"@storybook/react": "^5.0.7",
"@storybook/addon-storysource": "^5.1.1",
"@storybook/addon-viewport": "^5.1.1",
"@storybook/react": "^5.1.1",
"@storybook/storybook-deployer": "^2.8.1",
"@types/jest": "^24.0.11",
"@types/react": "^16.8.13",
"@testing-library/react": "^8.0.1",
"@types/jest": "^24.0.13",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"@types/storybook__react": "^4.0.1",
"@types/storybook__react": "^4.0.2",
"awesome-typescript-loader": "^5.2.1",
"copyfiles": "^2.1.0",
"jest": "^24.7.1",
"jest-dom": "^3.1.3",
"jest": "^24.8.0",
"jest-dom": "^3.4.0",
"json": "^9.0.6",
"npm-run-all": "^4.1.5",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-testing-library": "^6.1.2",
"rimraf": "^2.6.3",
"rollup": "^1.10.0",
"rollup-plugin-analyzer": "^3.0.0",
"rollup": "^1.14.2",
"rollup-plugin-analyzer": "^3.0.1",
"rollup-plugin-cleanup": "^3.1.1",
"rollup-plugin-progress": "^1.1.1",
"rollup-plugin-typescript2": "^0.20.1",
"rollup-plugin-typescript2": "^0.21.1",
"ts-jest": "^24.0.2",
"tslib": "^1.9.3",
"tslint": "^5.15.0",
"tslint": "^5.17.0",
"tslint-react": "^4.0.0",
"tslint-react-hooks": "^2.0.0",
"typescript": "^3.4.3"
"tslint-react-hooks": "^2.1.0",
"typescript": "^3.5.1"
},
"peerDependencies": {
"react": ">=16.7.0"
Expand Down
2 changes: 1 addition & 1 deletion src/AliasProvider/AliasProvider.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { render, cleanup } from 'react-testing-library';
import { render, cleanup } from '@testing-library/react';
import 'jest-dom/extend-expect';

import AliasProvider from './AliasProvider';
Expand Down
2 changes: 1 addition & 1 deletion src/ReactPonsive/ReactPonsive.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { render, cleanup } from 'react-testing-library';
import { render, cleanup } from '@testing-library/react';
import 'jest-dom/extend-expect';

import AliasProvider from '../AliasProvider';
Expand Down
2 changes: 1 addition & 1 deletion src/ReactPonsiveToggle/ReactPonsiveToggle.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { render, cleanup } from 'react-testing-library';
import { render, cleanup } from '@testing-library/react';
import 'jest-dom/extend-expect';

import ReactPonsiveToggle from './ReactPonsiveToggle';
Expand Down
2 changes: 1 addition & 1 deletion src/ReactPonsiveValue/ReactPonsiveValue.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { render, cleanup } from 'react-testing-library';
import { render, cleanup } from '@testing-library/react';
import 'jest-dom/extend-expect';

import ReactPonsiveValue from './ReactPonsiveValue';
Expand Down
2 changes: 1 addition & 1 deletion src/useReactPonsive/useReactPonsive.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { render } from 'react-testing-library';
import { render } from '@testing-library/react';
import 'jest-dom/extend-expect';

import useReactPonsive from './useReactPonsive';
Expand Down
2 changes: 1 addition & 1 deletion src/useReactPonsiveToggle/useReactPonsiveToggle.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { render, cleanup } from 'react-testing-library';
import { render, cleanup } from '@testing-library/react';
import 'jest-dom/extend-expect';

import useReactPonsiveToggle from './useReactPonsiveToggle';
Expand Down
2 changes: 1 addition & 1 deletion src/useReactPonsiveValue/useReactPonsiveValue.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { render, cleanup } from 'react-testing-library';
import { render, cleanup } from '@testing-library/react';
import 'jest-dom/extend-expect';

import useReactPonsiveValue from './useReactPonsiveValue';
Expand Down
2 changes: 1 addition & 1 deletion src/withReactPonsive/withReactPonsive.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { render, cleanup } from 'react-testing-library';
import { render, cleanup } from '@testing-library/react';
import 'jest-dom/extend-expect';

import withReactPonsive from './withReactPonsive';
Expand Down
2 changes: 1 addition & 1 deletion src/withReactPonsiveToggle/withReactPonsiveToggle.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { render, cleanup } from 'react-testing-library';
import { render, cleanup } from '@testing-library/react';
import 'jest-dom/extend-expect';

import withReactPonsiveToggle from './withReactPonsiveToggle';
Expand Down
Loading

0 comments on commit c636ece

Please sign in to comment.