Skip to content

Commit

Permalink
update dependencies, rebuild dist file (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek authored Sep 3, 2023
1 parent 3724c4f commit decfba5
Show file tree
Hide file tree
Showing 3 changed files with 1,485 additions and 1,278 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yarn-lock-changes",
"version": "0.11.0",
"version": "0.11.1",
"main": "dist/index.js",
"repository": "github:Simek/yarn-lock-changes",
"author": "Simek <me@simek.dev>",
Expand All @@ -14,22 +14,22 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"js-base64": "^3.7.4",
"js-base64": "^3.7.5",
"markdown-table": "^3.0.3",
"semver": "^7.5.2"
"semver": "^7.5.4"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@vercel/ncc": "^0.36.0",
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.14",
"@vercel/ncc": "^0.36.1",
"@yarnpkg/lockfile": "^1.1.0",
"babel-jest": "^29.3.1",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.3.1",
"prettier": "^2.8.3",
"babel-jest": "^29.6.4",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.4",
"prettier": "^3.0.3",
"svgo": "^3.0.2"
}
}
Loading

0 comments on commit decfba5

Please sign in to comment.