Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 21, 2019
1 parent abea8de commit 1f80aed
Show file tree
Hide file tree
Showing 4 changed files with 423 additions and 421 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,32 +25,32 @@
}
],
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@emotion/core": "^10.0.16",
"@emotion/styled": "^10.0.15",
"@emotion/core": "^10.0.17",
"@emotion/styled": "^10.0.17",
"@xstyled/emotion": "^1.11.0",
"@xstyled/styled-components": "^1.11.0",
"@xstyled/system": "^1.11.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"babel-plugin-emotion": "^10.0.15",
"babel-plugin-emotion": "^10.0.19",
"babel-plugin-styled-components": "^1.10.6",
"babel-plugin-transform-rename-import": "^2.3.0",
"bundlesize": "^0.18.0",
"conventional-github-releaser": "^3.1.3",
"cross-env": "^5.2.0",
"emotion-theming": "^10.0.14",
"eslint": "^6.1.0",
"cross-env": "^6.0.0",
"emotion-theming": "^10.0.19",
"eslint": "^6.4.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
Expand All @@ -59,14 +59,14 @@
"lerna": "^3.16.4",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"reakit": "^1.0.0-beta.4",
"rollup": "^1.20.3",
"reakit": "^1.0.0-beta.7",
"rollup": "^1.21.4",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-size-snapshot": "^0.10.0",
"rollup-plugin-terser": "^5.1.1",
"rollup-plugin-terser": "^5.1.2",
"shx": "^0.3.2",
"styled-components": "^4.3.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core-em/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"access": "public"
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"@babel/runtime": "^7.6.0",
"@xstyled/emotion": "^1.11.0",
"@xstyled/util": "^1.11.0",
"polished": "^3.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-sc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"access": "public"
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"@babel/runtime": "^7.6.0",
"@xstyled/styled-components": "^1.11.0",
"@xstyled/util": "^1.11.0",
"polished": "^3.4.1",
Expand Down
Loading

0 comments on commit 1f80aed

Please sign in to comment.