Skip to content

Commit d21fefa

Browse files
committed
feat(styled-system): upgraded system-system to version 5.0.6.
affects: @datepicker-react/hooks, @datepicker-react/styled
1 parent 2f522bf commit d21fefa

34 files changed

Lines changed: 6275 additions & 6149 deletions

File tree

.storybook/addons.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
import '@storybook/addon-actions/register'
22
import '@storybook/addon-links/register'
33
import '@storybook/addon-knobs/register'
4+
import '@storybook/addon-viewport/register'

.storybook/preview-head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap&subset=latin-ext" rel="stylesheet">

package.json

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,15 @@
4949
"@babel/core": "^7.4.5",
5050
"@babel/preset-env": "^7.4.5",
5151
"@babel/preset-react": "^7.0.0",
52-
"@storybook/addon-actions": "^5.1.3",
53-
"@storybook/addon-knobs": "^5.1.3",
54-
"@storybook/addon-links": "^5.1.3",
55-
"@storybook/addons": "^5.1.3",
56-
"@storybook/react": "^5.1.3",
52+
"@storybook/addon-actions": "^5.1.8",
53+
"@storybook/addon-knobs": "^5.1.8",
54+
"@storybook/addon-links": "^5.1.8",
55+
"@storybook/addon-viewport": "^5.1.8",
56+
"@storybook/addons": "^5.1.8",
57+
"@storybook/react": "^5.1.8",
5758
"@testing-library/react": "^8.0.1",
58-
"@types/jest": "^24.0.13",
59-
"@types/react": "^16.8.19",
59+
"@types/jest": "^24.0.14",
60+
"@types/react": "^16.8.20",
6061
"@types/storybook__addon-actions": "^3.4.3",
6162
"@types/storybook__addon-knobs": "^5.0.1",
6263
"@types/storybook__react": "^4.0.2",
@@ -70,14 +71,14 @@
7071
"cz-lerna-changelog": "^2.0.2",
7172
"date-fns": "^1.30.1",
7273
"eslint": "^5.16.0",
73-
"eslint-config-prettier": "^4.3.0",
74+
"eslint-config-prettier": "^5.0.0",
7475
"eslint-config-react-app": "^4.0.1",
75-
"eslint-plugin-flowtype": "^3.10.1",
76+
"eslint-plugin-flowtype": "^3.10.3",
7677
"eslint-plugin-import": "^2.17.3",
7778
"eslint-plugin-jsx-a11y": "^6.2.1",
7879
"eslint-plugin-react": "^7.13.0",
7980
"eslint-plugin-react-hooks": "^1.6.0",
80-
"husky": "^2.4.0",
81+
"husky": "^2.4.1",
8182
"is-ci-cli": "^1.1.1",
8283
"jest": "^24.8.0",
8384
"jest-config": "^24.8.0",
@@ -87,33 +88,33 @@
8788
"jest-environment-node": "^24.8.0",
8889
"jest-runner-eslint": "^0.7.4",
8990
"jest-serializer-html": "^7.0.0",
90-
"jest-styled-components": "^6.3.1",
91+
"jest-styled-components": "^6.3.3",
9192
"jest-watch-select-projects": "^0.1.1",
9293
"jest-watch-typeahead": "^0.3.1",
9394
"lerna": "^3.15.0",
94-
"lint-staged": "^8.2.0",
95+
"lint-staged": "^8.2.1",
9596
"npm-run-all": "^4.1.5",
9697
"prettier": "^1.18.2",
9798
"react": "^16.8.6",
9899
"react-dom": "^16.8.6",
99100
"react-hooks-testing-library": "^0.5.1",
100101
"react-test-renderer": "^16.8.6",
101102
"rimraf": "^2.6.3",
102-
"rollup": "^1.15.0",
103+
"rollup": "^1.15.5",
103104
"rollup-plugin-analyzer": "^3.0.1",
104105
"rollup-plugin-babel": "^4.3.2",
105106
"rollup-plugin-commonjs": "^10.0.0",
106-
"rollup-plugin-node-resolve": "^5.0.1",
107+
"rollup-plugin-node-resolve": "^5.0.2",
107108
"rollup-plugin-replace": "^2.2.0",
108109
"rollup-plugin-terser": "^5.0.0",
109110
"rollup-plugin-typescript2": "^0.21.1",
110-
"rollup-plugin-visualizer": "^1.1.1",
111+
"rollup-plugin-visualizer": "^2.2.0",
111112
"stylelint": "^10.1.0",
112113
"stylelint-config-standard": "^18.3.0",
113114
"stylelint-config-styled-components": "^0.1.1",
114115
"stylelint-processor-styled-components": "^1.8.0",
115116
"ts-jest": "^24.0.2",
116-
"typescript": "^3.5.1"
117+
"typescript": "^3.5.2"
117118
},
118119
"config": {
119120
"commitizen": {
@@ -136,7 +137,7 @@
136137
]
137138
},
138139
"resolutions": {
139-
"@types/react": "^16.8.19"
140+
"@types/react": "^16.8.20"
140141
},
141142
"name": "react-datepicker"
142143
}

0 commit comments

Comments
 (0)