Skip to content

Commit

Permalink
fix(devDeps): remove duplicate older storybook and babel packages (#7595
Browse files Browse the repository at this point in the history
)
  • Loading branch information
legobeat committed Oct 30, 2023
1 parent 867a410 commit 1fde678
Show file tree
Hide file tree
Showing 3 changed files with 399 additions and 2,199 deletions.
2 changes: 1 addition & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ module.exports = {
addons: ['@storybook/addon-ondevice-controls'],
framework: '@storybook/react-native',
core: {
builder: 'webpack5',
builder: '@storybook/builder-webpack5',
},
};
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,9 @@
"devDependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@cucumber/message-streams": "^4.0.1",
"@cucumber/messages": "^22.0.0",
"@ethersproject/contracts": "^5.7.0",
Expand All @@ -371,15 +371,14 @@
"@react-native-community/eslint-config": "^2.0.0",
"@react-native-community/slider": "^4.4.3",
"@rpii/wdio-html-reporter": "^7.7.1",
"@storybook/addon-actions": "^7.4.2",
"@storybook/addon-controls": "^7.4.2",
"@storybook/addon-actions": "^7.5.1",
"@storybook/addon-controls": "^7.5.1",
"@storybook/addon-knobs": "^5.3",
"@storybook/addon-links": "^5.3",
"@storybook/addon-ondevice-actions": "^6.5.6",
"@storybook/addon-ondevice-controls": "^6.5.6",
"@storybook/addon-ondevice-knobs": "^5.3.25",
"@storybook/builder-webpack5": "^7.4.3",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/builder-webpack5": "^7.5.1",
"@storybook/react-native": "^6.5.6",
"@testing-library/react": "14.0.0",
"@testing-library/react-hooks": "^8.0.1",
Expand Down Expand Up @@ -418,11 +417,10 @@
"appium": "^1.22.3",
"appium-adb": "^9.11.4",
"assert": "1.4.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "^28.1.3",
"babel-loader": "^8.2.3",
"babel-plugin-transform-inline-environment-variables": "0.4.3",
"babel-loader": "^9.1.3",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"babel-plugin-transform-remove-console": "6.9.4",
"browserstack-local": "^1.5.1",
"chromedriver": "^99.0.0",
Expand Down

0 comments on commit 1fde678

Please sign in to comment.