Skip to content

Commit 5aa4ee2

Browse files
committed
fix(travels): upgrade travels to v0.5.1
1 parent 879a7e2 commit 5aa4ee2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-travel",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "A React hook for state time travel with undo, redo, reset and archive functionalities.",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -69,7 +69,7 @@
6969
"react-dom": "^18.2.0",
7070
"rimraf": "^4.4.0",
7171
"rollup": "^4.52.3",
72-
"travels": "^0.5.0",
72+
"travels": "^0.5.1",
7373
"ts-node": "^10.9.2",
7474
"tslib": "^2.8.1",
7575
"typedoc": "^0.26.11",
@@ -87,6 +87,6 @@
8787
"@types/react": "^17.0 || ^18.0 || ^19.0",
8888
"mutative": "^1.3.0",
8989
"react": "^17.0 || ^18.0 || ^19.0",
90-
"travels": "^0.5.0"
90+
"travels": "^0.5.1"
9191
}
9292
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4387,10 +4387,10 @@ tr46@^6.0.0:
43874387
dependencies:
43884388
punycode "^2.3.1"
43894389

4390-
travels@^0.5.0:
4391-
version "0.5.0"
4392-
resolved "https://registry.yarnpkg.com/travels/-/travels-0.5.0.tgz#0584f77e484d3268aabb47717c2d9f98b0688f45"
4393-
integrity sha512-kqtaSM/WcViG68zsWQwG4Y6KF+Pqf5H6ql305KpTXMZQez3LnIHQbE4CsXB7w7u+eNmwbIp30tOZOOPoFNtrBw==
4390+
travels@^0.5.1:
4391+
version "0.5.1"
4392+
resolved "https://registry.yarnpkg.com/travels/-/travels-0.5.1.tgz#54494ab4025ac3bb0b2fc27eefae35a7e42402f8"
4393+
integrity sha512-iNg+2VhYNpLrQRNdWHS09Yad7vLmOfUZKv8aJq+zkeutENIkfJaKNUERHMtpjONl0aKFFXwqSbUxY8tmmdgSqw==
43944394

43954395
trim-lines@^3.0.0:
43964396
version "3.0.1"

0 commit comments

Comments
 (0)