Skip to content

Commit

Permalink
Bump versions, update lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssimon committed Jun 17, 2021
1 parent 95818bc commit 01336b6
Show file tree
Hide file tree
Showing 3 changed files with 1,183 additions and 1,904 deletions.
36 changes: 9 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "breakpoint-changes-rx",
"version": "2.0.0",
"version": "2.0.1",
"repository": {
"type": "git",
"url": "https://github.com/jenssimon/breakpoint-changes-rx"
Expand All @@ -26,36 +26,18 @@
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/eslint-parser": "^7.13.14",
"@jenssimon/eslint-config-base": "^3.1.0",
"@jenssimon/eslint-config-typescript": "^2.2.0",
"@jenssimon/eslint-config-base": "^4.0.0",
"@jenssimon/eslint-config-typescript": "^3.0.0",
"@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"coveralls": "^3.1.0",
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-deprecation": "^1.2.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-optimize-regex": "^1.2.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-redux": "^3.3.2",
"eslint-plugin-sonarjs": "^0.7.0",
"jest": "^26.6.3",
"eslint": "^7.28.0",
"jest": "^27.0.4",
"rollup": "^1.31.0",
"rollup-plugin-typescript2": "^0.30.0",
"rxjs": "^7.0.0",
"ts-jest": "^26.5.6",
"typescript": "^4.2.4"
"rxjs": "^7.1.0",
"ts-jest": "^27.0.3",
"tslib": "^2.3.0",
"typescript": "^4.3.3"
},
"peerDependencies": {
"rxjs": ">=6"
Expand Down
4 changes: 4 additions & 0 deletions src/__tests__/breakpoints.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @jest-environment jsdom
*/

import breakpoints, { parseBreakpoints, BreakpointDefinitions } from '../breakpoints';

type AnyFunction = (args?: unknown) => unknown
Expand Down
Loading

0 comments on commit 01336b6

Please sign in to comment.