|
1 | 1 | {
|
2 | 2 | "name": "jest-styled-components",
|
3 |
| - "version": "7.0.4", |
| 3 | + "version": "7.0.5", |
4 | 4 | "description": "Jest utilities for Styled Components",
|
5 | 5 | "main": "./src/index.js",
|
6 | 6 | "typings": "./typings/index.d.ts",
|
|
17 | 17 | "author": "Michele Bertoli",
|
18 | 18 | "license": "MIT",
|
19 | 19 | "scripts": {
|
20 |
| - "test": "yarn test:web && yarn test:native && yarn test:preact && yarn test:ts", |
21 |
| - "test:web": "jest", |
| 20 | + "test": "yarn test:web && yarn test:native && yarn test:preact", |
| 21 | + "test:web": "jest --color", |
22 | 22 | "test:web:watch": "jest --watch",
|
23 |
| - "test:native": "jest --config .jest.native.json", |
24 |
| - "test:preact": "jest --config .jest.preact.json", |
25 |
| - "test:ts": "tsc --strict ./typings/index.d.ts" |
| 23 | + "test:native": "jest --color --config .jest.native.json", |
| 24 | + "test:preact": "jest --color --config .jest.preact.json" |
26 | 25 | },
|
27 | 26 | "devDependencies": {
|
28 | 27 | "@babel/core": "^7.0.0",
|
|
33 | 32 | "@testing-library/react": "^9.3.2",
|
34 | 33 | "babel-core": "^7.0.0-bridge.0",
|
35 | 34 | "babel-eslint": "^10.0.1",
|
36 |
| - "babel-jest": "^24.8.0", |
| 35 | + "babel-jest": "^26.0.0", |
37 | 36 | "enzyme": "^3.6.0",
|
38 | 37 | "enzyme-adapter-preact-pure": "^2.2.0",
|
39 | 38 | "enzyme-adapter-react-16": "^1.5.0",
|
40 | 39 | "enzyme-to-json": "^3.3.1",
|
41 | 40 | "eslint": "^6.6.0",
|
42 | 41 | "eslint-config-prettier": "^6.5.0",
|
| 42 | + "eslint-plugin-prettier": "^3.4.0", |
43 | 43 | "husky": "^3.0.9",
|
44 |
| - "jest": "^24.8.0", |
| 44 | + "jest": "^26.0.0", |
45 | 45 | "lint-staged": "^9.4.2",
|
46 | 46 | "preact": "^10.0.0-beta.2",
|
47 | 47 | "preact-render-to-json": "^3.6.6",
|
48 |
| - "prettier": "^1.18.2", |
| 48 | + "prettier": "^2.3.2", |
49 | 49 | "react": "^16.8.0",
|
50 | 50 | "react-dom": "^16.8.0",
|
51 | 51 | "react-is": "^16.8.6",
|
52 |
| - "react-native": "^0.61.4", |
| 52 | + "react-native": "^0.62.3", |
53 | 53 | "react-test-renderer": "^16.8.0",
|
54 |
| - "styled-components": "^5.0.0", |
55 |
| - "typescript": "^3.0.3" |
| 54 | + "styled-components": "^5.0.0" |
56 | 55 | },
|
57 | 56 | "dependencies": {
|
58 |
| - "css": "^2.2.4" |
| 57 | + "css": "^3.0.0" |
59 | 58 | },
|
60 | 59 | "peerDependencies": {
|
61 | 60 | "styled-components": ">= 5"
|
|
85 | 84 | "<rootDir>/test/native",
|
86 | 85 | "<rootDir>/test/preact"
|
87 | 86 | ]
|
| 87 | + }, |
| 88 | + "engines": { |
| 89 | + "node": ">= 12" |
88 | 90 | }
|
89 | 91 | }
|
0 commit comments