Skip to content

Commit 0547adc

Browse files
committed
Use semver prefix
Makes it easier to upgrade dependencies while still locking versions.
1 parent 15b02a3 commit 0547adc

File tree

3 files changed

+1487
-495
lines changed

3 files changed

+1487
-495
lines changed

.yarnrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -21,44 +21,44 @@
2121
"test": "yarn format:check && yarn lint && yarn test-only"
2222
},
2323
"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"
3030
},
3131
"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",
4141
"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",
5858
"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"
6262
},
6363
"lint-staged": {
6464
"*.{js,md,css,scss,html,json,yml}": [

0 commit comments

Comments
 (0)