|
38 | 38 | "commit": "gacp",
|
39 | 39 | "contributors:add": "all-contributors add",
|
40 | 40 | "contributors:generate": "all-contributors generate",
|
41 |
| - "eject": "react-scripts eject", |
42 | 41 | "format": "prettier --write \"./**/*.{js,ts,css,less,json,md,html,yml,yaml,pcss,jsx,tsx}\"",
|
43 | 42 | "format:package": "sort-package-json",
|
44 | 43 | "lint": "eslint src --ext .tsx,.ts,.jsx,.js",
|
|
64 | 63 | },
|
65 | 64 | "dependencies": {},
|
66 | 65 | "devDependencies": {
|
67 |
| - "@babel/cli": "7.12.8", |
68 |
| - "@babel/core": "^7.12.9", |
| 66 | + "@babel/cli": "7.12.10", |
| 67 | + "@babel/core": "^7.12.10", |
69 | 68 | "@babel/plugin-proposal-class-properties": "7.12.1",
|
70 |
| - "@babel/preset-env": "7.12.7", |
71 |
| - "@babel/preset-react": "7.12.7", |
| 69 | + "@babel/preset-env": "7.12.11", |
| 70 | + "@babel/preset-react": "7.12.10", |
72 | 71 | "@babel/preset-typescript": "7.12.7",
|
73 | 72 | "@chakra-ui/babel-plugin": "1.0.0",
|
74 | 73 | "@commitlint/cli": "^11.0.0",
|
75 | 74 | "@commitlint/config-conventional": "^11.0.0",
|
76 |
| - "@storybook/addon-actions": "^6.1.10", |
77 |
| - "@storybook/addon-essentials": "^6.1.10", |
78 |
| - "@storybook/addon-links": "^6.1.10", |
79 |
| - "@storybook/react": "^6.1.10", |
80 |
| - "@testing-library/dom": "^7.28.1", |
| 75 | + "@storybook/addon-actions": "^6.1.11", |
| 76 | + "@storybook/addon-essentials": "^6.1.11", |
| 77 | + "@storybook/addon-links": "^6.1.11", |
| 78 | + "@storybook/react": "^6.1.11", |
| 79 | + "@testing-library/dom": "^7.29.0", |
81 | 80 | "@testing-library/jest-dom": "^5.11.6",
|
82 | 81 | "@testing-library/react": "^11.2.2",
|
83 |
| - "@testing-library/react-hooks": "^3.5.0", |
84 |
| - "@testing-library/user-event": "^12.5.0", |
85 |
| - "@types/jest": "^26.0.16", |
| 82 | + "@testing-library/react-hooks": "^3.7.0", |
| 83 | + "@testing-library/user-event": "^12.6.0", |
| 84 | + "@types/jest": "^26.0.19", |
86 | 85 | "@types/jest-axe": "^3.5.1",
|
87 |
| - "@types/node": "^14.14.10", |
| 86 | + "@types/node": "^14.14.16", |
88 | 87 | "@types/react": "^17.0.0",
|
89 | 88 | "@types/react-dom": "^17.0.0",
|
90 | 89 | "@types/testing-library__jest-dom": "^5.9.5",
|
91 |
| - "@typescript-eslint/eslint-plugin": "^4.9.0", |
92 |
| - "@typescript-eslint/parser": "^4.9.0", |
| 90 | + "@typescript-eslint/eslint-plugin": "^4.11.0", |
| 91 | + "@typescript-eslint/parser": "^4.11.0", |
93 | 92 | "all-contributors-cli": "^6.19.0",
|
94 | 93 | "babel-eslint": "^10.1.0",
|
95 | 94 | "babel-jest": "^26.6.3",
|
96 | 95 | "babel-loader": "^8.2.2",
|
97 | 96 | "concurrently": "^5.3.0",
|
98 | 97 | "conventional-github-releaser": "^3.1.5",
|
99 | 98 | "cross-env": "^7.0.3",
|
100 |
| - "eslint": "^7.15.0", |
101 |
| - "eslint-config-prettier": "^7.0.0", |
| 99 | + "eslint": "^7.16.0", |
| 100 | + "eslint-config-prettier": "^7.1.0", |
102 | 101 | "eslint-config-react-app": "^6.0.0",
|
103 | 102 | "eslint-plugin-flowtype": "^5.2.0",
|
104 | 103 | "eslint-plugin-import": "^2.22.1",
|
105 | 104 | "eslint-plugin-jest": "^24.1.3",
|
106 | 105 | "eslint-plugin-jsx-a11y": "^6.4.1",
|
107 |
| - "eslint-plugin-prettier": "^3.2.0", |
| 106 | + "eslint-plugin-prettier": "^3.3.0", |
108 | 107 | "eslint-plugin-react": "^7.21.5",
|
109 | 108 | "eslint-plugin-react-hooks": "^4.2.0",
|
110 | 109 | "eslint-plugin-testing-library": "^3.10.1",
|
111 | 110 | "gacp": "^2.10.2",
|
112 |
| - "husky": "^4.3.5", |
| 111 | + "husky": "^4.3.6", |
113 | 112 | "jest": "^26.6.3",
|
114 | 113 | "jest-axe": "^4.1.0",
|
115 | 114 | "lint-staged": "^10.5.3",
|
116 | 115 | "prettier": "^2.2.1",
|
117 | 116 | "react": "^17.0.1",
|
118 | 117 | "react-dom": "^17.0.1",
|
| 118 | + "react-test-renderer": "^17.0.1", |
119 | 119 | "rimraf": "^3.0.2",
|
120 | 120 | "sort-package-json": "^1.48.0",
|
121 | 121 | "standard-version": "^9.0.0",
|
122 |
| - "ts-node": "^9.1.0", |
123 |
| - "typescript": "^4.1.2" |
| 122 | + "ts-node": "^9.1.1", |
| 123 | + "typescript": "^4.1.3" |
124 | 124 | },
|
125 | 125 | "peer-dependencies": {
|
126 | 126 | "react": "16.x || 17.x",
|
|
0 commit comments