diff --git a/Storybook/package-lock.json b/Storybook/package-lock.json index 0fa85f80..684d05e2 100644 --- a/Storybook/package-lock.json +++ b/Storybook/package-lock.json @@ -66,7 +66,7 @@ "babel-loader": "^8.2.4", "babel-plugin-module-resolver": "^5.0.0", "babel-plugin-react-docgen-typescript": "^1.5.1", - "babel-plugin-react-native-web": "^0.18.10", + "babel-plugin-react-native-web": "^0.19.0", "eslint": "^8.19.0", "jest": "^29.2.1", "metro-react-native-babel-preset": "^0.76.5", @@ -20100,10 +20100,11 @@ } }, "node_modules/babel-plugin-react-native-web": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/babel-plugin-react-native-web/-/babel-plugin-react-native-web-0.18.12.tgz", - "integrity": "sha512-4djr9G6fMdwQoD6LQ7hOKAm39+y12flWgovAqS1k5O8f42YQ3A1FFMyV5kKfetZuGhZO5BmNmOdRRZQ1TixtDw==", - "dev": true + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/babel-plugin-react-native-web/-/babel-plugin-react-native-web-0.19.12.tgz", + "integrity": "sha512-eYZ4+P6jNcB37lObWIg0pUbi7+3PKoU1Oie2j0C8UF3cXyXoR74tO2NBjI/FORb2LJyItJZEAmjU5pSaJYEL1w==", + "dev": true, + "license": "MIT" }, "node_modules/babel-plugin-syntax-trailing-function-commas": { "version": "7.0.0-beta.0", diff --git a/Storybook/package.json b/Storybook/package.json index 194836d5..f75b4567 100644 --- a/Storybook/package.json +++ b/Storybook/package.json @@ -74,7 +74,7 @@ "babel-loader": "^8.2.4", "babel-plugin-module-resolver": "^5.0.0", "babel-plugin-react-docgen-typescript": "^1.5.1", - "babel-plugin-react-native-web": "^0.18.10", + "babel-plugin-react-native-web": "^0.19.0", "eslint": "^8.19.0", "jest": "^29.2.1", "metro-react-native-babel-preset": "^0.76.5",