Skip to content

Commit

Permalink
Upgraded package versions to resolve conflicts in other packages.
Browse files Browse the repository at this point in the history
Increased patch version for release.
  • Loading branch information
mbrich committed Oct 23, 2021
1 parent 7f95b09 commit fe05b7e
Show file tree
Hide file tree
Showing 3 changed files with 527 additions and 549 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0] - 2021-08-27
## [0.4.1] - 2021-10-23
* Upgraded all dependencies to latest versions. Specific `eslint` and `gulp-eslint` versions are causing conflicts for some packages. The version conflicts are not related to this package, but are solved by temporarrily adding `resolutions` for `eslint` and `lodash`.

[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.1.0
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.4.1
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toreda/build-tools",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"public": true,
"main": "./dist/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/toreda/build-tools#readme",
"resolutions": {
"eslint": "^7.32.0",
"eslint": "^8.1.0",
"lodash": "^4.17.21"
},
"dependencies": {
Expand All @@ -49,16 +49,16 @@
"@toreda/eslint-config": "^2.2.0",
"@toreda/log": "^0.6.4",
"@toreda/prettier-config": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/typescript-estree": "^4.33.0",
"babel-jest": "^27.2.5",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"@typescript-eslint/typescript-estree": "^5.1.0",
"babel-jest": "^27.3.1",
"babel-plugin-const-enum": "^1.1.0",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"bufferutil": "^4.0.4",
"bufferutil": "^4.0.5",
"canvas": "^2.8.0",
"del": "^6.0.0",
"eslint": "^7.32.0",
"eslint": "^8.1.0",
"eslint-config": "^0.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
Expand All @@ -68,38 +68,38 @@
"gulp-nunjucks-render": "^2.2.3",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"jest": "^27.2.1",
"jest-cli": "^27.2.1",
"jest": "^27.3.1",
"jest-cli": "^27.3.1",
"jest-sonar-reporter": "^2.0.0",
"merge-stream": "^2.0.0",
"node-notifier": "^10.0.0",
"prettier": "^2.4.1",
"through2": "^4.0.2",
"ts-jest": "^27.0.5",
"ts-jest": "^27.0.7",
"ts-loader": "^9.2.6",
"ts-node": "^10.2.1",
"ts-node": "^10.4.0",
"ts-register": "^0.1.0",
"utf-8-validate": "^5.0.6",
"webpack": "^5.58.1",
"utf-8-validate": "^5.0.7",
"webpack": "^5.59.1",
"yargs": "^17.2.1"
},
"prettier": "@toreda/prettier-config",
"devDependencies": {
"@toreda/types": "^2.3.0",
"@types/eslint": "^7.28.1",
"@types/eslint": "^7.28.2",
"@types/fs-extra": "^9.0.13",
"@types/gulp": "^4.0.9",
"@types/gulp-sourcemaps": "^0.0.35",
"@types/jest": "^27.0.2",
"@types/mock-fs": "^4.13.1",
"@types/node": "^16.10.3",
"@types/node": "^16.11.4",
"@types/through2": "^2.0.36",
"@types/webpack": "^5.28.0",
"@types/yargs": "^17.0.3",
"@types/yargs": "^17.0.4",
"jsdom": "^18.0.0",
"lodash": "^4.17.21",
"mock-fs": "^5.1.1",
"typedoc": "^0.22.5",
"typescript": "^4.4.3"
"typedoc": "^0.22.6",
"typescript": "^4.4.4"
}
}
Loading

0 comments on commit fe05b7e

Please sign in to comment.