Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Remove "bs-platform" as a core dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Dec 20, 2018
1 parent 7885367 commit 31f52bf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/reason-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@phenomic/cli": "^1.0.0-beta.7",
"@phenomic/core": "^1.0.0-beta.7",
"@phenomic/preset-react-app": "^1.0.0-beta.7",
"bs-platform": "^4.0.0",
"bs-platform": "^4.0.8",
"npm-run-all": "^4.0.2",
"react": "^16.3.0",
"react-dom": "^16.3.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.0",
"babel-jest": "^23.6.0",
"bs-platform": "^4.0.0",
"bs-platform": "^4.0.8",
"chalk": "^1.1.3",
"cross-env": "^2.0.0",
"cross-spawn": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bs-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lib/**/*.js"
],
"devDependencies": {
"bs-platform": "^4.0.0",
"bs-platform": "^4.0.8",
"cpy-cli": "^2.0.0",
"replace": "^1.0.0"
},
Expand Down
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@babel/runtime": "^7.0.0",
"@phenomic/api-client": "^1.0.0-beta.7",
"@phenomic/bs-platform": "^1.0.0-beta.7",
"bs-platform": "^4.0.0",
"chalk": "^1.1.3",
"cosmiconfig": "^2.1.1",
"debug": "^2.6.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2950,10 +2950,10 @@ browserslist@^4.3.4:
electron-to-chromium "^1.3.86"
node-releases "^1.0.5"

bs-platform@^4.0.0:
version "4.0.6"
resolved "https://registry.yarnpkg.com/bs-platform/-/bs-platform-4.0.6.tgz#e7f156c77ad3efafb0c0291b41dcf1b06f93c192"
integrity sha512-TrNzQFoV6opBYdUgcRdgQQ5f6JnKgotPFZORIjuHPtRlYgv37P6xVBTGfA4NlMCkHXHcPrL6JI63GyAcfq+qpg==
bs-platform@^4.0.8:
version "4.0.14"
resolved "https://registry.yarnpkg.com/bs-platform/-/bs-platform-4.0.14.tgz#1d9e9622d59ebf4d39408d07b41997201c5f9750"
integrity sha512-bxeMwZPnJ90r48SavF60pkzGn7heaoHn7IF7fpPdh5L8WZfCzf76AikH2zWJii4QahUeInvRN1tNPWQt3ckKJQ==

bser@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 31f52bf

Please sign in to comment.