Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 10, 2024
1 parent cfd0bc6 commit f947447
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 85 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.0
# 0.2.0

- Will attempt to extract a changelog.

# 0.1.0

- Initial release.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonrepo/build-proto-plugin",
"version": "0.1.3",
"version": "0.2.0",
"description": "A GitHub action to build, optimize, and prepare proto WASM plugins for release.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -25,10 +25,10 @@
"@ltd/j-toml": "^1.38.0"
},
"devDependencies": {
"@types/node": "^20.10.5",
"@types/node": "^20.10.8",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.56.0",
"eslint-config-moon": "^2.0.13",
"eslint-config-moon": "^2.0.14",
"prettier": "^3.1.1",
"prettier-config-moon": "^1.1.2",
"ts-node": "^10.9.2",
Expand Down
Loading

0 comments on commit f947447

Please sign in to comment.