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] authored Jul 3, 2023
1 parent c4f6e32 commit 2a26837
Show file tree
Hide file tree
Showing 5 changed files with 208 additions and 156 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
next_version: "${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}"

steps:
- uses: google-github-actions/release-please-action@v3.7.9
- uses: google-github-actions/release-please-action@v3.7.10
id: release
with:
changelog-types: |
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
18.16.1
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"vite": "4.3.9",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,24 @@
},
"devDependencies": {
"@types/jsdom": "21.1.1",
"@types/node": "18.16.18",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"@types/node": "18.16.19",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"@vitest/browser": "0.32.2",
"@vitest/utils": "0.32.2",
"cross-fetch": "3.1.6",
"eslint": "8.43.0",
"@vitest/utils": "0.32.4",
"cross-fetch": "3.1.8",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"happy-dom": "9.20.3",
"jiti": "1.18.2",
"msw": "1.2.2",
"prettier": "2.8.8",
"typescript": "5.1.3",
"typescript": "5.1.6",
"unbuild": "1.2.1",
"vitest": "0.32.2",
"webdriverio": "8.11.2"
},
"packageManager": "pnpm@8.6.2"
"packageManager": "pnpm@8.6.5"
}
Loading

0 comments on commit 2a26837

Please sign in to comment.