Skip to content
This repository was archived by the owner on Apr 14, 2020. It is now read-only.

Commit 29625e2

Browse files
committed
chore: removes/updates dependencies
1 parent 03a452b commit 29625e2

6 files changed

Lines changed: 2519 additions & 2847 deletions

File tree

.storybook/addons.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

.storybook/config.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
import { configure } from '@storybook/react';
2-
import { setOptions } from '@storybook/addon-options';
3-
4-
setOptions({
5-
name: 'yubaba (back to github)',
6-
url: 'https://github.com/madou/yubaba',
7-
showStoriesPanel: true,
8-
showAddonPanel: true,
9-
addonPanelInRight: true,
10-
});
112

123
const req = require.context('../packages', true, /.*stories\.tsx$/);
134

.storybook/preview-head.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,33 +27,33 @@
2727
},
2828
"devDependencies": {
2929
"@types/enzyme": "^3.1.13",
30-
"@types/jest": "^23.3.2",
30+
"@types/jest": "^24.0.12",
3131
"@types/react": "^16.8.17",
3232
"@types/react-body-classname": "^1.1.5",
3333
"@types/react-dom": "^16.8.4",
3434
"@types/react-router-dom": "^4.3.1",
35-
"@types/storybook__react": "^3.0.9",
35+
"@types/storybook__react": "^4.0.1",
3636
"@types/styled-components": "^4.1.14",
3737
"docz": "^1.2.0",
3838
"docz-theme-default": "^1.2.0",
3939
"enzyme": "^3.6.0",
4040
"enzyme-adapter-react-16": "^1.5.0",
41-
"enzyme-matchers": "^6.0.4",
41+
"enzyme-matchers": "^7.0.2",
4242
"enzyme-to-json": "^3.3.3",
4343
"eslint": "^5.6.0",
4444
"eslint-config-airbnb": "^17.1.0",
45-
"eslint-config-prettier": "^3.1.0",
45+
"eslint-config-prettier": "^4.2.0",
4646
"eslint-plugin-import": "^2.14.0",
4747
"eslint-plugin-jsx-a11y": "^6.1.1",
4848
"eslint-plugin-react": "^7.11.1",
49-
"eslint-plugin-typescript": "^0.12.0",
50-
"jest": "^23.5.0",
51-
"jest-enzyme": "^6.0.4",
49+
"eslint-plugin-typescript": "^0.14.0",
50+
"jest": "^24.8.0",
51+
"jest-enzyme": "^7.0.2",
5252
"lerna": "^3.3.0",
53-
"ts-jest": "^23.1.4",
54-
"ts-loader": "^5.0.0",
53+
"ts-jest": "^24.0.2",
54+
"ts-loader": "^6.0.0",
5555
"typescript": "^3.1.1",
56-
"typescript-eslint-parser": "^18.0.0"
56+
"typescript-eslint-parser": "^22.0.0"
5757
},
5858
"resolutions": {
5959
"ansi-styles": "^3.2.0"
@@ -69,7 +69,9 @@
6969
"transform": {
7070
"^.+\\.tsx?$": "ts-jest"
7171
},
72-
"setupTestFrameworkScriptFile": "<rootDir>test/setup.js",
72+
"setupFilesAfterEnv": [
73+
"<rootDir>test/setup.js"
74+
],
7375
"testRegex": "(/__tests__/.*.test*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
7476
"moduleFileExtensions": [
7577
"ts",

packages/yubaba/package.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,15 @@
3434
"react-dom": ">=16.4"
3535
},
3636
"devDependencies": {
37-
"@storybook/addon-actions": "^3.4.10",
38-
"@storybook/addon-links": "^3.4.10",
39-
"@storybook/addon-notes": "^3.4.10",
40-
"@storybook/addon-options": "^3.4.10",
41-
"@storybook/react": "4.0.0-alpha.2",
37+
"@storybook/react": "5.0.11",
4238
"emotion": "^10.0.9",
43-
"enzyme": "^3.6.0",
44-
"enzyme-matchers": "^7.0.1",
45-
"jest-enzyme": "^6.0.4",
46-
"material-ui": "^0.20.2",
47-
"polished": "^2.0.3",
39+
"polished": "^3.3.0",
4840
"react": "^16.8.6",
4941
"react-body-classname": "^1.2.0",
5042
"react-dom": "^16.8.6",
51-
"react-router-dom": "^4.3.1",
43+
"react-router-dom": "^5.0.0",
5244
"react-select": "^2.4.2",
53-
"size-limit": "^0.21.0",
45+
"size-limit": "^1.3.2",
5446
"styled-components": "^4.2.0",
5547
"yubaba-common": "^2.3.1"
5648
}

0 commit comments

Comments
 (0)