Skip to content

Commit

Permalink
fix: better type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
schummar committed Jun 20, 2024
1 parent 1fe138f commit d2beace
Show file tree
Hide file tree
Showing 7 changed files with 1,317 additions and 1,788 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
"test:export": "vitest run --coverage --reporter=verbose --reporter=junit --outputFile=test/testResults.xml"
},
"dependencies": {
"@formatjs/icu-messageformat-parser": "^2.6.0",
"@formatjs/intl-localematcher": "^0.4.0",
"intl-messageformat": "^10.5.0"
"@formatjs/icu-messageformat-parser": "^2.7.8",
"@formatjs/intl-localematcher": "^0.5.4",
"intl-messageformat": "^10.5.14"
},
"peerDependencies": {
"@formatjs/intl-durationformat": "^0.2.2",
Expand All @@ -81,28 +81,28 @@
}
},
"devDependencies": {
"@formatjs/intl-durationformat": "0.2.2",
"@formatjs/intl-durationformat": "0.2.4",
"@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",
"eslint": "8.43.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"jsdom": "22.1.0",
"prettier": "2.8.8",
"publint": "0.1.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.1",
"semantic-release": "21.0.5",
"@schummar/runp": "2.0.3",
"@testing-library/react": "16.0.0",
"@types/node": "20.14.6",
"@types/react": "18.3.3",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"@vitest/coverage-v8": "1.6.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"jsdom": "24.1.0",
"prettier": "3.3.2",
"publint": "0.2.8",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "5.0.7",
"semantic-release": "24.0.0",
"typescript": "5.4.5",
"vite": "4.3.9",
"vitest": "0.32.2"
"vite": "5.3.1",
"vitest": "1.6.0"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit d2beace

Please sign in to comment.