Skip to content

Commit

Permalink
update action dependencies, regenerate dist file (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed Jul 10, 2022
1 parent 43d6089 commit 200e871
Show file tree
Hide file tree
Showing 3 changed files with 741 additions and 715 deletions.
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yarn-lock-changes",
"version": "0.9.0",
"version": "0.10.0",
"main": "dist/index.js",
"repository": "github:Simek/yarn-lock-changes",
"author": "Simek <[email protected]>",
Expand All @@ -12,24 +12,24 @@
"test": "jest"
},
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.1",
"@actions/core": "^1.9.0",
"@actions/github": "^5.0.3",
"js-base64": "^3.7.2",
"markdown-table": "^3.0.2",
"semver": "^7.3.7"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@vercel/ncc": "^0.33.4",
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@vercel/ncc": "^0.34.0",
"@yarnpkg/lockfile": "^1.1.0",
"babel-jest": "^27.5.1",
"eslint": "^8.13.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^27.5.1",
"prettier": "^2.6.2",
"prettier": "^2.7.1",
"svgo": "^2.8.0"
}
}
Loading

0 comments on commit 200e871

Please sign in to comment.