Skip to content

Commit

Permalink
chore(package.json): updating project dependencies to the latest vers…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
willmendesneto committed Aug 2, 2020
1 parent 6b01b25 commit 6ccbdaa
Show file tree
Hide file tree
Showing 3 changed files with 719 additions and 683 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][]

### Updated

- Updating the project dependencies to the latest version

## [3.1.2][] - 2020-07-24

### Fixed
Expand Down Expand Up @@ -179,7 +183,5 @@ To improve readability, these type definitions were renamed
[3.1.0]: https://github.com/willmendesneto/hex-to-css-filter/tree/v3.1.0
[unreleased]: https://github.com/willmendesneto/hex-to-css-filter/compare/v3.1.1...HEAD
[3.1.1]: https://github.com/willmendesneto/hex-to-css-filter/tree/v3.1.1


[Unreleased]: https://github.com/willmendesneto/hex-to-css-filter/compare/v3.1.2...HEAD
[3.1.2]: https://github.com/willmendesneto/hex-to-css-filter/tree/v3.1.2
[unreleased]: https://github.com/willmendesneto/hex-to-css-filter/compare/v3.1.2...HEAD
[3.1.2]: https://github.com/willmendesneto/hex-to-css-filter/tree/v3.1.2
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -31,29 +31,29 @@
"tslib": "^2.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.3",
"@types/node": "^14.0.14",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"@types/jest": "^26.0.8",
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"bundlesize": "^0.18.0",
"changelog-verify": "^1.1.0",
"coveralls": "^3.0.11",
"eslint": "^7.3.1",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-compat": "^3.5.1",
"eslint-plugin-prettier": "^3.1.1",
"fs-extra": "^9.0.0",
"glob": "^7.1.4",
"husky": "^4.2.4",
"jest": "^26.1.0",
"jsdom": "^16.2.2",
"jest": "^26.2.2",
"jsdom": "^16.3.0",
"lint-staged": "^10.1.3",
"prettier": "^2.0.4",
"rollup": "^2.18.1",
"rollup": "^2.23.0",
"rollup-plugin-node-resolve": "^5.2.0",
"ts-jest": "^26.1.1",
"ts-jest": "^26.1.4",
"ts-node": "^8.8.2",
"typescript": "^3.8.3",
"typescript": "^3.9.7",
"typings": "^2.1.1",
"uglify-js": "^3.8.1",
"version-changelog": "^3.1.0"
Expand Down Expand Up @@ -94,11 +94,11 @@
},
{
"path": "./dist/umd/hex-to-css-filter.js",
"maxSize": "4.88KB"
"maxSize": "4.90KB"
},
{
"path": "./dist/umd/hex-to-css-filter.min.js",
"maxSize": "2.19KB"
"maxSize": "2.3KB"
}
],
"husky": {
Expand Down

0 comments on commit 6ccbdaa

Please sign in to comment.