Skip to content

Commit

Permalink
Update all dependencies (#28)
Browse files Browse the repository at this point in the history
* Update all dependencies

* chore: add changeset renovate-af059a5

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 5, 2024
1 parent 8af9fcf commit c4e5f2f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions .changeset/renovate-af059a5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@enalmada/npm-module-template': patch
---

Updated dependency `@scaleway/changesets-renovate` to `1.4.0`.
Updated dependency `@types/node` to `20.10.6`.
Updated dependency `@typescript-eslint/eslint-plugin` to `6.17.0`.
Updated dependency `@typescript-eslint/parser` to `6.17.0`.
Updated dependency `bun-types` to `1.0.21`.
Updated dependency `eslint-plugin-prettier` to `5.1.2`.
Updated dependency `vitest` to `1.1.1`.
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
"@changesets/cli": "2.27.1",
"@enalmada/bun-externals": "0.0.6",
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@scaleway/changesets-renovate": "1.3.2",
"@types/node": "20.10.5",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"bun-types": "1.0.18",
"@scaleway/changesets-renovate": "1.4.0",
"@types/node": "20.10.6",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"bun-types": "1.0.21",
"cross-env": "7.0.3",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.0",
"eslint-plugin-prettier": "5.1.2",
"fixpack": "4.0.0",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"prettier": "3.1.1",
"typescript": "5.3.3",
"vitest": "1.1.0"
"vitest": "1.1.1"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c4e5f2f

Please sign in to comment.