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

Commit 1f80aed

Browse files
committed
chore: upgrade deps
1 parent abea8de commit 1f80aed

File tree

4 files changed

+423
-421
lines changed

4 files changed

+423
-421
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,32 +25,32 @@
2525
}
2626
],
2727
"devDependencies": {
28-
"@babel/cli": "^7.5.5",
29-
"@babel/core": "^7.5.5",
28+
"@babel/cli": "^7.6.0",
29+
"@babel/core": "^7.6.0",
3030
"@babel/plugin-external-helpers": "^7.2.0",
3131
"@babel/plugin-proposal-class-properties": "^7.5.5",
32-
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
33-
"@babel/plugin-transform-runtime": "^7.5.5",
34-
"@babel/preset-env": "^7.5.5",
32+
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
33+
"@babel/plugin-transform-runtime": "^7.6.0",
34+
"@babel/preset-env": "^7.6.0",
3535
"@babel/preset-react": "^7.0.0",
36-
"@emotion/core": "^10.0.16",
37-
"@emotion/styled": "^10.0.15",
36+
"@emotion/core": "^10.0.17",
37+
"@emotion/styled": "^10.0.17",
3838
"@xstyled/emotion": "^1.11.0",
3939
"@xstyled/styled-components": "^1.11.0",
4040
"@xstyled/system": "^1.11.0",
4141
"babel-eslint": "^10.0.2",
4242
"babel-jest": "^24.8.0",
4343
"babel-plugin-annotate-pure-calls": "^0.4.0",
44-
"babel-plugin-emotion": "^10.0.15",
44+
"babel-plugin-emotion": "^10.0.19",
4545
"babel-plugin-styled-components": "^1.10.6",
4646
"babel-plugin-transform-rename-import": "^2.3.0",
4747
"bundlesize": "^0.18.0",
4848
"conventional-github-releaser": "^3.1.3",
49-
"cross-env": "^5.2.0",
50-
"emotion-theming": "^10.0.14",
51-
"eslint": "^6.1.0",
49+
"cross-env": "^6.0.0",
50+
"emotion-theming": "^10.0.19",
51+
"eslint": "^6.4.0",
5252
"eslint-config-airbnb": "^18.0.1",
53-
"eslint-config-prettier": "^6.0.0",
53+
"eslint-config-prettier": "^6.3.0",
5454
"eslint-plugin-import": "^2.18.2",
5555
"eslint-plugin-jsx-a11y": "^6.2.3",
5656
"eslint-plugin-react": "^7.14.3",
@@ -59,14 +59,14 @@
5959
"lerna": "^3.16.4",
6060
"react": "^16.9.0",
6161
"react-dom": "^16.9.0",
62-
"reakit": "^1.0.0-beta.4",
63-
"rollup": "^1.20.3",
62+
"reakit": "^1.0.0-beta.7",
63+
"rollup": "^1.21.4",
6464
"rollup-plugin-babel": "^4.3.3",
6565
"rollup-plugin-commonjs": "^10.0.2",
6666
"rollup-plugin-node-resolve": "^5.2.0",
6767
"rollup-plugin-replace": "^2.2.0",
6868
"rollup-plugin-size-snapshot": "^0.10.0",
69-
"rollup-plugin-terser": "^5.1.1",
69+
"rollup-plugin-terser": "^5.1.2",
7070
"shx": "^0.3.2",
7171
"styled-components": "^4.3.2"
7272
}

β€Žpackages/core-em/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"access": "public"
2525
},
2626
"dependencies": {
27-
"@babel/runtime": "^7.5.5",
27+
"@babel/runtime": "^7.6.0",
2828
"@xstyled/emotion": "^1.11.0",
2929
"@xstyled/util": "^1.11.0",
3030
"polished": "^3.4.1",

β€Žpackages/core-sc/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"access": "public"
2525
},
2626
"dependencies": {
27-
"@babel/runtime": "^7.5.5",
27+
"@babel/runtime": "^7.6.0",
2828
"@xstyled/styled-components": "^1.11.0",
2929
"@xstyled/util": "^1.11.0",
3030
"polished": "^3.4.1",

0 commit comments

Comments
Β (0)