|
126 | 126 | "jest-setup.js"
|
127 | 127 | ]
|
128 | 128 | },
|
129 |
| - "dependencies": {}, |
| 129 | + "dependencies": { |
| 130 | + }, |
130 | 131 | "peerDependencies": {
|
131 | 132 | "react": "^15.0.0 || ^16.0.0 || ^17.0.0|| ^18.0.0"
|
132 | 133 | },
|
133 | 134 | "devDependencies": {
|
134 |
| - "@babel/cli": "^7.12.8", |
135 |
| - "@babel/core": "^7.12.9", |
| 135 | + "@babel/cli": "^7.12.10", |
| 136 | + "@babel/core": "^7.12.10", |
136 | 137 | "@babel/plugin-proposal-class-properties": "^7.12.1",
|
137 |
| - "@babel/plugin-transform-runtime": "^7.11.5", |
138 |
| - "@babel/preset-env": "^7.12.7", |
| 138 | + "@babel/plugin-transform-runtime": "^7.12.10", |
| 139 | + "@babel/preset-env": "^7.12.11", |
139 | 140 | "@babel/preset-flow": "^7.9.0",
|
140 |
| - "@babel/preset-react": "^7.12.7", |
| 141 | + "@babel/preset-react": "^7.12.10", |
141 | 142 | "@babel/preset-typescript": "^7.12.7",
|
142 |
| - "@storybook/addon-actions": "^6.1.9", |
143 |
| - "@storybook/addon-controls": "^6.1.9", |
144 |
| - "@storybook/addon-docs": "^6.1.9", |
145 |
| - "@storybook/addon-viewport": "^6.1.9", |
146 |
| - "@storybook/react": "^6.1.9", |
147 |
| - "@storybook/theming": "^6.1.9", |
148 |
| - "@testing-library/jest-dom": "^5.11.6", |
149 |
| - "@testing-library/react": "^11.2.2", |
150 |
| - "@types/jest": "^26.0.15", |
| 143 | + "@storybook/addon-actions": "^6.1.14", |
| 144 | + "@storybook/addon-controls": "^6.1.14", |
| 145 | + "@storybook/addon-docs": "^6.1.14", |
| 146 | + "@storybook/addon-viewport": "^6.1.14", |
| 147 | + "@storybook/react": "^6.1.14", |
| 148 | + "@storybook/theming": "^6.1.14", |
| 149 | + "@testing-library/jest-dom": "^5.11.9", |
| 150 | + "@testing-library/react": "^11.2.3", |
| 151 | + "@types/jest": "^26.0.20", |
151 | 152 | "@types/react": "^17.0.0",
|
152 | 153 | "@types/react-dom": "^17.0.0",
|
153 |
| - "@typescript-eslint/eslint-plugin": "^4.9.0", |
154 |
| - "@typescript-eslint/parser": "^4.9.0", |
| 154 | + "@typescript-eslint/eslint-plugin": "^4.13.0", |
| 155 | + "@typescript-eslint/parser": "^4.13.0", |
155 | 156 | "autoprefixer": "^9",
|
156 | 157 | "babel-eslint": "^10.1.0",
|
157 | 158 | "babel-jest": "^26.6.3",
|
158 | 159 | "babel-loader": "^8.2.2",
|
159 | 160 | "babel-plugin-dev-expression": "^0.2.2",
|
160 | 161 | "concurrently": "^5.1.0",
|
161 | 162 | "coveralls": "^3.0.11",
|
162 |
| - "eslint": "^7.14.0", |
| 163 | + "eslint": "^7.18.0", |
163 | 164 | "eslint-config-react-app": "^6.0.0",
|
164 | 165 | "eslint-plugin-flowtype": "^5.2.0",
|
165 | 166 | "eslint-plugin-import": "^2.20.2",
|
166 | 167 | "eslint-plugin-jsx-a11y": "^6.4.1",
|
167 |
| - "eslint-plugin-react": "^7.21.5", |
| 168 | + "eslint-plugin-react": "^7.22.0", |
168 | 169 | "eslint-plugin-react-hooks": "^4.2.0",
|
169 |
| - "framer-motion": "^2.9.4", |
170 |
| - "husky": "^4.2.5", |
171 |
| - "intersection-observer": "^0.11.0", |
| 170 | + "framer-motion": "^3.2.1", |
| 171 | + "husky": "^4.3.8", |
| 172 | + "intersection-observer": "^0.12.0", |
172 | 173 | "jest": "^26.6.3",
|
173 | 174 | "lint-staged": "^10.5.2",
|
174 |
| - "microbundle": "^0.12.3", |
| 175 | + "microbundle": "^0.13.0", |
175 | 176 | "npm-run-all": "^4.1.5",
|
176 |
| - "postcss": "^7", |
| 177 | + "postcss": "^7.0.35", |
177 | 178 | "prettier": "^2.2.0",
|
178 | 179 | "prettier-plugin-pkg": "^0.8.0",
|
179 |
| - "prettier-plugin-tailwind": "^2.2.2", |
| 180 | + "prettier-plugin-tailwind": "^2.2.8", |
180 | 181 | "react": "^17.0.1",
|
181 | 182 | "react-dom": "^17.0.1",
|
182 | 183 | "react-test-renderer": "^17.0.1",
|
183 | 184 | "storybook-dark-mode": "^1.0.3",
|
184 | 185 | "tailwindcss": "npm:@tailwindcss/postcss7-compat",
|
185 |
| - "typescript": "^4.1.2" |
| 186 | + "typescript": "^4.1.3" |
186 | 187 | },
|
187 | 188 | "resolutions": {
|
188 | 189 | "react": "^17.0.1",
|
|
0 commit comments