Skip to content

Commit 47b22e2

Browse files
committed
update pkg.json
1 parent 8780ce5 commit 47b22e2

File tree

2 files changed

+82
-75
lines changed

2 files changed

+82
-75
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"knit": "knit",
1919
"knit:clean": "rm -rf dist",
2020
"knit:copy": "knit copy --ignore-path=@oncojs/**/{__mocks__,__tests__,*.js}",
21-
"knit:stitch": "knit stitch --concurrently --scope unpublished",
22-
"knit:build:es6": "NODE_ENV=production knit exec --concurrently --scope unpublished -- babel . -d ROOT_DIR/dist/KNIT_MODULE_NAME/es6 --ignore tests,mocks",
23-
"knit:build:cjs": "NODE_ENV=production knit exec --concurrently --scope unpublished -- babel --plugins transform-es2015-modules-commonjs . -d ROOT_DIR/dist/KNIT_MODULE_NAME --ignore tests,mocks",
24-
"knit:build:umd": "NODE_ENV=production knit exec --concurrently --scope unpublished -- rollup -c ROOT_DIR/rollup.config.js -i ROOT_DIR/dist/KNIT_MODULE_NAME/es6/index.js -o ROOT_DIR/dist/KNIT_MODULE_NAME/umd/index.min.js -n KNIT_MODULE_NAME",
21+
"knit:stitch": "knit stitch --parallel --scope public",
22+
"knit:build:es6": "NODE_ENV=production knit exec --parallel --scope public --label 'Building ES6' -- babel . -d ROOT_DIR/dist/KNIT_MODULE_NAME/es6 --ignore tests,mocks",
23+
"knit:build:cjs": "NODE_ENV=production knit exec --parallel --scope public --label 'Building CJS' -- babel --plugins transform-es2015-modules-commonjs . -d ROOT_DIR/dist/KNIT_MODULE_NAME --ignore tests,mocks",
24+
"knit:build:umd": "NODE_ENV=production knit exec --parallel --scope public --label 'Building UMD' -- rollup -c ROOT_DIR/rollup.config.js -i ROOT_DIR/dist/KNIT_MODULE_NAME/es6/index.js -o ROOT_DIR/dist/KNIT_MODULE_NAME/umd/index.min.js -n KNIT_MODULE_NAME",
2525
"knit:build": "run-s knit:clean knit:copy knit:build:es6 knit:build:cjs knit:build:umd knit:stitch",
2626
"preknit:publish": "npm run knit:build",
27-
"knit:publish": "knit exec --scope unpublished --working-dir dist -- npm publish --access public",
27+
"knit:publish": "knit exec --label 'Publishing' --scope unpublished --working-dir dist -- npm publish --access public",
2828
"preversion": "knit validate",
29-
"version": "knit exec --scope modified -- npm version --no-git-tag-version $npm_package_version && git add .",
29+
"version": "knit exec --label 'Versioning' --scope modified -- npm version --no-git-tag-version $npm_package_version && git add .",
3030
"predeploy": "npm run build",
3131
"deploy": "gh-pages -d build",
3232
"release": "npm version",
@@ -43,14 +43,14 @@
4343
"react": "15.5.4"
4444
},
4545
"devDependencies": {
46-
"@knit/knit": "0.5.0",
46+
"@knit/knit": "^0.6.0",
4747
"babel-cli": "6.24.1",
4848
"eslint-config-prettier": "2.1.1",
4949
"eslint-plugin-prettier": "2.1.1",
50-
"flow-bin": "0.46.0",
50+
"flow-bin": "^0.47.0",
5151
"gh-pages": "1.0.0",
5252
"husky": "0.13.3",
53-
"lint-staged": "3.4.2",
53+
"lint-staged": "^3.5.0",
5454
"npm-run-all": "4.0.2",
5555
"prettier": "1.3.1",
5656
"react-dom": "15.5.4",

yarn.lock

+73-66
Original file line numberDiff line numberDiff line change
@@ -2,68 +2,68 @@
22
# yarn lockfile v1
33

44

5-
"@knit/common-tasks@0.5.0":
6-
version "0.5.0"
7-
resolved "https://registry.yarnpkg.com/@knit/common-tasks/-/common-tasks-0.5.0.tgz#96e801d35c722617a1da4fde2b096b66cf705175"
8-
dependencies:
9-
"@knit/find-dependencies" "0.5.0"
10-
"@knit/find-modified-packages" "0.5.0"
11-
"@knit/find-packages" "0.5.0"
12-
"@knit/find-unpublished-packages" "0.5.0"
13-
"@knit/knit-core" "0.5.0"
14-
"@knit/needle" "0.5.0"
15-
"@knit/read-pkg" "0.5.0"
5+
"@knit/common-tasks@0.6.0":
6+
version "0.6.0"
7+
resolved "https://registry.yarnpkg.com/@knit/common-tasks/-/common-tasks-0.6.0.tgz#4c05824297589a0f90e6fbdf15e5ee54b06a62ef"
8+
dependencies:
9+
"@knit/find-dependencies" "0.6.0"
10+
"@knit/find-modified-packages" "0.6.0"
11+
"@knit/find-packages" "0.6.0"
12+
"@knit/find-unpublished-packages" "0.6.0"
13+
"@knit/knit-core" "0.6.0"
14+
"@knit/needle" "0.6.0"
15+
"@knit/read-pkg" "0.6.0"
1616
execa "^0.6.0"
1717
fs-extra "^3.0.1"
1818
listr "^0.12.0"
1919
multimatch "^2.1.0"
2020
semver "5.3.0"
2121

22-
"@knit/depcheck@0.5.0":
23-
version "0.5.0"
24-
resolved "https://registry.yarnpkg.com/@knit/depcheck/-/depcheck-0.5.0.tgz#a1e2669512ec200ba76b745051ca7f16672d5837"
22+
"@knit/depcheck@0.6.0":
23+
version "0.6.0"
24+
resolved "https://registry.yarnpkg.com/@knit/depcheck/-/depcheck-0.6.0.tgz#e5e816a8a8e618b2cae835bc28750057656c28d2"
2525
dependencies:
26-
"@knit/needle" "0.5.0"
27-
"@knit/webpack-config-socks" "0.5.0"
26+
"@knit/needle" "0.6.0"
27+
"@knit/webpack-config-socks" "0.6.0"
2828
babylon "^6.16.1"
2929
depcheck "^0.6.7"
3030
lodash "^4.17.4"
3131
pify "2.3.0"
3232

33-
"@knit/find-dependencies@0.5.0":
34-
version "0.5.0"
35-
resolved "https://registry.yarnpkg.com/@knit/find-dependencies/-/find-dependencies-0.5.0.tgz#0932afe8613ad68eedd363d41603d080c711d8d8"
33+
"@knit/find-dependencies@0.6.0":
34+
version "0.6.0"
35+
resolved "https://registry.yarnpkg.com/@knit/find-dependencies/-/find-dependencies-0.6.0.tgz#dbce85e5a3b9da0da661c0295232d0d1d524d1cb"
3636
dependencies:
37-
"@knit/depcheck" "0.5.0"
38-
"@knit/needle" "0.5.0"
37+
"@knit/depcheck" "0.6.0"
38+
"@knit/needle" "0.6.0"
3939
"@knit/path-join" "0.5.0"
40-
"@knit/read-pkg" "0.5.0"
40+
"@knit/read-pkg" "0.6.0"
4141

42-
"@knit/find-modified-packages@0.5.0":
43-
version "0.5.0"
44-
resolved "https://registry.yarnpkg.com/@knit/find-modified-packages/-/find-modified-packages-0.5.0.tgz#34abc969c692a0cdc5dd6178bb3864f32ebc0c40"
42+
"@knit/find-modified-packages@0.6.0":
43+
version "0.6.0"
44+
resolved "https://registry.yarnpkg.com/@knit/find-modified-packages/-/find-modified-packages-0.6.0.tgz#320293f6a7e7076453003658fba5ac4a04b3ca57"
4545
dependencies:
46-
"@knit/find-dependencies" "0.5.0"
46+
"@knit/find-dependencies" "0.6.0"
4747
"@knit/is-scoped" "0.5.0"
48-
"@knit/knit-core" "0.5.0"
48+
"@knit/knit-core" "0.6.0"
4949
execa "^0.6.0"
5050

51-
"@knit/find-packages@0.5.0":
52-
version "0.5.0"
53-
resolved "https://registry.yarnpkg.com/@knit/find-packages/-/find-packages-0.5.0.tgz#fc5c382fb4279654ba83359fb989786892e8e9b3"
51+
"@knit/find-packages@0.6.0":
52+
version "0.6.0"
53+
resolved "https://registry.yarnpkg.com/@knit/find-packages/-/find-packages-0.6.0.tgz#b723843ac5846471fbfdca0239ebdfbe79a806fa"
5454
dependencies:
5555
"@knit/get-package-from-dir" "0.5.0"
5656
"@knit/is-scoped" "0.5.0"
5757
"@knit/path-join" "0.5.0"
58-
"@knit/read-pkg" "0.5.0"
58+
"@knit/read-pkg" "0.6.0"
5959
fs-extra "^3.0.1"
6060

61-
"@knit/find-unpublished-packages@0.5.0":
62-
version "0.5.0"
63-
resolved "https://registry.yarnpkg.com/@knit/find-unpublished-packages/-/find-unpublished-packages-0.5.0.tgz#2ceb148fad5378bcaaba92990f2cdf0aa4fae281"
61+
"@knit/find-unpublished-packages@0.6.0":
62+
version "0.6.0"
63+
resolved "https://registry.yarnpkg.com/@knit/find-unpublished-packages/-/find-unpublished-packages-0.6.0.tgz#01d6d9e543a534a4216895c25dcf6dfd4629fd11"
6464
dependencies:
65-
"@knit/knit-core" "0.5.0"
66-
"@knit/read-pkg" "0.5.0"
65+
"@knit/knit-core" "0.6.0"
66+
"@knit/read-pkg" "0.6.0"
6767
"@knit/yarn-utils" "0.5.0"
6868

6969
@@ -74,25 +74,25 @@
7474
version "0.5.0"
7575
resolved "https://registry.yarnpkg.com/@knit/is-scoped/-/is-scoped-0.5.0.tgz#b55ce2186e4e937b3f1cc84e37cfa2b34f5f6d7a"
7676

77-
"@knit/knit-core@0.5.0":
78-
version "0.5.0"
79-
resolved "https://registry.yarnpkg.com/@knit/knit-core/-/knit-core-0.5.0.tgz#dd1f6fd1a7d12419f0cead6ced55d749cb3b98d8"
77+
"@knit/knit-core@0.6.0":
78+
version "0.6.0"
79+
resolved "https://registry.yarnpkg.com/@knit/knit-core/-/knit-core-0.6.0.tgz#4622dfe959a1200789c0c1da9824e8b25ba43c83"
8080
dependencies:
81-
"@knit/needle" "0.5.0"
82-
"@knit/read-pkg" "0.5.0"
81+
"@knit/needle" "0.6.0"
82+
"@knit/read-pkg" "0.6.0"
8383

84-
"@knit/knit@0.5.0":
85-
version "0.5.0"
86-
resolved "https://registry.yarnpkg.com/@knit/knit/-/knit-0.5.0.tgz#08a1f005c3074fce9b8a89f84292fc4624c9c55a"
84+
"@knit/knit@^0.6.0":
85+
version "0.6.0"
86+
resolved "https://registry.yarnpkg.com/@knit/knit/-/knit-0.6.0.tgz#e9d0ca566c8631c4b16699df5c40d7a2295fee5d"
8787
dependencies:
88-
"@knit/common-tasks" "0.5.0"
89-
"@knit/find-dependencies" "0.5.0"
90-
"@knit/knit-core" "0.5.0"
88+
"@knit/common-tasks" "0.6.0"
89+
"@knit/find-dependencies" "0.6.0"
90+
"@knit/knit-core" "0.6.0"
9191
"@knit/logger" "0.5.0"
92-
"@knit/needle" "0.5.0"
92+
"@knit/needle" "0.6.0"
9393
"@knit/nice-errors" "0.5.0"
9494
"@knit/path-join" "0.5.0"
95-
"@knit/read-pkg" "0.5.0"
95+
"@knit/read-pkg" "0.6.0"
9696
"@knit/yarn-utils" "0.5.0"
9797
chalk "1.1.3"
9898
execa "^0.6.0"
@@ -111,10 +111,11 @@
111111
listr-update-renderer "^0.4.0"
112112
listr-verbose-renderer "^0.4.0"
113113

114-
"@knit/needle@0.5.0":
115-
version "0.5.0"
116-
resolved "https://registry.yarnpkg.com/@knit/needle/-/needle-0.5.0.tgz#aa8aff52662527c17f8856b823a4f2c0e9d8fcbc"
114+
"@knit/needle@0.6.0":
115+
version "0.6.0"
116+
resolved "https://registry.yarnpkg.com/@knit/needle/-/needle-0.6.0.tgz#202e7c1ae1f6cff707fba34061bf1189603faa0b"
117117
dependencies:
118+
dotenv "4.0.0"
118119
read-pkg-up "2.0.0"
119120

120121
@@ -129,19 +130,19 @@
129130
version "0.5.0"
130131
resolved "https://registry.yarnpkg.com/@knit/path-join/-/path-join-0.5.0.tgz#4a5e50773572814bf536be0dbb4a7e8436f77e9b"
131132

132-
"@knit/read-pkg@0.5.0":
133-
version "0.5.0"
134-
resolved "https://registry.yarnpkg.com/@knit/read-pkg/-/read-pkg-0.5.0.tgz#2c221adcf27300ec80e2944b5f790691c796d7d6"
133+
"@knit/read-pkg@0.6.0":
134+
version "0.6.0"
135+
resolved "https://registry.yarnpkg.com/@knit/read-pkg/-/read-pkg-0.6.0.tgz#f9b57c3341796fe466f0829bc75f26ecf5976288"
135136
dependencies:
136-
"@knit/needle" "0.5.0"
137+
"@knit/needle" "0.6.0"
137138
"@knit/path-join" "0.5.0"
138139
read-pkg "2.0.0"
139140

140-
"@knit/webpack-config-socks@0.5.0":
141-
version "0.5.0"
142-
resolved "https://registry.yarnpkg.com/@knit/webpack-config-socks/-/webpack-config-socks-0.5.0.tgz#a47002579264d356b5f9fabc3b61c430d0fe9601"
141+
"@knit/webpack-config-socks@0.6.0":
142+
version "0.6.0"
143+
resolved "https://registry.yarnpkg.com/@knit/webpack-config-socks/-/webpack-config-socks-0.6.0.tgz#9aa3e1f162ab6e255d433b72b3c8311fbf786ba2"
143144
dependencies:
144-
"@knit/needle" "0.5.0"
145+
"@knit/needle" "0.6.0"
145146
babel-loader "^6.3.2"
146147
case-sensitive-paths-webpack-plugin "1.1.4"
147148
compression-webpack-plugin "0.3.2"
@@ -3112,9 +3113,9 @@ flatten@^1.0.2:
31123113
version "1.0.2"
31133114
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
31143115

3115-
flow-bin@0.46.0:
3116-
version "0.46.0"
3117-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.46.0.tgz#06ad7fe19dddb1042264438064a2a32fee12b872"
3116+
flow-bin@^0.47.0:
3117+
version "0.47.0"
3118+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.47.0.tgz#a2a08ab3e0d1f1cb57d17e27b30b118b62fda367"
31183119

31193120
31203121
version "0.45.0"
@@ -4404,16 +4405,18 @@ levn@^0.3.0, levn@~0.3.0:
44044405
prelude-ls "~1.1.2"
44054406
type-check "~0.3.2"
44064407

4407-
lint-staged@3.4.2:
4408-
version "3.4.2"
4409-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-3.4.2.tgz#9cd1c0e4e477326c2696802a8377c22f92d65e79"
4408+
lint-staged@^3.5.0:
4409+
version "3.5.0"
4410+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-3.5.0.tgz#e8a8900b863e85051a3769e0a11ccb4a7dfa9f83"
44104411
dependencies:
44114412
app-root-path "^2.0.0"
44124413
cosmiconfig "^1.1.0"
44134414
execa "^0.6.0"
44144415
listr "^0.12.0"
4416+
lodash.chunk "^4.2.0"
44154417
minimatch "^3.0.0"
44164418
npm-which "^3.0.1"
4419+
p-map "^1.1.1"
44174420
staged-git-files "0.0.4"
44184421

44194422
listr-silent-renderer@^1.1.1:
@@ -4538,6 +4541,10 @@ lodash.camelcase@^4.3.0:
45384541
version "4.3.0"
45394542
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
45404543

4544+
lodash.chunk@^4.2.0:
4545+
version "4.2.0"
4546+
resolved "https://registry.yarnpkg.com/lodash.chunk/-/lodash.chunk-4.2.0.tgz#66e5ce1f76ed27b4303d8c6512e8d1216e8106bc"
4547+
45414548
lodash.cond@^4.3.0:
45424549
version "4.5.2"
45434550
resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"

0 commit comments

Comments
 (0)