Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: linting fixes to ignore storybook files from typescript and al…
…ign versions
  • Loading branch information
georgewrmarshall committed Nov 12, 2025
commit dd2c993fbc207fb87c816f304520d2dbecb43c56
12 changes: 6 additions & 6 deletions apps/storybook-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.9",
"react-native": "^0.76.9",
"react-native-gesture-handler": "~2.20.2",
"react-native-gesture-handler": "^2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-svg": "15.8.0",
"react-native-svg": "^15.10.1",
"react-native-web": "~0.19.13",
"uuid": "^3.0.0"
},
Expand All @@ -42,14 +42,14 @@
"@babel/preset-env": "^7.26.0",
"@chromatic-com/storybook": "^4.1.1",
"@expo/metro-runtime": "~4.0.1",
"@storybook/addon-docs": "^9.1.8",
"@storybook/addon-docs": "^9.1.10",
"@storybook/addon-ondevice-actions": "^9.1.4",
"@storybook/addon-ondevice-backgrounds": "^9.1.4",
"@storybook/addon-ondevice-controls": "^9.1.4",
"@storybook/addon-ondevice-notes": "^9.1.4",
"@storybook/react": "^9.1.8",
"@storybook/react": "^9.1.10",
"@storybook/react-native": "^9.1.4",
"@storybook/react-native-web-vite": "^9.1.8",
"@storybook/react-native-web-vite": "^9.1.10",
"@types/react": "~18.3.12",
"@vitejs/plugin-react": "^4.5.0",
"babel-plugin-module-resolver": "^5.0.2",
Expand All @@ -58,7 +58,7 @@
"cross-env": "^7.0.3",
"prettier": "^3.3.3",
"react-native-svg-transformer": "^1.5.0",
"storybook": "^9.1.8",
"storybook": "^9.1.10",
"typescript": "~5.3.3",
"vite": "^6.3.6"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "18.3.1",
"storybook": "^9.1.8",
"storybook": "^9.1.10",
"tailwindcss": "^3.0.0",
"typescript": "~5.3.3",
"vite": "^6.3.6",
Expand Down
3 changes: 2 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ const config = createConfig([
'apps/storybook-react/postcss.config.js',
'apps/storybook-react/tailwind.config.js',
// storybook react native
'apps/storybook-react-native/.storybook/**/*.js',
'apps/storybook-react-native/.storybook/**/*',
'apps/storybook-react-native/.rnstorybook/**/*',
'apps/storybook-react-native/*.js',
],
},
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@metamask/design-system-twrnc-preset": "workspace:^",
"@metamask/design-tokens": "workspace:^",
"@metamask/utils": "^11.8.1",
"@storybook/react-native": "^9.1.0",
"@storybook/react-native": "^9.1.4",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^12.8.1",
"@ts-bridge/cli": "^0.6.3",
Expand Down
Loading
Loading