|
22 | 22 | "lint:ci": "yarn lint --format junit -o reports/eslint/results.json",
|
23 | 23 | "lint:fix": "yarn lint --fix",
|
24 | 24 | "test": "jest --watch",
|
25 |
| - "test:ci": "jest --ci --coverage -u --runInBand --json --outputFile=reports/jest/results.json", |
| 25 | + "test:ci": "jest --ci --coverage --runInBand --json --outputFile=reports/jest/results.json", |
26 | 26 | "build": "preconstruct build",
|
27 | 27 | "prepublishOnly": "yarn build",
|
28 | 28 | "release": "semantic-release"
|
|
63 | 63 | ]
|
64 | 64 | },
|
65 | 65 | "devDependencies": {
|
66 |
| - "@babel/preset-env": "7.12.1", |
67 |
| - "@babel/preset-typescript": "7.12.1", |
| 66 | + "@babel/preset-env": "7.12.11", |
| 67 | + "@babel/preset-typescript": "7.12.7", |
68 | 68 | "@commitlint/cli": "11.0.0",
|
69 | 69 | "@commitlint/config-conventional": "11.0.0",
|
70 | 70 | "@emotion/babel-preset-css-prop": "^11.0.0",
|
71 | 71 | "@emotion/eslint-plugin": "^11.0.0",
|
72 | 72 | "@emotion/jest": "^11.1.0",
|
73 |
| - "@preconstruct/cli": "2.0.0", |
| 73 | + "@preconstruct/cli": "2.0.1", |
74 | 74 | "@semantic-release/commit-analyzer": "8.0.1",
|
75 | 75 | "@semantic-release/github": "7.2.0",
|
76 |
| - "@semantic-release/npm": "7.0.8", |
| 76 | + "@semantic-release/npm": "7.0.10", |
77 | 77 | "@semantic-release/release-notes-generator": "9.0.1",
|
78 |
| - "@testing-library/jest-dom": "5.11.6", |
79 |
| - "@testing-library/react": "11.2.1", |
80 |
| - "@types/css-mediaquery": "0.1.0", |
81 |
| - "@types/jest": "26.0.15", |
82 |
| - "@typescript-eslint/eslint-plugin": "4.8.1", |
83 |
| - "@typescript-eslint/parser": "4.8.1", |
| 78 | + "@testing-library/jest-dom": "5.11.9", |
| 79 | + "@testing-library/react": "11.2.3", |
| 80 | + "@types/jest": "26.0.20", |
| 81 | + "@typescript-eslint/eslint-plugin": "4.14.0", |
| 82 | + "@typescript-eslint/parser": "4.14.0", |
84 | 83 | "babel-eslint": "10.1.0",
|
85 | 84 | "babel-jest": "26.6.3",
|
86 |
| - "css-mediaquery": "0.1.2", |
87 | 85 | "cz-conventional-changelog": "3.3.0",
|
88 | 86 | "docz": "2.3.1",
|
89 |
| - "eslint": "7.13.0", |
| 87 | + "eslint": "7.18.0", |
90 | 88 | "eslint-config-react-app": "6.0.0",
|
91 | 89 | "eslint-plugin-flowtype": "5.2.0",
|
92 | 90 | "eslint-plugin-import": "2.22.1",
|
93 | 91 | "eslint-plugin-jsx-a11y": "6.4.1",
|
94 |
| - "eslint-plugin-prettier": "3.1.4", |
95 |
| - "eslint-plugin-react": "7.21.5", |
| 92 | + "eslint-plugin-prettier": "3.3.1", |
| 93 | + "eslint-plugin-react": "7.22.0", |
96 | 94 | "eslint-plugin-react-hooks": "4.2.0",
|
97 | 95 | "eslint-plugin-testing-library": "3.10.1",
|
98 |
| - "husky": "4.3.0", |
| 96 | + "husky": "4.3.8", |
99 | 97 | "jest": "26.6.3",
|
100 |
| - "lint-staged": "10.5.1", |
101 |
| - "prettier": "2.1.2", |
| 98 | + "lint-staged": "10.5.3", |
| 99 | + "prettier": "2.2.1", |
102 | 100 | "pretty-quick": "3.1.0",
|
103 |
| - "semantic-release": "17.2.4", |
104 |
| - "stylelint": "13.8.0", |
| 101 | + "semantic-release": "17.3.4", |
| 102 | + "stylelint": "13.9.0", |
105 | 103 | "ts-jest": "26.4.4",
|
106 |
| - "typescript": "4.1.2" |
| 104 | + "typescript": "4.1.3" |
107 | 105 | },
|
108 | 106 | "dependencies": {
|
109 |
| - "@emotion/react": "^11.1.1", |
| 107 | + "@emotion/react": "^11.1.4", |
110 | 108 | "@emotion/styled": "^11.0.0",
|
111 | 109 | "react": "^17.0.1",
|
112 | 110 | "react-dom": "^17.0.1"
|
|
0 commit comments