Skip to content

Commit

Permalink
fix(dependencies): upgrade minor and patch versions
Browse files Browse the repository at this point in the history
- upgrade commitlint to v13.1
- upgrade prettier-eslint to v13.0
- upgrade husky to v7.0
- add missing prettier-eslint
  • Loading branch information
flo-sch committed Aug 6, 2021
1 parent dbbc4d0 commit 06074dc
Show file tree
Hide file tree
Showing 2 changed files with 2,308 additions and 2,094 deletions.
43 changes: 22 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"peerDependencies": {
"webpack": "^5.0",
"webpack-dev-server": "^4.0.0-beta.3"
"webpack-dev-server": "^4.0.0-rc.0"
},
"dependencies": {
"babel-loader": "^8.2.0",
Expand All @@ -58,17 +58,17 @@
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^9.0.0",
"svgo": "^2.3.1",
"terser-webpack-plugin": "^5.1.2",
"webpack-merge": "^5.7.0",
"webpack-subresource-integrity": "^5.0.0-alpha.5"
"terser-webpack-plugin": "^5.1.4",
"webpack-merge": "^5.8.0",
"webpack-subresource-integrity": "^5.0.0-rc.1"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/eslint-parser": "^7.14.0",
"@babel/preset-env": "^7.14.0",
"@babel/preset-typescript": "^7.13.0",
"@commitlint/cli": "^12.1.0",
"@commitlint/config-conventional": "^12.1.0",
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/commit-analyzer": "^8.0.0",
"@semantic-release/github": "^7.2.0",
Expand All @@ -78,32 +78,33 @@
"@types/copy-webpack-plugin": "^8.0.0",
"@types/dotenv-webpack": "^7.0.2",
"@types/jest": "^26.0.23",
"@types/node": "^15.6.1",
"@types/svgo": "^2.3.0",
"@types/node": "^16.4.13",
"@types/svgo": "^2.3.1",
"@types/terser-webpack-plugin": "^5.0.3",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^3.11.4",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"@types/webpack-dev-server": "^3.11.5",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"babel-jest": "^27.0.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.27.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.23.0",
"eslint-plugin-jest": "^24.3.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^6.0.0",
"husky": "^7.0.0",
"jest": "^27.0.0",
"lint-staged": "^11.0.0",
"lint-staged": "^11.1.0",
"microbundle": "^0.13.0",
"prettier": "^2.3.0",
"prettier-eslint": "^13.0.0",
"rimraf": "^3.0.0",
"semantic-release": "^17.4.0",
"typescript": "^4.3",
"webpack": "^5.38.0",
"webpack-dev-server": "^4.0.0-beta.3"
"webpack": "^5.49.0",
"webpack-dev-server": "^4.0.0-rc.0"
},
"resolutions": {
"@types/webpack": "^5.0"
Expand Down
Loading

0 comments on commit 06074dc

Please sign in to comment.