|
41 | 41 | "prop-types": ">=15.5.7"
|
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 |
| - "@babel/plugin-proposal-object-rest-spread": "7.3.4", |
45 |
| - "@babel/plugin-transform-runtime": "7.2.0", |
46 |
| - "@babel/preset-env": "7.3.4", |
| 44 | + "@babel/plugin-proposal-object-rest-spread": "7.4.0", |
| 45 | + "@babel/plugin-transform-runtime": "7.4.0", |
| 46 | + "@babel/preset-env": "7.4.2", |
47 | 47 | "@babel/preset-react": "7.0.0",
|
48 |
| - "@pika/pack": "0.3.5", |
49 |
| - "@pika/plugin-build-node": "0.3.12", |
50 |
| - "@pika/plugin-build-types": "0.3.12", |
51 |
| - "@pika/plugin-build-web": "0.3.12", |
52 |
| - "@pika/plugin-standard-pkg": "0.3.12", |
| 48 | + "@pika/pack": "0.3.6", |
| 49 | + "@pika/plugin-build-node": "0.3.14", |
| 50 | + "@pika/plugin-build-types": "0.3.14", |
| 51 | + "@pika/plugin-build-web": "0.3.14", |
| 52 | + "@pika/plugin-standard-pkg": "0.3.14", |
53 | 53 | "babel-eslint": "10.0.1",
|
54 |
| - "babel-jest": "24.3.1", |
55 |
| - "eslint": "5.11.1", |
56 |
| - "eslint-config-prettier": "3.3.0", |
57 |
| - "eslint-plugin-jest": "22.3.0", |
| 54 | + "babel-jest": "24.5.0", |
| 55 | + "eslint": "5.15.3", |
| 56 | + "eslint-config-prettier": "4.1.0", |
| 57 | + "eslint-plugin-jest": "22.4.1", |
58 | 58 | "eslint-plugin-prettier": "3.0.1",
|
59 | 59 | "eslint-plugin-promise": "4.0.1",
|
60 |
| - "eslint-plugin-react": "7.12.0", |
61 |
| - "eslint-plugin-react-hooks": "1.0.1", |
62 |
| - "jest": "24.3.1", |
63 |
| - "jest-dom": "3.1.2", |
64 |
| - "prettier": "1.15.3", |
| 60 | + "eslint-plugin-react": "7.12.4", |
| 61 | + "eslint-plugin-react-hooks": "1.6.0", |
| 62 | + "jest": "24.5.0", |
| 63 | + "jest-dom": "3.1.3", |
| 64 | + "prettier": "1.16.4", |
65 | 65 | "react": "16.8.1",
|
66 |
| - "react-dom": "16.8.1", |
67 |
| - "react-testing-library": "5.5.3" |
| 66 | + "react-dom": "16.8.5", |
| 67 | + "react-testing-library": "6.0.3" |
68 | 68 | },
|
69 | 69 | "jest": {
|
70 | 70 | "collectCoverage": true,
|
|
76 | 76 | "@pika/plugin-standard-pkg",
|
77 | 77 | {
|
78 | 78 | "exclude": [
|
| 79 | + "specs.js", |
79 | 80 | "*.spec.js"
|
80 | 81 | ]
|
81 | 82 | }
|
|
0 commit comments