Skip to content

Commit

Permalink
Fix build by refreshing package-lock.json and bumping some packages (#…
Browse files Browse the repository at this point in the history
…130)

- Hold webpack at 4.28.4
- Bump docz
- Bump styled-components in packages/*
- Bump lerna
- Refresh all package-lock.json's
  • Loading branch information
lederer authored Jan 31, 2019
1 parent b9a1326 commit d196c32
Show file tree
Hide file tree
Showing 9 changed files with 10,494 additions and 9,402 deletions.
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"lerna": "2.4.0",
"packages": [
"packages/*"
],
Expand Down
19,724 changes: 10,405 additions & 9,319 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,16 @@
"camelcase": "^5.0.0",
"chalk": "^2.4.1",
"commander": "^2.17.0",
"docz": "^0.12.5",
"docz": "^0.13.7",
"docz-theme-default": "^0.13.7",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16.2": "^1.0.0",
"flow-bin": "^0.85.0",
"fs-copy-file-sync": "^1.1.1",
"glob-loader": "^0.3.0",
"inquirer": "^6.0.0",
"jest": "^23.4.1",
"lerna": "^2.11.0",
"lerna": "^3.10.7",
"lerna-changelog": "^0.8.0",
"lint-staged": "^8.0.0",
"lodash.upperfirst": "^4.3.1",
Expand All @@ -55,7 +56,7 @@
"svgo": "^1.1.1",
"svgson-cli": "^1.1.0",
"svgson-next": "^4.3.0",
"webpack": "^4.16.0",
"webpack": "4.28.4",
"webpack-blocks": "^1.0.0"
},
"lint-staged": {
Expand All @@ -76,7 +77,7 @@
"dependencies": {
"polished": "^2.0.1",
"prop-types": "^15.6.2",
"styled-components": "^4.0.2",
"styled-components": "^4.1.2",
"styled-system": "^3.1.11"
},
"bin": {
Expand Down
52 changes: 27 additions & 25 deletions packages/chart/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"module": "src/index.js",
"peerDependencies": {
"styled-components": "^3.3.3"
"styled-components": "^4.1.2"
},
"dependencies": {
"@blasterjs/core": "^0.0.12",
Expand Down
52 changes: 27 additions & 25 deletions packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"module": "src/index.js",
"peerDependencies": {
"styled-components": "^3.3.3"
"styled-components": "^4.1.2"
},
"dependencies": {
"polished": "^2.0.1"
Expand Down
52 changes: 27 additions & 25 deletions packages/docs-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"module": "src/index.js",
"peerDependencies": {
"styled-components": "^3.3.3"
"styled-components": "^4.1.2"
},
"dependencies": {
"@blasterjs/core": "^0.0.12",
Expand Down

0 comments on commit d196c32

Please sign in to comment.