Skip to content

Commit

Permalink
Merge pull request #11 from wp-blocks/1.3.1
Browse files Browse the repository at this point in the history
1.3.1
  • Loading branch information
erikyo authored Jun 1, 2024
2 parents 45831e8 + b1eb6e2 commit 36a0d41
Show file tree
Hide file tree
Showing 19 changed files with 440 additions and 436 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ yarn-error.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# the Build folder
lib

# Runtime data
pids
*.pid
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
},
"sideEffects": false,
"devDependencies": {
"@types/node": "^20.10.6",
"@types/node": "^20.13.0",
"@vitest/coverage-v8": "^1.6.0",
"concurrently": "^8.2.2",
"esbuild": "^0.21.2",
"husky": "^8.0.3",
"esbuild": "^0.21.4",
"husky": "^9.0.11",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 36a0d41

Please sign in to comment.