Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 6, 2022
1 parent a384815 commit 3c2a6df
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"colorette": "^2.0.16",
"commander": "^9.0.0",
"js-yaml": "^4.1.0",
"rollup": "^2.69.1",
"rollup": "^2.69.2",
"rollup-plugin-dts": "^4.2.0",
"typescript": "^4.6.2"
},
Expand All @@ -63,7 +63,7 @@
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"standard-version": "^9.3.2",
"ts-node": "^10.6.0"
"ts-node": "^10.7.0"
},
"engines": {
"node": ">=v14.18.0",
Expand Down
21 changes: 11 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,10 @@ __metadata:
lint-staged: ^12.3.5
prettier: ^2.5.1
pretty-quick: ^3.1.3
rollup: ^2.69.1
rollup: ^2.69.2
rollup-plugin-dts: ^4.2.0
standard-version: ^9.3.2
ts-node: ^10.6.0
ts-node: ^10.7.0
typescript: ^4.6.2
bin:
rollup-type-bundler: ./dist/cli.js
Expand Down Expand Up @@ -4123,17 +4123,17 @@ __metadata:
languageName: node
linkType: hard

"rollup@npm:^2.69.1":
version: 2.69.1
resolution: "rollup@npm:2.69.1"
"rollup@npm:^2.69.2":
version: 2.69.2
resolution: "rollup@npm:2.69.2"
dependencies:
fsevents: ~2.3.2
dependenciesMeta:
fsevents:
optional: true
bin:
rollup: dist/bin/rollup
checksum: dc9b21b0ecfdbb5811b2110e80866f60420ffcd744faf38d58117f1c3ac2660d553196d2c4c343a9f9d67b5e83c23d4a3c6050524ae1b4159b8530f2593f2c07
checksum: 9c6cab6cf29743ac84b2330ef06b7ed8b0c62ed7098fdc1e31244ae578025bd4e0b0af6a3c33e006777be595e6dcce37ead7e1eb7031f1be35ddcfc403ab01fd
languageName: node
linkType: hard

Expand Down Expand Up @@ -4710,9 +4710,9 @@ __metadata:
languageName: node
linkType: hard

"ts-node@npm:^10.6.0":
version: 10.6.0
resolution: "ts-node@npm:10.6.0"
"ts-node@npm:^10.7.0":
version: 10.7.0
resolution: "ts-node@npm:10.7.0"
dependencies:
"@cspotcode/source-map-support": 0.7.0
"@tsconfig/node10": ^1.0.7
Expand Down Expand Up @@ -4740,10 +4740,11 @@ __metadata:
bin:
ts-node: dist/bin.js
ts-node-cwd: dist/bin-cwd.js
ts-node-esm: dist/bin-esm.js
ts-node-script: dist/bin-script.js
ts-node-transpile-only: dist/bin-transpile.js
ts-script: dist/bin-script-deprecated.js
checksum: bc7589d8c38dc75a2a6f832ac43faaac7edd3d0ef4643f46a9deeaabcdd35722e8c89e729fcd39a16069b30d09e297c2fb3eec917a82dd3f1e7da8b352bbd447
checksum: 2a379e43f7478d0b79e1e63af91fe222d83857727957df4bd3bdf3c0a884de5097b12feb9bbf530074526b8874c0338b0e6328cf334f3a5e2c49c71e837273f7
languageName: node
linkType: hard

Expand Down

0 comments on commit 3c2a6df

Please sign in to comment.