Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 8 dependencies from npm #2952

Merged
merged 8 commits into from
Feb 10, 2018
2 changes: 1 addition & 1 deletion addons/knobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"moment": "^2.20.1",
"prop-types": "^15.6.0",
"react-color": "^2.11.4",
"react-datetime": "^2.12.0",
"react-datetime": "^2.13.0",
"react-textarea-autosize": "^5.2.1",
"util-deprecate": "^1.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"react": "^16.0.0",
"react-dev-utils": "^5.0.0",
"react-dom": "^16.0.0",
"react-modal": "^3.1.12",
"react-modal": "^3.1.13",
"redux": "^3.6.0",
"request": "^2.81.0",
"rxjs": "^5.4.2",
Expand Down
2 changes: 1 addition & 1 deletion app/polymer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"react": "^16.0.0",
"react-dev-utils": "^5.0.0",
"react-dom": "^16.0.0",
"react-modal": "^3.1.12",
"react-modal": "^3.1.13",
"redux": "^3.7.2",
"request": "^2.83.0",
"style-loader": "^0.20.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/cra-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"@storybook/client-logger": "^3.4.0-alpha.7",
"@storybook/components": "^3.4.0-alpha.7",
"@storybook/react": "^3.4.0-alpha.7",
"babel-jest": "^22.2.0",
"babel-jest": "^22.2.2",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.0",
"enzyme-to-json": "^3.3.1",
"jest": "^22.2.0",
"react-scripts": "^1.1.0"
"jest": "^22.2.2",
"react-scripts": "^1.1.1"
}
}
2 changes: 1 addition & 1 deletion lib/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-fuzzy": "^0.5.1",
"react-icons": "^2.2.7",
"react-inspector": "^2.2.2",
"react-modal": "^3.1.12",
"react-modal": "^3.1.13",
"react-split-pane": "^0.1.75",
"react-treebeard": "^2.1.0",
"redux": "^3.7.2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.7.0",
"eslint-plugin-jest": "^21.8.0",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
Expand Down
Loading