Skip to content

Commit a1218b6

Browse files
committed
fix: Storybook by downgrading back to typescript 4.9.5
1 parent aa1ab63 commit a1218b6

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.storybook/main.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ module.exports = {
3636
'../packages/@aetherspace/assets',
3737
'../apps/next/public',
3838
],
39-
typesript: {
40-
reactDocgen: 'react-docgen-typescript-plugin',
41-
},
39+
// typesript: {
40+
// reactDocgen: 'react-docgen-typescript-plugin',
41+
// },
4242
webpackFinal: (config) => {
4343
// Add TS & react-native-web support
4444
config.module.rules.push({

apps/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"@expo/webpack-config": "^0.17.2",
5050
"@types/react": "18.0.27",
5151
"dotenv": "^16.3.1",
52-
"typescript": "^5.1.3"
52+
"typescript": "^4.9.4"
5353
}
5454
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"webpack-merge": "^5.9.0"
5252
},
5353
"resolutions": {
54-
"typescript": "^5.1.3",
54+
"typescript": "^4.9.4",
5555
"zod": "~3.20.6",
5656
"@babel/core": "^7.20.0",
5757
"@expo/config": "^7.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18664,10 +18664,10 @@ typedarray@^0.0.6:
1866418664
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1866518665
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1866618666

18667-
typescript@^4.5.4, typescript@^5.1.3:
18668-
version "5.1.6"
18669-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
18670-
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
18667+
typescript@^4.5.4, typescript@^4.9.4:
18668+
version "4.9.5"
18669+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
18670+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
1867118671

1867218672
ua-parser-js@^0.7.30:
1867318673
version "0.7.33"

0 commit comments

Comments
 (0)