Skip to content

Commit

Permalink
Merge pull request #371 from liangchunn/feature/deps-23042021
Browse files Browse the repository at this point in the history
chore(dependencies): upgrade dependencies
  • Loading branch information
liangchunn authored Apr 23, 2021
2 parents 6b64b84 + eca2de5 commit 2776bf4
Show file tree
Hide file tree
Showing 3 changed files with 527 additions and 386 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [12.x, 14.x, 15.x, 16.x]

steps:
- uses: actions/checkout@v1
Expand Down
59 changes: 28 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
"commit": "git-cz",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"prepublishOnly": "yarn compile",
"prepublish": "pinst --disable",
"postpublish": "pinst --enable",
"postinstall": "husky install"
"prepare": "husky install"
},
"bin": {
"typescript-node-scripts": "./bin/typescript-node-scripts.js"
Expand All @@ -29,63 +27,62 @@
"license": "MIT",
"dependencies": {
"@babel/code-frame": "7.12.13",
"@babel/core": "7.13.14",
"@babel/preset-env": "7.13.12",
"@typescript-eslint/eslint-plugin": "4.20.0",
"@typescript-eslint/parser": "4.20.0",
"@babel/core": "7.13.16",
"@babel/preset-env": "7.13.15",
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "26.6.3",
"babel-loader": "8.2.2",
"case-sensitive-paths-webpack-plugin": "2.4.0",
"chalk": "4.1.0",
"chalk": "4.1.1",
"clean-webpack-plugin": "3.0.0",
"eslint": "7.23.0",
"eslint": "7.24.0",
"eslint-plugin-import": "2.22.1",
"eslint-webpack-plugin": "2.5.3",
"filesize": "6.1.0",
"fork-ts-checker-webpack-plugin": "6.2.0",
"eslint-webpack-plugin": "2.5.4",
"filesize": "6.3.0",
"fork-ts-checker-webpack-plugin": "6.2.4",
"fs-extra": "9.1.0",
"jest": "26.6.3",
"pstree.remy": "1.1.8",
"strip-ansi": "6.0.0",
"strip-ansi": "7.0.0",
"text-table": "0.2.0",
"ts-jest": "26.5.4",
"ts-loader": "8.1.0",
"ts-jest": "26.5.5",
"ts-loader": "9.1.0",
"tsconfig-paths-webpack-plugin": "3.5.1",
"tslib": "^2.1.0",
"webpack": "5.28.0",
"tslib": "^2.2.0",
"webpack": "5.35.0",
"webpack-merge": "5.7.3",
"webpack-node-externals": "2.5.2"
"webpack-node-externals": "3.0.0"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@types/babel-code-frame": "^6.20.4",
"@types/case-sensitive-paths-webpack-plugin": "^2.1.5",
"@types/eslint": "^7.2.8",
"@types/fs-extra": "^9.0.9",
"@types/eslint": "^7.2.10",
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.9",
"@types/node": "^14.14.41",
"@types/text-table": "^0.2.1",
"@types/webpack-merge": "^5.0.0",
"@types/webpack-node-externals": "^2.5.1",
"commitizen": "^4.2.2",
"commitizen": "^4.2.3",
"conventional-changelog-cli": "^2.1.1",
"cz-conventional-changelog": "^3.3.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^5.0.1",
"lint-staged": "^10.5.1",
"pinst": "^2.1.1",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^6.0.0",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"typescript": "4.2.3"
"typescript": "4.2.4"
},
"peerDependencies": {
"typescript": ">=3.3.1 <4.3.0"
},
"engines": {
"node": ">=10.12.0"
"node": ">=12"
},
"lint-staged": {
"*.ts": "prettier --write"
Expand Down
Loading

0 comments on commit 2776bf4

Please sign in to comment.