Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 17, 2024
1 parent e675907 commit d4aec76
Show file tree
Hide file tree
Showing 5 changed files with 1,757 additions and 1,428 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2.4.1
with:
version: 6.31.0
- name: Cache pnpm modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2.4.1
with:
version: 6.31.0

Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.16.0
16.20.2
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,32 +41,32 @@
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@changesets/cli": "2.23.2",
"@swc-node/register": "1.5.1",
"@changesets/cli": "2.27.7",
"@swc-node/register": "1.10.9",
"@types/debug": "4.1.7",
"@types/didyoumean": "1.2.0",
"@types/fs-extra": "9.0.13",
"@types/node-fetch": "2.6.2",
"@types/request": "2.48.8",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"cargo-mdbook": "0.4.4",
"docs-ts": "0.6.10",
"eslint": "8.20.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"docs-ts": "0.8.0",
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "4.2.1",
"esm": "3.2.25",
"execa": "6.1.0",
"fs-extra": "10.1.0",
"husky": "8.0.1",
"infer-types": "0.0.2",
"node-fetch": "2.6.7",
"prettier": "2.7.1",
"node-fetch": "2.7.0",
"prettier": "2.8.8",
"request": "2.88.2",
"tempy": "3.0.0",
"typedoc": "0.23.8",
"typescript": "4.7.4",
"vitest": "0.18.1"
"tempy": "3.1.0",
"typedoc": "0.26.4",
"typescript": "4.9.5",
"vitest": "0.34.6"
}
}
Loading

0 comments on commit d4aec76

Please sign in to comment.