Skip to content

Commit

Permalink
tanstack/react-router dependency updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gius committed Jul 26, 2023
1 parent c17e77c commit 3b47f9e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@frui.ts/views": "^999.0.0",
"@tanstack/react-router": "^0.0.1-beta.82",
"@tanstack/react-router": "^0.0.1-beta.83",
"mobx": "6.9.0",
"mobx-react-lite": "3.4.3",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/todolist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@frui.ts/htmlcontrols": "^999.0.0",
"@frui.ts/views": "^999.0.0",
"@tanstack/react-router": "^0.0.1-beta.82",
"@tanstack/react-router": "^0.0.1-beta.83",
"mobx": "6.9.0",
"mobx-react-lite": "3.4.3",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@frui.ts/helpers": "^999.0.0",
"@tanstack/react-router": "^0.0.1-beta.82",
"@tanstack/react-router": "^0.0.1-beta.83",
"async-mutex": "^0.4.0",
"inversify": "^6.0.1",
"lodash-es": "^4.17.21"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2829,14 +2829,14 @@
"@types/express" "^4.7.0"
file-system-cache "^2.0.0"

"@tanstack/react-router@^0.0.1-beta.82":
version "0.0.1-beta.82"
resolved "https://registry.yarnpkg.com/@tanstack/react-router/-/react-router-0.0.1-beta.82.tgz#4c1ff8cf55563ff03f0244fbdbd1ca2f1aacfbcb"
integrity sha512-Ghl7QqsgEVJc1GQNOtrU7sSShRBL81ov526tGFzGiTzhWnhV8zDABWSU+9k62XNufRLmrqbl2hr5QT5l8oFc6Q==
"@tanstack/react-router@^0.0.1-beta.83":
version "0.0.1-beta.83"
resolved "https://registry.yarnpkg.com/@tanstack/react-router/-/react-router-0.0.1-beta.83.tgz#280fdcc77e755743d7709d1c823e044a3a7c4bc4"
integrity sha512-FcezDPKxXu7uP8tjTQpKBXkweiql053O7D3hRBg1kWuU3LyouHFGFALLr2xvWkue4WWSpa1mBzrINldYygDKLw==
dependencies:
"@babel/runtime" "^7.16.7"
"@tanstack/react-store" "0.0.1-beta.81"
"@tanstack/router" "0.0.1-beta.82"
"@tanstack/router" "0.0.1-beta.83"

"@tanstack/[email protected]":
version "0.0.1-beta.81"
Expand All @@ -2846,10 +2846,10 @@
"@tanstack/store" "0.0.1-beta.81"
use-sync-external-store "^1.2.0"

"@tanstack/[email protected].82":
version "0.0.1-beta.82"
resolved "https://registry.yarnpkg.com/@tanstack/router/-/router-0.0.1-beta.82.tgz#b422092ef473c13fdeefa7e01b2f3149e176490d"
integrity sha512-fp5HW/xwO27QDcEK0DX3PwE2Qff1G4+DAm8AIICGFWDwj/kzp1tPlK1QH+FPW56QIt/pWlUqzjObBskouUmD6g==
"@tanstack/[email protected].83":
version "0.0.1-beta.83"
resolved "https://registry.yarnpkg.com/@tanstack/router/-/router-0.0.1-beta.83.tgz#bdfe5fcdf9a641ba013d91ffc655779495f4bec9"
integrity sha512-cwkfyvgg7g60wbKZBRl1sbut+eYyE6bPc/Efz2ozFD//oV6qBUftoRm4PbN5cdPgrHjjLOFuOKW43EEUXM/exQ==
dependencies:
"@babel/runtime" "^7.16.7"
"@tanstack/store" "0.0.1-beta.81"
Expand Down

0 comments on commit 3b47f9e

Please sign in to comment.