Skip to content

Commit

Permalink
removing unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gongreg committed Feb 6, 2020
1 parent 5ef8d51 commit 01de0dc
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 1,054 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ root = true
[*]
end_of_line = lf

[*.{js,json,ts,vue,svelte,html}]
[*.{js,json,ts,vue,html}]
indent_style = space
indent_size = 2
1 change: 0 additions & 1 deletion .github/autolabeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
'app: react-native': ["app/react-native/**"]
'app: react': ["app/react/**"]
'app: vue': ["app/vue/**"]
'app: svelte': ["app/svelte/**"]
'app: mithril': ["app/mithril/**"]
'babel / webpack': ["webpack", "babel"]
'cli': ["lib/cli/**"]
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@ htpasswd
storybook-out
/addons/docs/common/config-*
built-storybooks
cypress/videos
cypress/screenshots
1 change: 0 additions & 1 deletion .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
addon
1
vue
svelte
webcomponents
aurelia
iframe
Expand Down
16 changes: 2 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@
"start": "yarn --cwd examples/official-storybook storybook",
"test": "node ./scripts/test.js",
"test-latest-cra": "yarn --prefix --cwd lib/cli run test-latest-cra",
"test:cli": "npm --prefix lib/cli run test",
"test:e2e-gui": "concurrently --success first --kill-others \"cypress open\" \"yarn serve-storybooks\""
"test:cli": "npm --prefix lib/cli run test"
},
"husky": {
"hooks": {
Expand Down Expand Up @@ -111,9 +110,6 @@
]
},
"browserslist": "defaults",
"dependencies": {
"@types/react-native": "^0.61.10"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
Expand All @@ -140,6 +136,7 @@
"@types/lodash": "^4.14.149",
"@types/node": "^12.12.11",
"@types/react": "^16.8.14",
"@types/react-native": "^0.61.10",
"@types/semver": "^6.0.0",
"@types/webpack": "^4.41.0",
"@types/webpack-env": "^1.15.0",
Expand Down Expand Up @@ -167,7 +164,6 @@
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.9.1",
"eslint": "^6.5.1",
"eslint-plugin-cypress": "^2.7.0",
"eslint-plugin-react": "^7.15.1",
"esm": "^3.2.25",
"github-release-from-changelog": "^2.1.0",
Expand Down Expand Up @@ -206,23 +202,15 @@
"remark-cli": "^7.0.0",
"remark-lint": "^6.0.4",
"remark-preset-lint-recommended": "^3.0.2",
"riot-jest-transformer": "^2.0.0",
"shelljs": "^0.8.3",
"shx": "^0.3.2",
"sort-package-json": "^1.21.0",
"storybook-chromatic": "^3.0.0",
"svelte": "^3.15.0",
"svelte-jest": "^0.3.0",
"trash": "^6.1.1",
"ts-dedent": "^1.1.0",
"ts-jest": "^24.0.2",
"typescript": "^3.4.0",
"wait-on": "^3.3.0"
},
"optionalDependencies": {
"@cypress/webpack-preprocessor": "^4.1.0",
"cypress": "^3.4.1"
},
"engines": {
"node": ">=8.10.0",
"yarn": ">=1.3.2"
Expand Down
7 changes: 0 additions & 7 deletions scripts/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@ const tasks = {
projectLocation: '<all>',
isJest: true,
}),
puppeteer: createProject({
name: `Puppeteer and A11y tests for Official storybook ${chalk.gray('(puppeteer)')}`,
defaultValue: false,
option: '--puppeteer',
projectLocation: path.join(__dirname, '..', 'examples/official-storybook/storyshots-puppeteer'),
isJest: true,
}),
cli: createProject({
name: `Command Line Interface ${chalk.gray('(cli)')}`,
defaultValue: false,
Expand Down
Loading

1 comment on commit 01de0dc

@vercel
Copy link

@vercel vercel bot commented on 01de0dc Feb 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.