Skip to content

Commit 58a8f74

Browse files
authored
Merge pull request #18 from lambda-curry/react-19
chore: update dependencies and remove obsolete packages
2 parents b288c10 + 7c62889 commit 58a8f74

File tree

6 files changed

+14398
-285
lines changed

6 files changed

+14398
-285
lines changed

apps/docs/.storybook/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ const config: StorybookConfig = {
1515
addons: [
1616
getAbsolutePath('@storybook/addon-links'),
1717
getAbsolutePath('@storybook/addon-essentials'),
18-
getAbsolutePath('@chromatic-com/storybook'),
1918
getAbsolutePath('@storybook/addon-interactions'),
2019
],
2120
framework: {

apps/docs/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"storybook": "^8.4.7"
2121
},
2222
"devDependencies": {
23-
"@chromatic-com/storybook": "^3.2.2",
2423
"@remix-run/dev": "^2.12.0",
2524
"@remix-run/testing": "^2.12.0",
2625
"@storybook/test-runner": "^0.20.1",
@@ -31,8 +30,7 @@
3130
"@typescript-eslint/parser": "^6.7.4",
3231
"autoprefixer": "^10.4.19",
3332
"postcss": "^8.4.38",
34-
"react": "^18.2.0",
35-
"storybook-addon-remix-react-router": "^3.0.0",
33+
"react": "^19.0.0",
3634
"tailwindcss": "^3.4.10",
3735
"typescript": "^5.1.6",
3836
"vite": "^5.1.0",

0 commit comments

Comments
 (0)