Skip to content

Commit

Permalink
chore: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jan 26, 2020
1 parent 36d9585 commit a45f34a
Show file tree
Hide file tree
Showing 9 changed files with 1,982 additions and 1,455 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,47 +26,47 @@
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-transform-modules-commonjs": "^7.7.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.23",
"@testing-library/jest-dom": "^4.2.3",
"@testing-library/jest-dom": "^5.0.2",
"@testing-library/react": "^9.3.2",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-jest": "^25.1.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"bundlesize": "^0.18.0",
"codecov": "^3.6.1",
"codecov": "^3.6.2",
"conventional-github-releaser": "^3.1.3",
"emotion-theming": "^10.0.19",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.5.0",
"eslint-config-smooth": "^2.1.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^2.2.0",
"jest": "^24.9.0",
"jest": "^25.1.0",
"jest-emotion": "^10.0.17",
"jest-styled-components": "^6.3.4",
"lerna": "^3.18.4",
"jest-styled-components": "^7.0.0",
"lerna": "^3.20.2",
"prettier": "^1.19.1",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"rollup": "^1.27.0",
"rollup": "^1.29.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.0.2",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-size-snapshot": "^0.10.0",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-terser": "^5.2.0",
"shx": "^0.3.2",
"styled-components": "^4.4.1"
"styled-components": "^5.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/babel-preset-emotion-css-prop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"access": "public"
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.7.0",
"@babel/runtime": "^7.7.2",
"@babel/plugin-transform-react-jsx": "^7.8.3",
"@babel/runtime": "^7.8.3",
"@emotion/babel-plugin-jsx-pragmatic": "^0.1.4",
"babel-plugin-emotion": "^10.0.23"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"access": "public"
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@babel/runtime": "^7.8.3",
"@xstyled/system": "^1.15.1"
}
}
2 changes: 1 addition & 1 deletion packages/emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"emotion-theming": "^10.0.0"
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@babel/runtime": "^7.8.3",
"@xstyled/core": "^1.15.1",
"@xstyled/system": "^1.15.1",
"@xstyled/util": "^1.15.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/prop-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"prop-types": "^15.0.0"
},
"dependencies": {
"@babel/runtime": "^7.7.2"
"@babel/runtime": "^7.8.3"
}
}
2 changes: 1 addition & 1 deletion packages/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"styled-components": "^4.0.0"
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@babel/runtime": "^7.8.3",
"@xstyled/core": "^1.15.1",
"@xstyled/system": "^1.15.1",
"@xstyled/util": "^1.15.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"access": "public"
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@babel/runtime": "^7.8.3",
"@xstyled/util": "^1.15.1"
}
}
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"access": "public"
},
"dependencies": {
"@babel/runtime": "^7.7.2"
"@babel/runtime": "^7.8.3"
}
}
Loading

0 comments on commit a45f34a

Please sign in to comment.