Skip to content

Commit

Permalink
chore(deps): update minor dependencies
Browse files Browse the repository at this point in the history
| datasource | package                          | from   | to     |
| ---------- | -------------------------------- | ------ | ------ |
| npm        | @rollup/plugin-commonjs          | 21.0.1 | 21.0.2 |
| npm        | @types/jest                      | 27.4.0 | 27.4.1 |
| npm        | @typescript-eslint/eslint-plugin | 5.12.0 | 5.12.1 |
| npm        | @typescript-eslint/parser        | 5.12.0 | 5.12.1 |
| npm        | eslint                           | 8.9.0  | 8.10.0 |
| npm        | eslint-config-prettier           | 8.3.0  | 8.4.0  |
| npm        | rollup                           | 2.67.2 | 2.68.0 |
  • Loading branch information
renovate-bot committed Feb 27, 2022
1 parent 40c3a2d commit 598a910
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 107 deletions.
169 changes: 69 additions & 100 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -46,22 +46,22 @@
"jsonschema": "1.4.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-commonjs": "21.0.2",
"@rollup/plugin-node-resolve": "13.1.3",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/github": "8.0.2",
"@typescript-eslint/eslint-plugin": "5.12.0",
"@typescript-eslint/parser": "5.12.0",
"@typescript-eslint/eslint-plugin": "5.12.1",
"@typescript-eslint/parser": "5.12.1",
"conventional-changelog-angular": "5.0.13",
"eslint": "8.9.0",
"eslint-config-prettier": "8.3.0",
"eslint": "8.10.0",
"eslint-config-prettier": "8.4.0",
"eslint-plugin-prettier": "4.0.0",
"husky": "7.0.4",
"jest": "27.5.1",
"prettier": "2.5.1",
"rimraf": "3.0.2",
"rollup": "2.67.2",
"rollup": "2.68.0",
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.31.2",
Expand All @@ -70,6 +70,6 @@
"typescript": "4.5.5"
},
"optionalDependencies": {
"@types/jest": "27.4.0"
"@types/jest": "27.4.1"
}
}

0 comments on commit 598a910

Please sign in to comment.