Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Aug 14, 2024
1 parent 743c9f2 commit 3329353
Show file tree
Hide file tree
Showing 5 changed files with 3,505 additions and 2,958 deletions.
92 changes: 49 additions & 43 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rotki/action-env",
"version": "2.0.1",
"private": true,
"packageManager": "pnpm@8.14.3",
"packageManager": "pnpm@9.7.0",
"description": "Loads environment variables from a .env file",
"keywords": [
"actions",
Expand All @@ -27,22 +27,22 @@
},
"dependencies": {
"@actions/core": "1.10.1",
"dotenv": "16.4.1"
"dotenv": "16.4.5"
},
"devDependencies": {
"@rotki/eslint-config": "2.4.4",
"@types/node": "20.11.6",
"@rotki/eslint-config": "2.9.1",
"@types/node": "20.14.15",
"@vercel/ncc": "0.38.1",
"bumpp": "9.3.0",
"eslint": "8.56.0",
"eslint-plugin-github": "4.10.1",
"bumpp": "9.5.1",
"eslint": "8.57.0",
"eslint-plugin-github": "5.0.1",
"js-yaml": "4.1.0",
"prettier": "3.2.4",
"typescript": "5.3.3",
"vitest": "1.2.1"
"prettier": "3.3.3",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
"engines": {
"node": ">=20 <21",
"pnpm": ">=8 <9"
"pnpm": ">=9 <10"
}
}
Loading

0 comments on commit 3329353

Please sign in to comment.