Skip to content

Commit

Permalink
Merge pull request #386 from openzim/upgrade_deps
Browse files Browse the repository at this point in the history
Upgrade deps, especially wombat 3.8.0
  • Loading branch information
benoit74 authored Sep 3, 2024
2 parents 12698bc + 7c32792 commit 5592f8c
Show file tree
Hide file tree
Showing 5 changed files with 313 additions and 187 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Upgrade dependencies, including wombat 3.8.0 (#386)

## [2.1.0] - 2024-08-09

### Added
Expand Down
10 changes: 5 additions & 5 deletions javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"license": "GPL-3.0-or-later",
"author": "openZIM",
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.4",
"ava": "^6.1.2",
"eslint": "9.0.0",
"ava": "^6.1.3",
"eslint": "9.9.1",
"eslint-config-prettier": "9.1.0",
"prettier": "3.2.5",
"rollup": "4.14.1"
"prettier": "3.3.3",
"rollup": "4.21.2"
},
"scripts": {
"prettier-check": "prettier . --check",
Expand Down
Loading

0 comments on commit 5592f8c

Please sign in to comment.