|
126 | 126 | "jest-setup.js" |
127 | 127 | ] |
128 | 128 | }, |
129 | | - "dependencies": { |
130 | | - }, |
| 129 | + "dependencies": {}, |
131 | 130 | "peerDependencies": { |
132 | 131 | "react": "^15.0.0 || ^16.0.0 || ^17.0.0|| ^18.0.0" |
133 | 132 | }, |
134 | 133 | "devDependencies": { |
135 | | - "@babel/cli": "^7.12.10", |
136 | | - "@babel/core": "^7.12.10", |
137 | | - "@babel/plugin-proposal-class-properties": "^7.12.1", |
138 | | - "@babel/plugin-transform-runtime": "^7.12.10", |
139 | | - "@babel/preset-env": "^7.12.11", |
140 | | - "@babel/preset-flow": "^7.9.0", |
141 | | - "@babel/preset-react": "^7.12.10", |
142 | | - "@babel/preset-typescript": "^7.12.7", |
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", |
152 | | - "@types/react": "^17.0.0", |
153 | | - "@types/react-dom": "^17.0.0", |
154 | | - "@typescript-eslint/eslint-plugin": "^4.13.0", |
155 | | - "@typescript-eslint/parser": "^4.13.0", |
156 | | - "autoprefixer": "^9", |
| 134 | + "@babel/cli": "^7.14.8", |
| 135 | + "@babel/core": "^7.15.0", |
| 136 | + "@babel/helper-builder-react-jsx": "^7.14.5", |
| 137 | + "@babel/plugin-proposal-class-properties": "^7.14.5", |
| 138 | + "@babel/plugin-transform-runtime": "^7.15.0", |
| 139 | + "@babel/preset-env": "^7.15.0", |
| 140 | + "@babel/preset-flow": "^7.14.5", |
| 141 | + "@babel/preset-react": "^7.14.5", |
| 142 | + "@babel/preset-typescript": "^7.15.0", |
| 143 | + "@storybook/addon-actions": "^6.3.7", |
| 144 | + "@storybook/addon-controls": "^6.3.7", |
| 145 | + "@storybook/addon-docs": "^6.3.7", |
| 146 | + "@storybook/addon-viewport": "^6.3.7", |
| 147 | + "@storybook/builder-webpack5": "^6.3.7", |
| 148 | + "@storybook/manager-webpack5": "^6.3.7", |
| 149 | + "@storybook/react": "^6.3.7", |
| 150 | + "@storybook/theming": "^6.3.7", |
| 151 | + "@testing-library/jest-dom": "^5.14.1", |
| 152 | + "@testing-library/react": "^12.0.0", |
| 153 | + "@types/jest": "^27.0.1", |
| 154 | + "@types/react": "^17.0.17", |
| 155 | + "@types/react-dom": "^17.0.9", |
| 156 | + "@typescript-eslint/eslint-plugin": "^4.29.1", |
| 157 | + "@typescript-eslint/parser": "^4.29.1", |
| 158 | + "autoprefixer": "^10.3.1", |
157 | 159 | "babel-eslint": "^10.1.0", |
158 | | - "babel-jest": "^26.6.3", |
| 160 | + "babel-jest": "^27.0.6", |
159 | 161 | "babel-loader": "^8.2.2", |
160 | 162 | "babel-plugin-dev-expression": "^0.2.2", |
161 | | - "concurrently": "^5.1.0", |
162 | | - "coveralls": "^3.0.11", |
163 | | - "eslint": "^7.18.0", |
| 163 | + "concurrently": "^6.2.1", |
| 164 | + "coveralls": "^3.1.1", |
| 165 | + "eslint": "^7.32.0", |
164 | 166 | "eslint-config-react-app": "^6.0.0", |
165 | | - "eslint-plugin-flowtype": "^5.2.0", |
166 | | - "eslint-plugin-import": "^2.20.2", |
| 167 | + "eslint-plugin-flowtype": "^5.9.0", |
| 168 | + "eslint-plugin-import": "^2.24.0", |
167 | 169 | "eslint-plugin-jsx-a11y": "^6.4.1", |
168 | | - "eslint-plugin-react": "^7.22.0", |
| 170 | + "eslint-plugin-react": "^7.24.0", |
169 | 171 | "eslint-plugin-react-hooks": "^4.2.0", |
170 | | - "framer-motion": "^3.2.1", |
| 172 | + "framer-motion": "^4.1.17", |
171 | 173 | "husky": "^4.3.8", |
172 | 174 | "intersection-observer": "^0.12.0", |
173 | | - "jest": "^26.6.3", |
174 | | - "lint-staged": "^10.5.2", |
175 | | - "microbundle": "^0.13.0", |
| 175 | + "jest": "^27.0.6", |
| 176 | + "lint-staged": "^11.1.2", |
| 177 | + "microbundle": "^0.13.3", |
176 | 178 | "npm-run-all": "^4.1.5", |
177 | | - "postcss": "^7.0.35", |
178 | | - "prettier": "^2.2.0", |
179 | | - "prettier-plugin-pkg": "^0.8.0", |
180 | | - "react": "^17.0.1", |
181 | | - "react-dom": "^17.0.1", |
182 | | - "react-test-renderer": "^17.0.1", |
183 | | - "storybook-dark-mode": "^1.0.3", |
184 | | - "tailwindcss": "npm:@tailwindcss/postcss7-compat", |
185 | | - "typescript": "^4.1.3" |
186 | | - }, |
187 | | - "resolutions": { |
188 | | - "react": "^17.0.1", |
189 | | - "react-dom": "^17.0.1" |
| 179 | + "postcss": "^8.3.6", |
| 180 | + "postcss-loader": "^6.1.1", |
| 181 | + "prettier": "^2.3.2", |
| 182 | + "prettier-plugin-pkg": "^0.10.0", |
| 183 | + "react": "^17.0.2", |
| 184 | + "react-dom": "^17.0.2", |
| 185 | + "react-test-renderer": "^17.0.2", |
| 186 | + "storybook-dark-mode": "^1.0.8", |
| 187 | + "tailwindcss": "^2.2.7", |
| 188 | + "typescript": "^4.3.5", |
| 189 | + "webpack": "^5.50.0" |
190 | 190 | } |
191 | 191 | } |
0 commit comments