Skip to content

Commit

Permalink
chore: bump (dev)Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Oct 17, 2019
1 parent 0b2a1e5 commit 59645b1
Show file tree
Hide file tree
Showing 3 changed files with 344 additions and 270 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
env:
CI: true
EFF_NO_LINK_RULES: true
PARSER_NO_WATCH: true

# codecov:
# runs-on: macOS-latest
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,33 +46,33 @@
"tsconfig-paths": "^3.9.0"
},
"devDependencies": {
"@1stg/babel-preset": "^0.7.4",
"@1stg/babel-preset": "^0.7.8",
"@1stg/commitlint-config": "^0.1.0",
"@1stg/eslint-config": "^0.12.20",
"@1stg/eslint-config": "^0.12.21",
"@1stg/husky-config": "^0.3.1",
"@1stg/lint-staged": "^0.8.6",
"@1stg/lint-staged": "^0.8.7",
"@1stg/prettier-config": "^0.4.2",
"@1stg/remark-config": "^0.2.2",
"@1stg/tsconfig": "^0.6.0",
"@babel/core": "^7.6.2",
"@babel/core": "^7.6.4",
"@commitlint/cli": "^8.2.0",
"@pkgr/rollup": "^0.2.4",
"@pkgr/rollup": "^0.2.5",
"@types/debug": "^4.1.5",
"@types/is-glob": "^4.0.1",
"@types/node": "^12.7.11",
"@types/node": "^12.11.1",
"@types/resolve": "^0.0.8",
"@types/unist": "^2.0.3",
"dummy.js": "link:dummy.js",
"eslint": "^6.5.1",
"eslint-import-resolver-typescript": "link:.",
"husky": "^3.0.8",
"lint-staged": "^9.4.1",
"husky": "^3.0.9",
"lint-staged": "^9.4.2",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"react": "^16.10.2",
"rollup": "^1.23.1",
"rollup": "^1.24.0",
"type-coverage": "^2.3.0",
"typescript": "^3.6.3"
"typescript": "^3.6.4"
},
"resolutions": {
"eslint-import-resolver-typescript": "link:."
Expand Down
Loading

0 comments on commit 59645b1

Please sign in to comment.