Skip to content

Commit

Permalink
build: rebuild cjs package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Jul 4, 2019
1 parent f591828 commit 763eca8
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 28 deletions.
9 changes: 5 additions & 4 deletions packages/alternative_builds/cjs/dnd-core/package.json
Expand Up @@ -16,9 +16,10 @@
"redux": "^4.0.1"
},
"devDependencies": {
"dnd-core": "^9.0.0",
"npm-run-all": "^4.1.5",
"rimraf": "^2.6.3",
"typescript": "^3.5.2"
}
}
"typescript": "^3.5.2",
"dnd-core": "9.0.0"
},
"peerDependencies": {}
}
9 changes: 5 additions & 4 deletions packages/alternative_builds/cjs/html5-backend/package.json
Expand Up @@ -15,10 +15,11 @@
"@types/react": "^16.8.23",
"npm-run-all": "^4.1.5",
"react": "^16.8.6",
"react-dnd-html5-backend": "^9.0.0",
"react-dnd-test-backend": "^9.0.0",
"react-dom": "^16.8.6",
"rimraf": "^2.6.3",
"typescript": "^3.5.2"
}
}
"typescript": "^3.5.2",
"react-dnd-html5-backend": "9.0.0"
},
"peerDependencies": {}
}
10 changes: 5 additions & 5 deletions packages/alternative_builds/cjs/react-dnd/package.json
Expand Up @@ -11,9 +11,9 @@
"dependencies": {
"@types/hoist-non-react-statics": "^3.3.1",
"@types/shallowequal": "^1.1.1",
"dnd-core-cjs": "^9.0.0",
"hoist-non-react-statics": "^3.3.0",
"shallowequal": "^1.1.0"
"shallowequal": "^1.1.0",
"dnd-core-cjs": "^9.0.0"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
Expand All @@ -25,13 +25,13 @@
"babel-loader": "^8.0.6",
"npm-run-all": "^4.1.5",
"react": "^16.8.6",
"react-dnd": "^9.0.0",
"react-dom": "^16.8.6",
"rimraf": "^2.6.3",
"typescript": "^3.5.2"
"typescript": "^3.5.2",
"react-dnd": "9.0.0"
},
"peerDependencies": {
"react": ">= 16.8",
"react-dom": ">= 16.8"
}
}
}
9 changes: 5 additions & 4 deletions packages/alternative_builds/cjs/test-backend/package.json
Expand Up @@ -13,8 +13,9 @@
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"react-dnd-test-backend": "^9.0.0",
"rimraf": "^2.6.3",
"typescript": "^3.5.2"
}
}
"typescript": "^3.5.2",
"react-dnd-test-backend": "9.0.0"
},
"peerDependencies": {}
}
11 changes: 6 additions & 5 deletions packages/alternative_builds/cjs/test-utils/package.json
Expand Up @@ -7,20 +7,21 @@
"build": "tsc",
"clean": "rimraf lib"
},
"dependencies": {},
"devDependencies": {
"npm-run-all": "^4.1.5",
"react": "^16.8.6",
"react-dnd": "^9.0.0",
"react-dnd-test-backend": "^9.0.0",
"react-dnd-test-utils": "^9.0.0",
"react-dom": "^16.8.6",
"rimraf": "^2.6.3",
"typescript": "^3.5.2"
"typescript": "^3.5.2",
"react-dnd-test-utils": "9.0.0"
},
"peerDependencies": {
"react": ">= 16.8.5",
"react-dom": ">= 16.8.5",
"react-dnd-cjs": "^7.3.2",
"react-dnd-test-backend-cjs": "^7.2.0",
"react-dom": ">= 16.8.5"
"react-dnd-test-backend-cjs": "^7.2.0"
}
}
}
13 changes: 7 additions & 6 deletions packages/alternative_builds/cjs/touch-backend/package.json
Expand Up @@ -10,13 +10,14 @@
},
"dependencies": {
"@types/invariant": "^2.2.30",
"dnd-core-cjs": "^9.0.0",
"invariant": "^2.2.4"
"invariant": "^2.2.4",
"dnd-core-cjs": "^9.0.0"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"react-dnd-touch-backend": "^9.0.0",
"rimraf": "^2.6.3",
"typescript": "^3.5.2"
}
}
"typescript": "^3.5.2",
"react-dnd-touch-backend": "9.0.0"
},
"peerDependencies": {}
}

0 comments on commit 763eca8

Please sign in to comment.