@favware/rollup-type-bundler
Advanced tools
Comparing version 1.0.4-next.03160b3.0 to 1.0.4-next.0a07de7.0
{ | ||
"name": "@favware/rollup-type-bundler", | ||
"version": "1.0.4-next.03160b3.0", | ||
"version": "1.0.4-next.0a07de7.0", | ||
"description": "A small CLI tool to bundle types with rollup", | ||
@@ -43,18 +43,18 @@ "author": "@favware", | ||
"@sapphire/utilities": "^2.0.1", | ||
"colorette": "^1.4.0", | ||
"colorette": "^2.0.12", | ||
"commander": "^8.2.0", | ||
"js-yaml": "^4.1.0", | ||
"rollup": "^2.56.3", | ||
"rollup-plugin-dts": "^3.0.2" | ||
"rollup": "^2.57.0", | ||
"rollup-plugin-dts": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^12.1.4", | ||
"@commitlint/config-conventional": "^12.1.4", | ||
"@commitlint/cli": "^13.2.0", | ||
"@commitlint/config-conventional": "^13.2.0", | ||
"@sapphire/eslint-config": "^3.2.3", | ||
"@sapphire/prettier-config": "^1.1.4", | ||
"@sapphire/ts-config": "^2.3.2", | ||
"@sapphire/ts-config": "^3.0.0", | ||
"@types/js-yaml": "^4.0.3", | ||
"@types/node": "^15.14.9", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"husky": "^6.0.0", | ||
"husky": "^7.0.2", | ||
"lint-staged": "^11.1.2", | ||
@@ -64,7 +64,7 @@ "pretty-quick": "^3.1.1", | ||
"ts-node": "^10.2.1", | ||
"typescript": "^4.4.2" | ||
"typescript": "^4.4.3" | ||
}, | ||
"engines": { | ||
"node": ">=14", | ||
"npm": ">=6" | ||
"node": ">=v14.18.0", | ||
"npm": ">=7.24.1" | ||
}, | ||
@@ -107,3 +107,3 @@ "repository": { | ||
"resolutions": { | ||
"acorn": "^8.4.0", | ||
"acorn": "^8.5.0", | ||
"minimist": "^1.2.5", | ||
@@ -113,4 +113,4 @@ "kind-of": "^6.0.3", | ||
"dot-prop": "^6.0.1", | ||
"node-fetch": "^2.6.1", | ||
"trim-newlines": "^3.0.1" | ||
"node-fetch": "^3.0.0", | ||
"trim-newlines": "^4.0.2" | ||
}, | ||
@@ -117,0 +117,0 @@ "eslintConfig": { |
@@ -9,3 +9,2 @@ <div align="center"> | ||
[![npm](https://img.shields.io/npm/v/@favware/rollup-type-bundler?color=crimson&logo=npm)](https://www.npmjs.com/package/@favware/rollup-type-bundler) | ||
[![Depfu](https://badges.depfu.com/badges/97d09026f35f8886a8bca2e8c7caa533/count.svg)](https://depfu.com/github/favware/rollup-type-bundler?project_id=28226) | ||
@@ -12,0 +11,0 @@ [![Support Server](https://discord.com/api/guilds/512303595966824458/embed.png?style=banner2)](https://join.favware.tech) |
27320
202
+ Addedcolorette@2.0.20(transitive)
+ Addedmagic-string@0.26.7(transitive)
+ Addedrollup-plugin-dts@4.2.3(transitive)
- Removedcolorette@1.4.0(transitive)
- Removedmagic-string@0.25.9(transitive)
- Removedrollup-plugin-dts@3.0.2(transitive)
Updatedcolorette@^2.0.12
Updatedrollup@^2.57.0
Updatedrollup-plugin-dts@^4.0.0