Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed Feb 4, 2023
1 parent 3321aea commit 0c9ea49
Show file tree
Hide file tree
Showing 7 changed files with 367 additions and 428 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change logs

## 2023.02.03 v2.3.0

1. fix dependencies
2. upgrade packages

## 2023.01.27 v2.2.0

1. drop `@node-kit/extra.fs`, use `@node-kit/extra.fs` instead
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
index.md - v2.2.0 / [Exports](modules.md)
index.md - v2.3.0 / [Exports](modules.md)

<div style="text-align: center;" align="center">

Expand Down
6 changes: 3 additions & 3 deletions docs/interfaces/ReinstallerOption.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[index.md - v2.2.0](../README.md) / [Exports](../modules.md) / ReinstallerOption
[index.md - v2.3.0](../README.md) / [Exports](../modules.md) / ReinstallerOption

# Interface: ReinstallerOption

Expand All @@ -17,7 +17,7 @@

#### Defined in

[installer.ts:14](https://github.com/saqqdy/reinstaller/blob/ad05632/src/installer.ts#L14)
[installer.ts:14](https://github.com/saqqdy/reinstaller/blob/3321aea/src/installer.ts#L14)

---

Expand All @@ -27,4 +27,4 @@

#### Defined in

[installer.ts:15](https://github.com/saqqdy/reinstaller/blob/ad05632/src/installer.ts#L15)
[installer.ts:15](https://github.com/saqqdy/reinstaller/blob/3321aea/src/installer.ts#L15)
4 changes: 2 additions & 2 deletions docs/modules.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[index.md - v2.2.0](README.md) / Exports
[index.md - v2.3.0](README.md) / Exports

# index.md - v2.2.0
# index.md - v2.3.0

## Table of contents

Expand Down
10 changes: 5 additions & 5 deletions docs/out.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": 0,
"name": "index.md - v2.2.0",
"name": "index.md - v2.3.0",
"kind": 1,
"kindString": "Project",
"flags": {},
Expand All @@ -26,7 +26,7 @@
"fileName": "installer.ts",
"line": 14,
"character": 1,
"url": "https://github.com/saqqdy/reinstaller/blob/ad05632/src/installer.ts#L14"
"url": "https://github.com/saqqdy/reinstaller/blob/3321aea/src/installer.ts#L14"
}
],
"type": {
Expand All @@ -47,7 +47,7 @@
"fileName": "installer.ts",
"line": 15,
"character": 1,
"url": "https://github.com/saqqdy/reinstaller/blob/ad05632/src/installer.ts#L15"
"url": "https://github.com/saqqdy/reinstaller/blob/3321aea/src/installer.ts#L15"
}
],
"type": {
Expand All @@ -70,7 +70,7 @@
"fileName": "installer.ts",
"line": 13,
"character": 17,
"url": "https://github.com/saqqdy/reinstaller/blob/ad05632/src/installer.ts#L13"
"url": "https://github.com/saqqdy/reinstaller/blob/3321aea/src/installer.ts#L13"
}
]
}
Expand All @@ -88,7 +88,7 @@
"fileName": "installer.ts",
"line": 3,
"character": 0,
"url": "https://github.com/saqqdy/reinstaller/blob/ad05632/src/installer.ts#L3"
"url": "https://github.com/saqqdy/reinstaller/blob/3321aea/src/installer.ts#L3"
}
]
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reinstaller",
"description": "A installing tool",
"version": "2.2.0",
"version": "2.3.0",
"packageManager": "pnpm@7.25.0",
"bin": {
"reinstaller": "./bin/index.js",
Expand Down Expand Up @@ -51,26 +51,26 @@
"prettier": "prettier --write \"**/*.{js,ts,jsx,tsx,yml,json,md}\""
},
"dependencies": {
"@node-kit/extra.fs": "^2.0.0",
"@node-kit/extra.fs": "^2.2.0",
"commander": "^10.0.0",
"consola": "^2.15.3",
"core-js": "^3.27.2",
"cosmiconfig": "^8.0.0",
"debug": "^4.3.4",
"global-modules": "^2.0.0",
"js-cool": "^2.8.0",
"monorepo-root": "^2.0.0",
"monorepo-root": "^2.2.0",
"ora": "^6.1.2",
"what-pm": "^2.0.0",
"workspace-projects": "^2.0.0"
"what-pm": "^2.2.0",
"workspace-projects": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@esbuild-kit/esm-loader": "^2.5.4",
"@eslint-sets/eslint-config-ts": "^4.1.0",
"@microsoft/api-extractor": "^7.34.0",
"@eslint-sets/eslint-config-ts": "^4.2.1",
"@microsoft/api-extractor": "^7.34.2",
"@rollup/plugin-alias": "^4.0.3",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
Expand All @@ -85,14 +85,14 @@
"chalk": "^5.2.0",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"esbuild": "^0.17.4",
"eslint": "^8.32.0",
"esbuild": "^0.17.5",
"eslint": "^8.33.0",
"jest": "^29.4.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.3",
"prettier-config-common": "^1.3.0",
"rimraf": "^4.1.2",
"rollup": "^3.11.0",
"rollup": "^3.13.0",
"rollup-plugin-filesize": "^9.1.2",
"rollup-plugin-replace-shebang": "^1.2.0",
"rollup-plugin-visualizer": "^5.9.0",
Expand All @@ -101,7 +101,7 @@
"tsnd": "^1.1.0",
"typedoc": "^0.23.24",
"typedoc-plugin-markdown": "^3.14.0",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"peerDependencies": {
"debug": ">= 4",
Expand Down
Loading

0 comments on commit 0c9ea49

Please sign in to comment.