|
25 | 25 | "postpublish": "pinst --enable"
|
26 | 26 | },
|
27 | 27 | "devDependencies": {
|
28 |
| - "@babel/core": "^7.14.6", |
29 |
| - "@storybook/addon-actions": "^6.3.0", |
30 |
| - "@storybook/addon-essentials": "^6.3.0", |
31 |
| - "@storybook/addon-links": "^6.3.0", |
32 |
| - "@storybook/react": "^6.3.0", |
| 28 | + "@babel/core": "^7.15.5", |
| 29 | + "@storybook/addon-actions": "^6.3.8", |
| 30 | + "@storybook/addon-essentials": "^6.3.8", |
| 31 | + "@storybook/addon-links": "^6.3.8", |
| 32 | + "@storybook/react": "^6.3.8", |
33 | 33 | "@svgr/webpack": "^5.5.0",
|
34 |
| - "@types/jest": "^26.0.23", |
35 |
| - "@typescript-eslint/eslint-plugin": "^4.28.0", |
36 |
| - "@typescript-eslint/parser": "^4.28.0", |
| 34 | + "@types/jest": "^27.0.1", |
| 35 | + "@typescript-eslint/eslint-plugin": "^4.31.1", |
| 36 | + "@typescript-eslint/parser": "^4.31.1", |
37 | 37 | "babel-eslint": "^10.1.0",
|
38 | 38 | "babel-loader": "^8.2.2",
|
39 |
| - "cypress": "^7.6.0", |
40 |
| - "eslint": "^7.29.0", |
41 |
| - "eslint-config-airbnb-typescript": "^12.3.1", |
| 39 | + "cypress": "^8.4.0", |
| 40 | + "eslint": "^7.32.0", |
| 41 | + "eslint-config-airbnb-typescript": "^14.0.0", |
42 | 42 | "eslint-config-prettier": "^8.3.0",
|
43 |
| - "eslint-import-resolver-typescript": "^2.4.0", |
| 43 | + "eslint-import-resolver-typescript": "^2.5.0", |
44 | 44 | "eslint-plugin-html": "^6.1.2",
|
45 |
| - "eslint-plugin-import": "^2.23.4", |
| 45 | + "eslint-plugin-import": "^2.24.2", |
46 | 46 | "eslint-plugin-jsx-a11y": "^6.4.1",
|
47 |
| - "eslint-plugin-prettier": "^3.4.0", |
48 |
| - "eslint-plugin-react": "^7.24.0", |
| 47 | + "eslint-plugin-prettier": "^4.0.0", |
| 48 | + "eslint-plugin-react": "^7.25.2", |
49 | 49 | "eslint-plugin-react-hooks": "^4.2.0",
|
50 | 50 | "eslint-plugin-simple-import-sort": "^7.0.0",
|
51 | 51 | "eslint-plugin-tailwind": "^0.2.1",
|
52 |
| - "husky": "6.0.0", |
53 |
| - "jest": "^27.0.5", |
54 |
| - "lint-staged": "^11.0.0", |
| 52 | + "husky": "7.0.2", |
| 53 | + "jest": "^27.2.0", |
| 54 | + "lint-staged": "^11.1.2", |
55 | 55 | "patch-package": "^6.4.7",
|
56 | 56 | "pinst": "^2.1.6",
|
57 |
| - "prettier": "^2.3.1", |
| 57 | + "prettier": "^2.4.1", |
58 | 58 | "stylelint": "^13.13.1",
|
59 | 59 | "stylelint-config-standard": "^22.0.0",
|
60 | 60 | "stylelint-order": "^4.1.0",
|
61 |
| - "ts-jest": "^27.0.3", |
62 |
| - "typescript": "^4.3.4" |
| 61 | + "ts-jest": "^27.0.5", |
| 62 | + "typescript": "^4.4.3" |
63 | 63 | },
|
64 | 64 | "dependencies": {
|
65 | 65 | "fs-extra": "^10.0.0",
|
66 |
| - "inquirer": "^8.1.1", |
| 66 | + "inquirer": "^8.1.5", |
67 | 67 | "react": "^17.0.2",
|
68 | 68 | "react-dom": "^17.0.2"
|
69 | 69 | }
|
|
0 commit comments