Skip to content

Commit

Permalink
deps: update devDependencies (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Nov 26, 2020
1 parent c86a189 commit 276af72
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 19 deletions.
7 changes: 5 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended",
"plugin:jest/recommended"
"plugin:jest/recommended",
"plugin:prettier/recommended",
"prettier/@typescript-eslint"
],
"plugins": ["@typescript-eslint"],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
Expand Down
175 changes: 161 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,17 @@
"@types/js-yaml": "^3.12.5",
"@types/mustache": "^4.0.1",
"@types/node": "~12",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"@vercel/ncc": "^0.25.1",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.3.0",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"lint-staged": "^10.5.1",
"lint-staged": "^10.5.2",
"nock": "^13.0.5",
"prettier": "2.2.0",
"standard-version": "^9.0.0",
Expand Down

0 comments on commit 276af72

Please sign in to comment.