Skip to content

Commit

Permalink
build(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent 5f969cf commit a770849
Show file tree
Hide file tree
Showing 5 changed files with 116 additions and 116 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/[email protected].11
- uses: google-github-actions/[email protected].12
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.17.1
18.18.0
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@bucketeer/js-client-sdk": "workspace:*"
},
"devDependencies": {
"vite": "4.4.9",
"vite": "4.4.11",
"typescript": "5.2.2"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,25 @@
"example:serve": "pnpm exec unbuild && pnpm --filter example serve"
},
"devDependencies": {
"@types/jsdom": "21.1.2",
"@types/node": "18.17.15",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"@types/jsdom": "21.1.3",
"@types/node": "18.18.4",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"@vitest/browser": "0.34.4",
"@vitest/utils": "0.34.4",
"cross-fetch": "4.0.0",
"eslint": "8.49.0",
"eslint": "8.51.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-prettier": "5.0.0",
"happy-dom": "9.20.3",
"jiti": "1.20.0",
"msw": "1.3.0",
"msw": "1.3.2",
"prettier": "3.0.3",
"typescript": "5.2.2",
"unbuild": "1.2.1",
"vitest": "0.34.4",
"webdriverio": "8.13.4"
},
"packageManager": "pnpm@8.7.4"
"packageManager": "pnpm@8.9.0"
}
Loading

0 comments on commit a770849

Please sign in to comment.