Skip to content

Commit 59645b1

Browse files
committed
chore: bump (dev)Dependencies
1 parent 0b2a1e5 commit 59645b1

File tree

3 files changed

+344
-270
lines changed

3 files changed

+344
-270
lines changed

.github/workflows/nodejs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
env:
2929
CI: true
3030
EFF_NO_LINK_RULES: true
31+
PARSER_NO_WATCH: true
3132

3233
# codecov:
3334
# runs-on: macOS-latest

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -46,33 +46,33 @@
4646
"tsconfig-paths": "^3.9.0"
4747
},
4848
"devDependencies": {
49-
"@1stg/babel-preset": "^0.7.4",
49+
"@1stg/babel-preset": "^0.7.8",
5050
"@1stg/commitlint-config": "^0.1.0",
51-
"@1stg/eslint-config": "^0.12.20",
51+
"@1stg/eslint-config": "^0.12.21",
5252
"@1stg/husky-config": "^0.3.1",
53-
"@1stg/lint-staged": "^0.8.6",
53+
"@1stg/lint-staged": "^0.8.7",
5454
"@1stg/prettier-config": "^0.4.2",
5555
"@1stg/remark-config": "^0.2.2",
5656
"@1stg/tsconfig": "^0.6.0",
57-
"@babel/core": "^7.6.2",
57+
"@babel/core": "^7.6.4",
5858
"@commitlint/cli": "^8.2.0",
59-
"@pkgr/rollup": "^0.2.4",
59+
"@pkgr/rollup": "^0.2.5",
6060
"@types/debug": "^4.1.5",
6161
"@types/is-glob": "^4.0.1",
62-
"@types/node": "^12.7.11",
62+
"@types/node": "^12.11.1",
6363
"@types/resolve": "^0.0.8",
6464
"@types/unist": "^2.0.3",
6565
"dummy.js": "link:dummy.js",
6666
"eslint": "^6.5.1",
6767
"eslint-import-resolver-typescript": "link:.",
68-
"husky": "^3.0.8",
69-
"lint-staged": "^9.4.1",
68+
"husky": "^3.0.9",
69+
"lint-staged": "^9.4.2",
7070
"npm-run-all": "^4.1.5",
7171
"prettier": "^1.18.2",
7272
"react": "^16.10.2",
73-
"rollup": "^1.23.1",
73+
"rollup": "^1.24.0",
7474
"type-coverage": "^2.3.0",
75-
"typescript": "^3.6.3"
75+
"typescript": "^3.6.4"
7676
},
7777
"resolutions": {
7878
"eslint-import-resolver-typescript": "link:."

0 commit comments

Comments
 (0)