Skip to content

Commit d7315a6

Browse files
committed
wip: move to react-router
1 parent b356191 commit d7315a6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+17609
-19850
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ _build
3939
# yalc
4040
.yalc
4141
yalc.lock
42+
.react-router/

docs/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
"devDependencies": {
1414
"@babel/preset-env": "^7.22.5",
1515
"@babel/preset-react": "^7.22.5",
16-
"@storybook/addon-essentials": "^7.0.20",
17-
"@storybook/addon-interactions": "^7.0.20",
18-
"@storybook/addon-links": "^7.0.20",
19-
"@storybook/addon-mdx-gfm": "^7.0.20",
20-
"@storybook/blocks": "^7.0.20",
21-
"@storybook/react": "^7.0.20",
22-
"@storybook/react-vite": "^7.0.20",
23-
"@storybook/react-webpack5": "^7.0.20",
16+
"@storybook/addon-essentials": "^8.0.0",
17+
"@storybook/addon-interactions": "^8.0.0",
18+
"@storybook/addon-links": "^8.0.0",
19+
"@storybook/addon-mdx-gfm": "^8.0.0",
20+
"@storybook/blocks": "^8.0.0",
21+
"@storybook/react": "^8.0.0",
22+
"@storybook/react-vite": "^8.0.0",
23+
"@storybook/react-webpack5": "^8.0.0",
2424
"@storybook/testing-library": "^0.1.0",
2525
"prop-types": "^15.8.1",
2626
"react": "^18.2.0",
2727
"react-dom": "^18.2.0",
28-
"storybook": "^7.0.20"
28+
"storybook": "^8.0.0"
2929
},
3030
"dependencies": {
3131
"@myst-theme/frontmatter": "*",

0 commit comments

Comments
 (0)