Skip to content

Commit 4afe884

Browse files
2 parents a651628 + 8ca1c07 commit 4afe884

File tree

6 files changed

+39
-21
lines changed

6 files changed

+39
-21
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# How to use
22

3+
[![Greenkeeper badge](https://badges.greenkeeper.io/TechPacket/techpacket-build-tools.svg)](https://greenkeeper.io/)
4+
35
## Installing
46

57
```bash

greenkeeper.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"groups": {
3+
"default": {
4+
"packages": [
5+
"package.json",
6+
"packages/core/package.json",
7+
"packages/dev-utils/package.json",
8+
"packages/errors/package.json",
9+
"packages/logger/package.json",
10+
"packages/plugin-typescript/package.json",
11+
"packages/plugin-webpack-logger/package.json",
12+
"packages/preset-babel-base/package.json"
13+
]
14+
}
15+
}
16+
}

package.json

100755100644
+14-14
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@
3030
"@techpacket-build-tools/logger": "^1.0.4",
3131
"@techpacket-build-tools/preset-babel-base": "^1.0.2",
3232
"address": "^1.0.1",
33-
"cac": "^4.4.1",
33+
"cac": "^5.0.10",
3434
"chalk": "2.4.1",
3535
"chokidar": "^2.0.3",
36-
"dotenv": "^5.0.1",
36+
"dotenv": "^6.0.0",
3737
"find-babel-config": "^1.1.0",
38-
"get-port": "^3.2.0",
38+
"get-port": "^4.0.0",
3939
"import-local-file": "^0.2.0",
4040
"lodash": "^4.17.4",
4141
"loud-rejection": "^1.6.0",
4242
"opn": "^5.0.0",
43-
"parse-json-config": "^0.2.2",
43+
"parse-json-config": "^0.3.1",
4444
"update-notifier": "^2.1.0",
4545
"use-config": "^2.0.4",
4646
"webpack-chain": "^4.8.0",
@@ -49,20 +49,20 @@
4949
"yarn-global": "^1.1.0"
5050
},
5151
"devDependencies": {
52-
"@commitlint/cli": "^6.1.3",
53-
"@commitlint/config-conventional": "^6.1.3",
54-
"eslint": "^4.16.0",
55-
"eslint-config-prettier": "^2.9.0",
56-
"eslint-config-standard": "^11.0.0-beta.0",
52+
"@commitlint/cli": "^7.1.2",
53+
"@commitlint/config-conventional": "^7.1.2",
54+
"eslint": "^5.5.0",
55+
"eslint-config-prettier": "^3.0.1",
56+
"eslint-config-standard": "^12.0.0",
5757
"eslint-formatter-pretty": "^1.3.0",
5858
"eslint-plugin-import": "^2.8.0",
59-
"eslint-plugin-node": "^5.2.1",
59+
"eslint-plugin-node": "^7.0.1",
6060
"eslint-plugin-prettier": "^2.5.0",
61-
"eslint-plugin-promise": "^3.6.0",
62-
"eslint-plugin-standard": "^3.0.1",
61+
"eslint-plugin-promise": "^4.0.0",
62+
"eslint-plugin-standard": "^4.0.0",
6363
"husky": "^1.0.0-rc.1",
64-
"jest": "^22.1.4",
65-
"lerna": "^2.9.1",
64+
"jest": "^23.5.0",
65+
"lerna": "^3.2.1",
6666
"postcss-load-config": "^2.0.0",
6767
"prettier": "^1.10.2"
6868
},

packages/core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"@techpacket-build-tools/plugin-webpack-logger": "^1.0.2",
77
"babel-loader": "^8.0.0-beta.2",
88
"copy-webpack-plugin": "^4.5.0",
9-
"css-loader": "^0.28.10",
10-
"file-loader": "^1.1.11",
9+
"css-loader": "^1.0.0",
10+
"file-loader": "^2.0.0",
1111
"html-webpack-plugin": "^3.1.0",
1212
"lodash.merge": "^4.6.1",
1313
"mini-css-extract-plugin": "^0.4.0",
1414
"node-sass": "^4.9.3",
15-
"optimize-css-assets-webpack-plugin": "^4.0.2",
16-
"postcss-loader": "^2.1.1",
15+
"optimize-css-assets-webpack-plugin": "^5.0.1",
16+
"postcss-loader": "^3.0.0",
1717
"sass-loader": "^7.1.0",
1818
"style-loader": "^0.23.0",
1919
"trash": "^4.3.0",

packages/plugin-typescript/package.json

100755100644
+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "@techpacket-build-tools/plugin-typescript",
33
"dependencies": {
44
"fork-ts-checker-webpack-plugin": "^0.4.1",
5-
"ts-loader": "^4.2.0",
5+
"ts-loader": "^5.0.0",
66
"tsconfig-paths-webpack-plugin": "^3.0.4",
7-
"typescript": "^2.2.2"
7+
"typescript": "^3.0.3"
88
},
99
"scripts": {
1010
"test": "echo fine"

packages/preset-babel-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@babel/plugin-transform-runtime": "^7.0.0-beta.56",
1818
"@babel/preset-env": "^7.0.0-beta.56",
1919
"@babel/runtime": "^7.0.0-beta.56",
20-
"babel-macros": "^1.2.0",
20+
"babel-macros": "^2.0.0",
2121
"babel-plugin-react-require": "^3.0.0"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)