|
21 | 21 | "test": "yarn format:check && yarn lint && yarn test-only" |
22 | 22 | }, |
23 | 23 | "dependencies": { |
24 | | - "classnames": "2.2.6", |
25 | | - "prettier": "2.2.1", |
26 | | - "prop-types": "15.7.2", |
27 | | - "react": "17.0.1", |
28 | | - "react-dom": "17.0.1", |
29 | | - "react-hook-form": "6.15.1" |
| 24 | + "classnames": "^2.2.6", |
| 25 | + "prettier": "^2.2.1", |
| 26 | + "prop-types": "^15.7.2", |
| 27 | + "react": "^17.0.1", |
| 28 | + "react-dom": "^17.0.1", |
| 29 | + "react-hook-form": "^6.15.1" |
30 | 30 | }, |
31 | 31 | "devDependencies": { |
32 | | - "@babel/core": "7.12.10", |
33 | | - "@babel/plugin-transform-modules-commonjs": "7.12.1", |
34 | | - "@babel/preset-react": "7.12.10", |
35 | | - "@svgr/webpack": "5.5.0", |
36 | | - "archiver": "5.2.0", |
37 | | - "babel-loader": "8.2.2", |
38 | | - "babel-plugin-transform-react-remove-prop-types": "0.4.24", |
39 | | - "clean-webpack-plugin": "3.0.0", |
40 | | - "copy-webpack-plugin": "7.0.0", |
| 32 | + "@babel/core": "^7.12.10", |
| 33 | + "@babel/plugin-transform-modules-commonjs": "^7.12.1", |
| 34 | + "@babel/preset-react": "^7.12.10", |
| 35 | + "@svgr/webpack": "^5.5.0", |
| 36 | + "archiver": "^5.2.0", |
| 37 | + "babel-loader": "^8.2.2", |
| 38 | + "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
| 39 | + "clean-webpack-plugin": "^3.0.0", |
| 40 | + "copy-webpack-plugin": "^7.0.0", |
41 | 41 | "cross-env": "^7.0.3", |
42 | | - "css-loader": "5.0.1", |
43 | | - "eslint": "7.19.0", |
44 | | - "eslint-config-prettier": "7.2.0", |
45 | | - "eslint-plugin-prettier": "3.3.1", |
46 | | - "eslint-plugin-react": "7.22.0", |
47 | | - "eslint-plugin-react-hooks": "4.2.0", |
48 | | - "fs-extra": "9.1.0", |
49 | | - "html-webpack-plugin": "4.5.1", |
50 | | - "husky": "4.3.8", |
51 | | - "jest": "26.6.3", |
52 | | - "lint-staged": "10.5.3", |
53 | | - "merge-json-webpack-plugin": "5.0.3", |
54 | | - "react-devtools": "4.10.1", |
55 | | - "sass": "1.32.6", |
56 | | - "sass-loader": "10.1.1", |
57 | | - "style-loader": "2.0.0", |
| 42 | + "css-loader": "^5.0.1", |
| 43 | + "eslint": "^7.19.0", |
| 44 | + "eslint-config-prettier": "^7.2.0", |
| 45 | + "eslint-plugin-prettier": "^3.3.1", |
| 46 | + "eslint-plugin-react": "^7.22.0", |
| 47 | + "eslint-plugin-react-hooks": "^4.2.0", |
| 48 | + "fs-extra": "^9.1.0", |
| 49 | + "html-webpack-plugin": "^4.5.1", |
| 50 | + "husky": "^4.3.8", |
| 51 | + "jest": "^26.6.3", |
| 52 | + "lint-staged": "^10.5.3", |
| 53 | + "merge-json-webpack-plugin": "^5.0.3", |
| 54 | + "react-devtools": "^4.10.1", |
| 55 | + "sass": "^1.32.6", |
| 56 | + "sass-loader": "^10.1.1", |
| 57 | + "style-loader": "^2.0.0", |
58 | 58 | "web-ext": "^5.5.0", |
59 | | - "webextension-polyfill": "0.7.0", |
60 | | - "webpack": "5.19.0", |
61 | | - "webpack-cli": "4.4.0" |
| 59 | + "webextension-polyfill": "^0.7.0", |
| 60 | + "webpack": "^5.19.0", |
| 61 | + "webpack-cli": "^4.4.0" |
62 | 62 | }, |
63 | 63 | "lint-staged": { |
64 | 64 | "*.{js,md,css,scss,html,json,yml}": [ |
|
0 commit comments