|
97 | 97 | "testEnvironment": "jsdom", |
98 | 98 | "setupFilesAfterEnv": [ |
99 | 99 | "@testing-library/react/cleanup-after-each", |
100 | | - "jest-dom/extend-expect" |
| 100 | + "@testing-library/jest-dom/extend-expect" |
| 101 | + ], |
| 102 | + "modulePathIgnorePatterns": [ |
| 103 | + "/dist/" |
101 | 104 | ], |
102 | | - "modulePathIgnorePatterns": ["/dist/"], |
103 | 105 | "coveragePathIgnorePatterns": [ |
104 | 106 | "/node_modules/", |
105 | 107 | "/src/test-utils.ts", |
|
114 | 116 | "react": "^15.0.0 || ^16.0.0 || ^17.0.0" |
115 | 117 | }, |
116 | 118 | "devDependencies": { |
117 | | - "@babel/cli": "^7.2.3", |
118 | | - "@babel/core": "^7.3.4", |
119 | | - "@babel/plugin-proposal-class-properties": "^7.3.4", |
120 | | - "@babel/plugin-transform-runtime": "^7.3.4", |
121 | | - "@babel/preset-env": "^7.3.4", |
| 119 | + "@babel/cli": "^7.5.0", |
| 120 | + "@babel/core": "^7.5.4", |
| 121 | + "@babel/plugin-proposal-class-properties": "^7.5.0", |
| 122 | + "@babel/plugin-transform-runtime": "^7.5.0", |
| 123 | + "@babel/preset-env": "^7.5.4", |
122 | 124 | "@babel/preset-flow": "^7.0.0", |
123 | 125 | "@babel/preset-react": "^7.0.0", |
124 | 126 | "@babel/preset-typescript": "^7.1.0", |
|
127 | 129 | "@storybook/components": "^5.0.0", |
128 | 130 | "@storybook/react": "^5.0.0", |
129 | 131 | "@storybook/theming": "^5.0.11", |
130 | | - "@testing-library/react": "^8.0.1", |
| 132 | + "@testing-library/jest-dom": "^4.0.0", |
| 133 | + "@testing-library/react": "^8.0.5", |
131 | 134 | "@types/jest": "^24.0.9", |
132 | | - "@types/react": "^16.8.6", |
| 135 | + "@types/react": "^16.8.23", |
133 | 136 | "@types/react-dom": "^16.8.2", |
134 | 137 | "@types/storybook__addon-actions": "^3.4.1", |
135 | | - "@types/storybook__addon-knobs": "^5.0.0", |
| 138 | + "@types/storybook__addon-knobs": "^5.0.2", |
136 | 139 | "@types/storybook__react": "^4.0.0", |
137 | | - "@typescript-eslint/eslint-plugin": "^1.4.2", |
138 | | - "@typescript-eslint/parser": "^1.4.2", |
| 140 | + "@typescript-eslint/eslint-plugin": "^1.12.0", |
| 141 | + "@typescript-eslint/parser": "^1.12.0", |
139 | 142 | "babel-eslint": "10.0.2", |
140 | 143 | "babel-jest": "^24.5.0", |
141 | 144 | "babel-loader": "^8.0.5", |
142 | 145 | "concurrently": "^4.1.0", |
143 | | - "coveralls": "^3.0.3", |
| 146 | + "coveralls": "^3.0.5", |
144 | 147 | "eslint": "^5.16.0", |
145 | 148 | "eslint-config-react-app": "^4.0.0", |
146 | 149 | "eslint-plugin-flowtype": "^3.2.1", |
147 | 150 | "eslint-plugin-import": "2.18.0", |
148 | | - "eslint-plugin-jsx-a11y": "^6.2.1", |
| 151 | + "eslint-plugin-jsx-a11y": "^6.2.3", |
149 | 152 | "eslint-plugin-react": "^7.12.4", |
150 | 153 | "eslint-plugin-react-hooks": "^1.5.0", |
151 | | - "husky": "^2.3.0", |
| 154 | + "husky": "^3.0.0", |
152 | 155 | "intersection-observer": "^0.7.0", |
153 | 156 | "jest": "^24.5.0", |
154 | | - "jest-dom": "^3.1.3", |
155 | | - "lint-staged": "^8.1.5", |
| 157 | + "lint-staged": "^9.2.0", |
156 | 158 | "npm-run-all": "^4.1.5", |
157 | 159 | "prettier": "^1.16.2", |
158 | 160 | "react": "^16.8.3", |
159 | 161 | "react-dom": "^16.8.3", |
160 | 162 | "react-test-renderer": "^16.8.3", |
161 | | - "rollup": "^1.10.0", |
| 163 | + "rollup": "^1.17.0", |
162 | 164 | "rollup-plugin-babel": "^4.2.0", |
163 | | - "rollup-plugin-commonjs": "^10.0.0", |
164 | | - "rollup-plugin-node-resolve": "^5.0.1", |
| 165 | + "rollup-plugin-commonjs": "^10.0.1", |
| 166 | + "rollup-plugin-node-resolve": "^5.2.0", |
165 | 167 | "rollup-plugin-replace": "^2.1.0", |
166 | | - "rollup-plugin-terser": "^5.0.0", |
167 | | - "typescript": "^3.2.4" |
| 168 | + "rollup-plugin-terser": "^5.1.1", |
| 169 | + "typescript": "^3.5.3" |
168 | 170 | } |
169 | 171 | } |
0 commit comments