Skip to content

Commit

Permalink
fix: better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
schummar committed Apr 24, 2024
1 parent 71e9120 commit 1fe138f
Show file tree
Hide file tree
Showing 6 changed files with 1,042 additions and 686 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@
}
},
"devDependencies": {
"@formatjs/intl-durationformat": "^0.2.2",
"@js-temporal/polyfill": "^0.4.4",
"@formatjs/intl-durationformat": "0.2.2",
"@js-temporal/polyfill": "0.4.4",
"@schummar/runp": "1.12.0",
"@testing-library/react": "14.0.0",
"@types/node": "20.3.1",
"@types/react": "18.2.13",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"@vitest/coverage-v8": "^0.32.2",
"@vitest/coverage-v8": "0.32.2",
"eslint": "8.43.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
Expand All @@ -100,7 +100,7 @@
"react-dom": "18.2.0",
"rimraf": "5.0.1",
"semantic-release": "21.0.5",
"typescript": "5.1.3",
"typescript": "5.4.5",
"vite": "4.3.9",
"vitest": "0.32.2"
},
Expand Down
Loading

0 comments on commit 1fe138f

Please sign in to comment.