Skip to content

Commit

Permalink
build(deps-dev): bump major-patch deps (major: vitest) (#96)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump vite from 5.0.2 to 5.0.5

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.2 to 5.0.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* update devDependencies
Bump vitest to v1.0.1

* docs: space formatting

* bump package version to 3.0.3

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fityan <[email protected]>
  • Loading branch information
dependabot[bot] and fityannugroho authored Dec 6, 2023
1 parent 4cbab5c commit 84c6c5a
Show file tree
Hide file tree
Showing 3 changed files with 400 additions and 223 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const provinces = await IdnArea.getProvinces();
Since version 3.0.0, **idn-area-data** is published as ECMAScript Module (ESM). So that, for CommonJS user, you need to import it using [dynamic import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import) like this :

```js
const {getProvinces} = await import('idn-area-data');
const { getProvinces } = await import('idn-area-data');
const provinces = await getProvinces();
```

Expand Down
Loading

0 comments on commit 84c6c5a

Please sign in to comment.