Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Lobanov committed Oct 10, 2020
1 parent 5f43565 commit cfeae3d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -21,23 +21,23 @@
"author": "Maxim Lobanov",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/core": "^1.2.6",
"plist": "^3.0.1",
"semver": "^7.3.2"
},
"devDependencies": {
"@types/jest": "^26.0.10",
"@types/jest": "^26.0.14",
"@types/node": "^12.0.4",
"@types/plist": "^3.0.2",
"@types/semver": "^7.3.3",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"@types/semver": "^7.3.4",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"@vercel/ncc": "^0.24.1",
"eslint": "7.7.0",
"eslint-plugin-jest": "^23.20.0",
"jest": "^26.4.1",
"jest-circus": "^26.4.1",
"ts-jest": "26.2.0",
"typescript": "^3.9.6"
"eslint": "7.11.0",
"eslint-plugin-jest": "^24.1.0",
"jest": "^26.5.2",
"jest-circus": "^26.5.2",
"ts-jest": "26.4.1",
"typescript": "^4.0.3"
}
}

0 comments on commit cfeae3d

Please sign in to comment.