Skip to content

Commit 0718590

Browse files
committed
Update dependencies
1 parent 2f912c9 commit 0718590

File tree

7 files changed

+3132
-3612
lines changed

7 files changed

+3132
-3612
lines changed

docs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"write-heading-ids": "docusaurus write-heading-ids"
1515
},
1616
"dependencies": {
17-
"@docusaurus/core": "3.1.1",
18-
"@docusaurus/preset-classic": "3.1.1",
17+
"@docusaurus/core": "3.4.0",
18+
"@docusaurus/preset-classic": "3.4.0",
1919
"@mdx-js/react": "^3.0.1",
20-
"clsx": "^2.1.0",
20+
"clsx": "^2.1.1",
2121
"prism-react-renderer": "^2.3.1",
22-
"react": "^18.2.0",
23-
"react-dom": "^18.2.0"
22+
"react": "^18.3.1",
23+
"react-dom": "^18.3.1"
2424
},
2525
"devDependencies": {
26-
"@docusaurus/module-type-aliases": "3.1.1",
27-
"@docusaurus/types": "3.1.1"
26+
"@docusaurus/module-type-aliases": "3.4.0",
27+
"@docusaurus/types": "3.4.0"
2828
},
2929
"browserslist": {
3030
"production": [

docs/yarn.lock

Lines changed: 1933 additions & 1926 deletions
Large diffs are not rendered by default.

example/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
},
99
"dependencies": {
1010
"@swan-io/chicane": "link:../",
11-
"react": "^18.2.0",
12-
"react-dom": "^18.2.0",
13-
"ts-pattern": "^5.1.0"
11+
"react": "^18.3.1",
12+
"react-dom": "^18.3.1",
13+
"ts-pattern": "^5.2.0"
1414
},
1515
"devDependencies": {
16-
"@types/react": "^18.2.74",
17-
"@types/react-dom": "^18.2.24",
18-
"@vitejs/plugin-react-swc": "^3.6.0",
19-
"typescript": "^5.4.3",
20-
"vite": "^5.2.8"
16+
"@types/react": "^18.3.3",
17+
"@types/react-dom": "^18.3.0",
18+
"@vitejs/plugin-react-swc": "^3.7.0",
19+
"typescript": "^5.5.3",
20+
"vite": "^5.3.4"
2121
}
2222
}

example/yarn.lock

Lines changed: 373 additions & 367 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -45,26 +45,27 @@
4545
"react": ">=18.0.0"
4646
},
4747
"dependencies": {
48-
"@emotion/hash": "^0.9.1",
49-
"use-sync-external-store": "^1.2.0"
48+
"@emotion/hash": "^0.9.2",
49+
"use-sync-external-store": "^1.2.2"
5050
},
5151
"devDependencies": {
52-
"@testing-library/react": "^14.2.2",
53-
"@types/node": "^20.12.4",
54-
"@types/react": "^18.2.74",
55-
"@types/react-dom": "^18.2.24",
52+
"@testing-library/dom": "^10.4.0",
53+
"@testing-library/react": "^16.0.0",
54+
"@types/node": "^20.14.11",
55+
"@types/react": "^18.3.3",
56+
"@types/react-dom": "^18.3.0",
5657
"@types/use-sync-external-store": "^0.0.6",
57-
"@typescript-eslint/eslint-plugin": "^7.5.0",
58-
"@typescript-eslint/parser": "^7.5.0",
58+
"@typescript-eslint/eslint-plugin": "^7.16.1",
59+
"@typescript-eslint/parser": "^7.16.1",
5960
"eslint": "^8.57.0",
60-
"eslint-plugin-react-hooks": "^4.6.0",
61-
"jsdom": "^24.0.0",
62-
"prettier": "^3.2.5",
63-
"prettier-plugin-organize-imports": "^3.2.4",
64-
"react": "^18.2.0",
65-
"react-dom": "^18.2.0",
66-
"tsup": "^8.0.2",
67-
"typescript": "^5.4.3",
68-
"vitest": "^1.4.0"
61+
"eslint-plugin-react-hooks": "^4.6.2",
62+
"jsdom": "^24.1.1",
63+
"prettier": "^3.3.3",
64+
"prettier-plugin-organize-imports": "^4.0.0",
65+
"react": "^18.3.1",
66+
"react-dom": "^18.3.1",
67+
"tsup": "^8.2.2",
68+
"typescript": "^5.5.3",
69+
"vitest": "^2.0.4"
6970
}
7071
}

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
export { Link } from "./Link";
21
export { createGroup } from "./createGroup";
32
export { createRouter } from "./createRouter";
43
export {
@@ -8,6 +7,7 @@ export {
87
subscribeToLocation,
98
useLocation,
109
} from "./history";
10+
export { Link } from "./Link";
1111
export { decodeSearch, encodeSearch } from "./search";
1212
export { ServerUrlProvider } from "./server";
1313
export type { InferRoutes, Location, Search } from "./types";

yarn.lock

Lines changed: 792 additions & 1286 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)