Skip to content

Commit

Permalink
(chore) Bump deps, release v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MelleB committed Jun 11, 2024
1 parent c569ed4 commit fffe4c3
Show file tree
Hide file tree
Showing 3 changed files with 1,063 additions and 1,031 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 3.3.1

- Bump dev dependencies

## 3.3.0

- Introduce a config for `parse` to toggle allowing of multiple fractions per the spec. (See [#19](https://github.com/MelleB/tinyduration/issues/19) for more background)
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinyduration",
"version": "3.3.0",
"version": "3.3.1",
"description": "ISO-8601 duration parsing and serialization",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -23,19 +23,19 @@
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.2.1",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^27.1.3",
"eslint-plugin-prettier": "^4.2.1",
"fast-check": "2.25.0",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"eslint": "8.*",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-prettier": "^5.1.3",
"fast-check": "2.*",
"jest": "^29.2.2",
"prettier": "^2.7.1",
"prettier": "^3.3.2",
"rimraf": "^5.0.1",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
"typescript": "^5.4.5"
},
"scripts": {
"test": "jest",
Expand All @@ -57,4 +57,4 @@
"resolutions": {
"semver": "7.5.3"
}
}
}
Loading

0 comments on commit fffe4c3

Please sign in to comment.