Skip to content

Commit 01df17d

Browse files
committed
chore(dependencies): update dependencies
affects: @datepicker-react/styled
1 parent 7ab9fdd commit 01df17d

3 files changed

Lines changed: 226 additions & 74 deletions

File tree

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +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.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",
52+
"@storybook/addon-actions": "^5.1.9",
53+
"@storybook/addon-knobs": "^5.1.9",
54+
"@storybook/addon-links": "^5.1.9",
55+
"@storybook/addon-viewport": "^5.1.9",
56+
"@storybook/addons": "^5.1.9",
5757
"@storybook/react": "^5.1.8",
5858
"@testing-library/react": "^8.0.1",
5959
"@types/jest": "^24.0.15",
60-
"@types/react": "^16.8.20",
60+
"@types/react": "^16.8.22",
6161
"@types/storybook__addon-actions": "^3.4.3",
6262
"@types/storybook__addon-knobs": "^5.0.1",
6363
"@types/storybook__react": "^4.0.2",
@@ -73,7 +73,7 @@
7373
"eslint": "^5.16.0",
7474
"eslint-config-prettier": "^5.0.0",
7575
"eslint-config-react-app": "^4.0.1",
76-
"eslint-plugin-flowtype": "^3.10.3",
76+
"eslint-plugin-flowtype": "^3.10.4",
7777
"eslint-plugin-import": "^2.17.3",
7878
"eslint-plugin-jsx-a11y": "^6.2.1",
7979
"eslint-plugin-react": "^7.13.0",
@@ -97,7 +97,7 @@
9797
"prettier": "^1.18.2",
9898
"react": "^16.8.6",
9999
"react-dom": "^16.8.6",
100-
"react-hooks-testing-library": "^0.5.1",
100+
"react-hooks-testing-library": "^0.6.0",
101101
"react-test-renderer": "^16.8.6",
102102
"rimraf": "^2.6.3",
103103
"rollup": "^1.15.6",
@@ -108,7 +108,7 @@
108108
"rollup-plugin-replace": "^2.2.0",
109109
"rollup-plugin-terser": "^5.0.0",
110110
"rollup-plugin-typescript2": "^0.21.2",
111-
"rollup-plugin-visualizer": "^2.2.1",
111+
"rollup-plugin-visualizer": "^2.4.3",
112112
"stylelint": "^10.1.0",
113113
"stylelint-config-standard": "^18.3.0",
114114
"stylelint-config-styled-components": "^0.1.1",
@@ -137,7 +137,7 @@
137137
]
138138
},
139139
"resolutions": {
140-
"@types/react": "^16.8.20"
140+
"@types/react": "^16.8.22"
141141
},
142142
"name": "react-datepicker"
143143
}

packages/styled/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
"@types/styled-system": "^4.2.1",
4444
"csstype": "^2.6.5",
4545
"date-fns": "^1.30.1",
46-
"styled-components": "^4.3.1"
46+
"styled-components": "^4.3.2"
4747
},
4848
"dependencies": {
4949
"@datepicker-react/hooks": "^1.4.1",
50-
"styled-system": "^5.0.6"
50+
"styled-system": "^5.0.10"
5151
},
5252
"publishConfig": {
5353
"access": "public"

0 commit comments

Comments
 (0)