Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Jul 22, 2024
1 parent 2f912c9 commit 0718590
Show file tree
Hide file tree
Showing 7 changed files with 3,132 additions and 3,612 deletions.
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@docusaurus/core": "3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/types": "3.1.1"
"@docusaurus/module-type-aliases": "3.4.0",
"@docusaurus/types": "3.4.0"
},
"browserslist": {
"production": [
Expand Down
3,859 changes: 1,933 additions & 1,926 deletions docs/yarn.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
},
"dependencies": {
"@swan-io/chicane": "link:../",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-pattern": "^5.1.0"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"ts-pattern": "^5.2.0"
},
"devDependencies": {
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@vitejs/plugin-react-swc": "^3.6.0",
"typescript": "^5.4.3",
"vite": "^5.2.8"
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"typescript": "^5.5.3",
"vite": "^5.3.4"
}
}
740 changes: 373 additions & 367 deletions example/yarn.lock

Large diffs are not rendered by default.

35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,26 +45,27 @@
"react": ">=18.0.0"
},
"dependencies": {
"@emotion/hash": "^0.9.1",
"use-sync-external-store": "^1.2.0"
"@emotion/hash": "^0.9.2",
"use-sync-external-store": "^1.2.2"
},
"devDependencies": {
"@testing-library/react": "^14.2.2",
"@types/node": "^20.12.4",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.0",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/use-sync-external-store": "^0.0.6",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
"eslint-plugin-react-hooks": "^4.6.2",
"jsdom": "^24.1.1",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsup": "^8.2.2",
"typescript": "^5.5.3",
"vitest": "^2.0.4"
}
}
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export { Link } from "./Link";
export { createGroup } from "./createGroup";
export { createRouter } from "./createRouter";
export {
Expand All @@ -8,6 +7,7 @@ export {
subscribeToLocation,
useLocation,
} from "./history";
export { Link } from "./Link";
export { decodeSearch, encodeSearch } from "./search";
export { ServerUrlProvider } from "./server";
export type { InferRoutes, Location, Search } from "./types";
Expand Down
2,078 changes: 792 additions & 1,286 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 0718590

Please sign in to comment.