Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#129)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* chore(dependencies): updated changesets for modified dependencies

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] committed Aug 31, 2022
1 parent 0682d0a commit cd16844
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
7 changes: 7 additions & 0 deletions .changeset/bob-the-bundler-129-dependencies.md
@@ -0,0 +1,7 @@
---
"bob-the-bundler": patch
---

dependencies updates:

- Updated dependency [`rollup-plugin-typescript2@^0.33.0` ↗︎](https://www.npmjs.com/package/rollup-plugin-typescript2/v/null) (from `^0.32.1`, in `dependencies`)
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -39,7 +39,7 @@
"resolve.exports": "^1.1.0",
"rollup": "^2.75.6",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-typescript2": "^0.32.1",
"rollup-plugin-typescript2": "^0.33.0",
"tslib": "^2.0.0",
"tsup": "^5.11.6",
"yargs": "^17.5.1",
Expand All @@ -64,7 +64,7 @@
"@types/lodash.get": "4.4.7",
"@types/minimatch": "3.0.5",
"@types/mkdirp": "1.0.2",
"@types/node": "16.11.49",
"@types/node": "16.11.50",
"@types/yargs": "15.0.14",
"execa": "5.1.1",
"jest": "28.1.3",
Expand Down
17 changes: 8 additions & 9 deletions yarn.lock
Expand Up @@ -991,10 +991,10 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@16.11.49":
version "16.11.49"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.49.tgz#560b1ea774b61e19a89c3fc72d2dcaa3863f38b2"
integrity sha512-Abq9fBviLV93OiXMu+f6r0elxCzRwc0RC5f99cU892uBITL44pTvgvEqlRlPRi8EGcO1z7Cp8A4d0s/p3J/+Nw==
"@types/node@*", "@types/node@16.11.50":
version "16.11.50"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.50.tgz#525c91f5555bd48b698a1c2b422d9d3b84d07e80"
integrity sha512-JKSl7y+w1aaEd+2B1Y6HlMvrHUFDDzL7W3faUT9ZsJ0JhT7ijPPVS24XMhHlNVd76M23mogO7ipuqPjdNrPqxQ==

"@types/node@^12.7.1":
version "12.20.54"
Expand Down Expand Up @@ -3419,15 +3419,14 @@ rollup-plugin-generate-package-json@^3.2.0:
read-pkg "^5.2.0"
write-pkg "^4.0.0"

rollup-plugin-typescript2@^0.32.1:
version "0.32.1"
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.32.1.tgz#470ded8e1965efac02043cc0ef4a7fa36bed83b9"
integrity sha512-RanO8bp1WbeMv0bVlgcbsFNCn+Y3rX7wF97SQLDxf0fMLsg0B/QFF005t4AsGUcDgF3aKJHoqt4JF2xVaABeKw==
rollup-plugin-typescript2@^0.33.0:
version "0.33.0"
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.33.0.tgz#2bb943f83e9d3a4c61a19aed5bee5bcff28d16a3"
integrity sha512-7ZXoZeX93kNb4/ICzOi2AlperVV6cAsNz8THqrbz+KNvpn47P2F/nFdK/BGhkoOsOwuYDuY57vccdZZrcd8/dA==
dependencies:
"@rollup/pluginutils" "^4.1.2"
find-cache-dir "^3.3.2"
fs-extra "^10.0.0"
resolve "^1.20.0"
tslib "^2.4.0"

rollup@^2.60.0, rollup@^2.75.6:
Expand Down

0 comments on commit cd16844

Please sign in to comment.