Skip to content

Commit

Permalink
chore(package.json): updating pany packages. latest TS and jest, addi…
Browse files Browse the repository at this point in the history
…ng airbnb-eslint
  • Loading branch information
trilom committed Mar 17, 2020
1 parent 170769d commit 816868e
Show file tree
Hide file tree
Showing 2 changed files with 589 additions and 391 deletions.
38 changes: 25 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"name": "@trilom/file-changes-action",
"version": "1.1.0",
"version": "1.2.0",
"engines": {
"node": "12.16.1"
},
"description": "Creates outputs variables of files modified, added, or deleted by a PR or Push.",
"main": "lib/main.js",
"scripts": {
"build": "yarn && tsc",
"build-package": "yarn build && ncc build",
"build-release": "yarn build-package --minify",
"test": "jest --passWithNoTests",
"test-coverage": "jest --coverage",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
"release-pack": "ncc build",
"test": "jest",
"clean": "rm -rf node_modules"
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./",
"clean": "rm -rf node_modules lib dist"
},
"repository": {
"type": "git",
Expand All @@ -37,17 +39,27 @@
"@actions/github": "^2.1.1"
},
"devDependencies": {
"@types/jest": "^24.0.23",
"@typescript-eslint/parser": "^2.8.0",
"@octokit/types": "^2.5.0",
"@types/jest": "^24.9.1",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"@zeit/ncc": "^0.20.5",
"eslint": "^5.16.0",
"eslint-plugin-github": "^2.0.0",
"eslint-plugin-jest": "^22.21.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-typescript": "^7.0.0",
"eslint-config-prettier": "^6.10.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"eslint-plugin-unicorn": "^17.2.0",
"jest": "^24.9.0",
"jest-circus": "^24.9.0",
"js-yaml": "^3.13.1",
"prettier": "^1.19.1",
"ts-jest": "^24.2.0",
"typescript": "^3.6.4"
"ts-jest": "^24.3.0",
"typescript": "^3.8.3"
}
}
Loading

0 comments on commit 816868e

Please sign in to comment.